Tagged Questions
12
votes
0answers
189 views
Do the online LaTeX compilers use a TeX daemon to speed up their compilation?
There seem to be quite a few fabulous web-sites now that compile LaTeX online.
I was wondering what techniques these sites used to speed up compilation of documents. It would seem they would be ...
0
votes
0answers
76 views
A resource for converting LaTeX within the browser [duplicate]
Possible Duplicate:
Compiling documents online
Does anyone know of a resource that converts LaTeX within the browser? Not using something I have to install like mathjax but something ...
43
votes
3answers
619 views
When and why should I use % !TEX TS-program and % !TEX encoding?
Occasionally, I see other people's documents starting with two lines like that:
% !TEX TS-program = xelatex
% !TEX encoding = UTF-8 Unicode
It's clear to me that the first line declares the engine ...
8
votes
4answers
2k views
How to automate using biber in MiKTeX-TeXworks
I have MikTeX 2.9, 32-bit, Windows 7, all the latest updates are there. I'm using TeXworks ( pdflatex + makeindex + bibtex).
When I use biblatex package with option [backend=biber] I have no ...
0
votes
3answers
282 views
Is there a site where I can enter a latex expression, and it shows me an image of the compiled expression? [duplicate]
Possible Duplicate:
Compiling documents online
Hi,
So I'm preparing a powerpoint slideshow and would like to add in some math expressions without creating a new latex document, copying the ...
23
votes
4answers
2k views
How to make Latexmk use makeglossaries?
Is there a way to make Latexmk invoke makeglossaries (part of the glossaries package)?
Specifically I want to use latexmk to compile a LaTeX document that uses the glossaries package to produce a ...
21
votes
3answers
547 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 ...
75
votes
22answers
5k 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 ...
115
votes
12answers
18k 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 ...