Search found 16 matches

by rplantz
Sun Mar 15, 2015 2:25 am
Forum: Fonts & Character Sets
Topic: "ff" and "fi" produce other characters
Replies: 1
Views: 7130

"ff" and "fi" produce other characters

Well, I found a solution. I deleted the line
%%\usepackage{dejavu}

and the "ff" and "fi" ligatures are gone. It's strange, because they came up in text that was not in that font. (Edit: I was wrong here. The text was in the dejavu font.)

tex4ht no longer gets choked by these character ...
by rplantz
Sun Mar 15, 2015 12:13 am
Forum: Fonts & Character Sets
Topic: "ff" and "fi" produce other characters
Replies: 1
Views: 7130

"ff" and "fi" produce other characters

I get odd characters in the .dvi file when I use "ff" or "fi" in my text. "ff" shows up as the Greek phi, and "fi" shows up as the combined oe. Processing the .dvi file with dvipdfm or dvips gives me the correct results. The problem is that tex4ht works from the .dvi file and produces null ...
by rplantz
Sun Sep 02, 2012 6:12 pm
Forum: General
Topic: pdflatex compression?
Replies: 2
Views: 7823

Re: pdflatex compression?

Thank you, Stefan_K, your comments are very helpful. Exactly what I wanted to know. I'm using TeX Live 2012. I'll do further investigation on the files to see if I can figure out what's going on. As long as my buyers are happy, I guess it doesn't matter what Lulu does with my files.

BTW, I'm ...
by rplantz
Sun Sep 02, 2012 5:32 am
Forum: General
Topic: pdflatex compression?
Replies: 2
Views: 7823

pdflatex compression?

I'm not sure where to ask this. I wrote a book using LaTeX and used pdflatex for the final product. I uploaded my file to Lulu so I could sell it (in pdf format) and they processed it. They produced a new file that I downloaded for proofing. I cannot see any visible differences in the displayed ...
by rplantz
Sat Jul 28, 2012 2:50 am
Forum: Fonts & Character Sets
Topic: Fonts for PDF on mobile Readers
Replies: 0
Views: 1961

Fonts for PDF on mobile Readers

I realize that font selection is highly subjective, but I value the opinions of others. My primary goal is readability on mobile devices.

I've written a book about assembly language, so it has lots of code examples. The beta version uses New Century Schoolbook for the text with Bera Mono (scaled 85 ...
by rplantz
Wed Mar 09, 2011 7:18 pm
Forum: Conversion Tools
Topic: epub from LaTeX source
Replies: 1
Views: 5156

epub from LaTeX source

I would like to produce an epub version of my assembly language textbook (500+ pages, 8.5x11), which is written in LaTeX. I used the Circuit package m4 macros to create over 100 drawings. And I used the Listings package for over 100 code listings.

The book has been in use for a decade at my ...
by rplantz
Mon Dec 27, 2010 2:39 am
Forum: Page Layout
Topic: Page starts too low on paper
Replies: 5
Views: 4406

Page starts too low on paper

So you're compiling with LaTeX, then running through dvips, then ps2pdf?

Actually, I was looking at the .ps file.

Have you checked the intermediate dvi and ps files to see if they're OK?
Aha!! The .dvi file was fine, so this showed that the problem was with dvips. I added -O 0,-1.0in to the ...
by rplantz
Mon Dec 27, 2010 1:09 am
Forum: Page Layout
Topic: Page starts too low on paper
Replies: 5
Views: 4406

Page starts too low on paper

How actually are you compiling if you're not using dvips, pdftex or vtex?

I copied the code from the crop manual incorrectly. It should be

\usepackage[cam,letter,center,dvips]{crop}


However, this did not fix my problem. I have tried many things. For example,

\usepackage[paperwidth=7.44in ...
by rplantz
Mon Dec 27, 2010 12:38 am
Forum: Page Layout
Topic: Page starts too low on paper
Replies: 5
Views: 4406

Page starts too low on paper

My page starts too low on the paper.

I am using the geometry package to specify page size:

\usepackage[dvips=false,pdftex=false,vtex=false]{geometry}
\geometry{
paperwidth=7.44in,paperheight=9.69in,
includeall=true,twoside=true,centering=true,
textwidth=5.1in,marginparwidth=1.0in,
top=0.25in ...
by rplantz
Wed Jun 09, 2010 8:20 pm
Forum: Page Layout
Topic: Text page spills off bottom of paper
Replies: 2
Views: 2103

Text page spills off bottom of paper

If the page size of the document is smaller than the paper you're printing it on, wouldn't it in fact be up to the software that's doing the printing (and maybe even the printer driver/printer's firmware) to figure out what to do with the extra space?

I seem to recall, for example, that evince and ...