Skip to main content

Questions tagged [compiling]

{compiling} is about the process you must go through to convert your TeX from .tex source files into your output document format, be it pdf, dvi, or something completely different.

5 votes
3 answers
514 views

Why is the wrong version of a package being loaded?

I was trying out Will Robertson's answer to this question and couldn't get it to compile correctly. Chasing through the log output, it seems that an old version of a package is getting loaded instead ...
Andrew Stacey's user avatar
81 votes
25 answers
34k views

Is there any way to get real-time compilation for LaTeX?

I would really love to have a software or tool which provided real time compilation of my LaTeX document (to be able to see the final pdf or dvi document as I type the latex code), especially for when ...
Vivi's user avatar
  • 27.3k
426 votes
28 answers
469k views

Is there any way to do a correct word count of a LaTeX document?

Often assignments (or even papers) have a word count limit. That is not a big deal when using Word, but I don't know how to do that using LaTeX. My solution has been so far to compile the document and ...
Vivi's user avatar
  • 27.3k
101 votes
7 answers
49k views

What is the practical difference between latex and pdflatex?

I understand that some packages (like PSTricks) can't be used with pdflatex. Are there any other differences between these tools? Can we say that pdflatex is better if we don't care about ps?
Łukasz Lew's user avatar
  • 8,723
9 votes
1 answer
2k views

Automagically externalising PSTricks and TikZ pictures [duplicate]

My thesis currently has a few PSTricks and TikZ pictures. It takes a while to compile over here Scott says he has some scripts to automate externalising TikZ pictures. I'm looking ideally for ...
Dima's user avatar
  • 12.7k
34 votes
3 answers
2k views

Are there LaTeX performance profiling tools?

The most obvious way to speed up LaTeX processing is to split a large and complex document into smaller pieces. For example, Makefiles, \beginpgfgraphicnamed/\endpgfgraphicnamed when using TiKZ, and ...
András Salamon's user avatar
3 votes
2 answers
669 views

Is there a makefile system for LaTeX, etc? [duplicate]

Possible Duplicate: Tools for automating document compilation How do I handle building complicated and large LaTeX projects? Is there a makefile system (like GNU Make) or should I just write my ...
machinaut's user avatar
  • 10.3k
151 votes
27 answers
38k views

Tools for automating document compilation

A lot of people write makefiles that say something like paper.pdf: paper.tex pdflatex paper bibtex paper pdflatex paper pdflatex paper To handle re-running TeX to get ...
Phil Miller's user avatar
  • 20.5k
106 votes
11 answers
48k views

How to speed up LaTeX compilation with several TikZ pictures?

The slowest part is a dozen of diagrams in TikZ.
Łukasz Lew's user avatar
  • 8,723
242 votes
21 answers
159k views

Compiling documents online

I have heard rumors that you can compile documents online, and more specifically that Google has a free online compiler, but I have never been able to find any. Is there a way to compile documents ...
Vivi's user avatar
  • 27.3k
9 votes
2 answers
22k views

Error message: too many }'s [closed]

I have a LaTeX document which works fine but whenever I try to add in an image with a figure caption it gives me an error saying there are to many }'s. \begin{figure}[h!] \caption{A picture of a ...
Kyle's user avatar
  • 229
92 votes
23 answers
77k views

Real Time LaTeX? [duplicate]

Possible Duplicate: Is there any way to get real-time compilation for LaTeX? I'm looking for an application in which I can write pure LaTeX in one half of the screen and on the other half to see ...
user avatar

15 30 50 per page
1
135 136 137 138
139