Java Mailing List Archive

http://www.junlu.com/

Subjects
Home
mod jk2 https
Donation of JAXP 1 3 Sources to Apache
R annoyances
RE: Finding out when the aspnet admin worker process has recycled
Favorite Linux Distribution
eigenvalues of a circulant matrix
Apache Install
Reachin apache from outside
Ant should have an ext directory
Warning: Documentroot doesn 't exist
Can this be Done?
RE: Multilanguage Application
RE: Simple Question On setting up Sub Domain site
Lack of independence in anova()
How to close connection instead of sending 403?
winning the case for ANT
Re: adding php
New Ant GUI 'Ant 's Nest '
Narrowing Down A Strange Problem
Ant Task: sshexec
R Graph Gallery : categorization of the graphs
I 've been hacked, I need some help please
RE: Anyone working with DotNetNuke?
RE: Exception Handling Opinion
hex format
RE: IIS stopped working :(
<for > Build Failed:problem
RE: Separation of Objects from Logic
RE: Tracking pages with long request execution time
sending email to multiple destination
Web Site
ant UI
Easy cut & paste from Excel to R?
Win32 Apache Restart
Improving Tasks
HELP! PLEASE!
RE: Adding Controls to a Page
read table
RE: ASPNET account doesn 't exist!
Best way to uninstall Apache2 on red hat
from win to linux how to web page
XMLParseException changes and creation of XMLLocator2
Re Post: rewrite backslash to forward slash
Target or macrodef?
Page display problem XPSP2
Authentication problems
Dynamic Dictionary Data Type?
Newbie unable access my www from outside
off topic question: Latex and R in industries
Conflict between xtable and Hmisc when using Sweave?
Very old problem without any new solution
mod rewrite help
Basic Authentication question
RE: Code Security
calling ant from java program
prevent double signing
Re: Controlling Copy/Paste/Print
Using R to illustrate the Central Limit Theorem
web server slow too much slow
access to user directories
Links
Home
Official R Project Site
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
off-topic question: Latex and R in industries

off-topic question: Latex and R in industries

2005-04-07       - By David Scott
Reply:     <<     11     12     13     14     15     16     17  

>
>
> On 7 Apr 2005, at 22:56, Jonathan Baron wrote:
>
>> On 04/07/05 22:46, Donald Ingram wrote:
>>  However LaTeX generated  pdfs sent out as reports are much disliked.
>>
>> Really?  I don't have this problem.  It may have something to do
>> with how you make them.  With TeTeX, I use either pdflatex or
>> dvips followed by dvipdfm.  The latter is required when I have
>> figures in eps.  (ps2pdf is BAD.)
>>

I have played around with these converters a bit and I think I can add
something important here.

As Jonathan says dvipdfm seems to work very well. The only problem I have
is that it is not on our unix boxes by default: it is in mikTeX.

ps2pdf in my experience is not the problem in dvi to pdf conversion. I
used to think that until I delved into it a bit more. The problem as I
understand it is that fonts can be bitmapped and hence disgusting and
slow. The trick is to make sure dvips uses Type I fonts. An incantation
such as

dvips -Pwww -o file.ps file.dvi

followed by

ps2pdf -sPAPERSIZE=a4 -dAutoRotatePages=/None file.ps file.pdf

works for me just as well as dvipdfm


dvipdfm has an advantage over this two-step route to pdf because it knows
straight off that it is producing a pdf. dvips plus ps2pdf needs tweaking.

US readers will need letter instead of a4 above. The -dAutoRotatePages is
to avoid pages being rotated to make the longest side of the graph
coincide with the longest side of the page.

References for this stuff are the LaTeX Graphics Companion and the LaTeX
Web Companion.

Off-topic a bit I guess, but in my experience very useful to know,
including when you start playing around with seminar, prosper, beamer,
pdfscreen etc.

David Scott

_________________________________________________________________
David Scott   Department of Statistics, Tamaki Campus
    The University of Auckland, PB 92019
    Auckland   NEW ZEALAND
Phone: +64 9 373 7599 ext 86830     Fax: +64 9 373 7000
Email:   d.scott@(protected)


Graduate Officer, Department of Statistics

______________________________________________
R-help@(protected) mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

©2008 junlu.com - Jax Systems, LLC, U.S.A.