-1
votes
0answers
73 views

Latex does not publish half or some letters of some words [closed]

I have a LaTeX document and after compiling the document, some specific words are missing 2-3 letters in the whole pdf file. There is no error message during the compilation and yet this happens.
0
votes
0answers
26 views

Are % comments passed on to the PDF-file upon *.tex compilation? [duplicate]

Are % comments passed on to the PDF-file upon *.tex compilation? Can they be found/recovered in the PDF code? MWE: \documentclass[11pt]{article} \title{\textbf{Hello World !}} \usepackage{lipsum} ...
5
votes
1answer
65 views

How to temporarily suppress image insertion when compiling?

There are some big images in my document and compiling is taking substantial amount of time. When compiling a tex file to a dvi (and subsequently ps and pdf), is there any way I can temporarily ...
2
votes
0answers
54 views

How do you get the plaintext from a rendered LaTeX document? [duplicate]

Possible Duplicate: LaTeX to plain text for e.g. generation of statistics I have my resume done up in LaTeX, which I usually publish as a pdf with pdfLaTeX. However, one potential employer ...
1
vote
1answer
1k views

Using Bibtex with LyX help [closed]

I am currently using LyX, and I have a .bib file with all of my BibTeX references. Everything seems to work fine at first, but then goes terribly wrong when I try to view the pdf. I have added the ...
0
votes
0answers
795 views

TeXworks won't make a pdf file [closed]

I compile and then a message appears telling me that "PDF is damaged or has a format not compatible". What can I do?
3
votes
1answer
343 views

Interweave .tex files to create single PDF

I have three .tex files. contains all the verses in a document in this format: \subsection*{वृद्धिरादैच् 1.1.1} \label{1.1.1} contains explanation 1 contains explanation 2 Is there a way to merge ...
4
votes
1answer
2k views

TeXlipse doesn't generate any pdf file

I've just installed TeXlipse using the simple installing option (Install new softwares -> http://texlipse.sourceforge.net/) on my Mac OS. I create a new LaTeX project, select output format = pdf, ...
5
votes
1answer
5k views

How to create pdf with command line using MiKTeX?

I downloaded and installed MikTeX on my machine (Windows 7), then when I run the command: latex ex.tex the outputs were: ex.aux ex.dvi ex.log So my question is, what option could I use to ...
2
votes
4answers
4k views

How to compile a document with EPS images using TeXnicCenter?

I have all my input images in EPS format. I am using TeXnicCenter. When I use latex->dvi output profile, all of the EPS images show up fine. However when I want to take the final output by using ...
2
votes
1answer
11k views

In TeXnicCenter I'm trying to produce a PDF but no output is being created

Very simple really. I installed TeXnicCenter, Adobe Reader X and MiKTeX 2.9. Tried to build a code in the PDF format. I get 4 new files but no .pdf file. Yet another option listed as LaTeX => PS => ...
10
votes
4answers
2k views

Having a LaTeX PDF display the date the document was printed, not compiled…

I have been looking around for quite some time trying to find a way for a PDF (created using XeTeX) to adjust the date accordingly by the date it was printed - not compiled. I am familiar with \date, ...
8
votes
1answer
547 views

File size savings

This is a question just out of curiosity; I hope someone familiar with the "under-the-hood" parts of TeXLive can answer my question. I have a LaTeX source file for a presentation using Beamer, which ...
13
votes
2answers
947 views

What are the pros and cons pertaining to “latex -> dvipdfm” versus “latex -> dvips -> ps2pdf”?

There is another option to produce PDF actually, i.e., using pdftex. But let's omit it in this topic. I usually do "latex -> dvips -> ps2pdf" to get pdf output. My LaTeX input file contains eps ...
42
votes
8answers
4k views

Can one TeX file output to multiple PDF files?

I'd like to be able to create a TeX file that will output multiple PDF files with one compilation. I'm not even sure if this is possible. Here is the setup: I am writing dozens of cover letters for ...
60
votes
5answers
3k views

Is there any reason to compile to DVI rather than PDF these days?

I appreciate that in the past, latex was faster than pdflatex, but computer speeds being what they are nowadays, I can't see any difference in how quickly documents compile... So, given that the end ...