search for: 8in

Displaying 3 results from an estimated 3 matches for "8in".

Did you mean: 8i
2006 Apr 21
1
Flash Panel / Queue Slots
...Panel show which agents are logged in in a specific queue? (both static and dynamic agents) I've played around with the queue / queue agents settings from the Flash Panel documentation (http://www.asternic.org). The way it is described there, I could only make the Flash panel show that a queue 8in general) received a call from a specific extension. - -- Thomas Broda, Systemadministration Frankfurt FIRSTGATE AG, Im MediaPark 5, 50670 Koeln Telefon: +49 (0) 2 21 / 45 45-747 Telefax: +49 (0) 2 21 / 45 45-710 Internet: http://www.firstgate.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4...
2006 Dec 10
3
R and LaTeX
Hi all, I have started using LaTeX for writing papers and I have heard that R works well with LaTeX. I'm specifically interested in how I can have LaTeX read in R generated graphics - for example graphs formed by matplot, or other such processes. Does anyone out there use LaTeX and can point me in the right direction? Thanks David --
2007 Aug 21
4
Formatting Sweave in R-News
Hi, I am editing a document for submission to the R-news newsletter, and in my article my Sweave code inserts a dynamically generated PDF report that my R program generates. However, when I insert the PDF using the following Sweave code: \newpage \includegraphics[scale=1.0]{\Sexpr{print(location)}} \newpage (in tex this looks like): \newpage \includegraphics[scale=1.0]{/home/arjun/sample.pdf}