{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.

learn more… | top users | synonyms (1)

6
votes
3answers
397 views

Speedy LaTeXing

I am LaTeXing my notes for a maths class, and I'm wondering what TeX.SE has to say about tips and tricks that have helped them enter their LaTeX code that much faster. It can be anything from a ...
1
vote
1answer
4k views

New installation – Texmaker Quick Build says: “Could not start the command”

I just downloaded and installed Texmaker. I've never used any (La)TeX before. When I click the Run button with an arrow next to "Quick build" I get an error saying "Could not start the command". Why? ...
3
votes
1answer
212 views

Can I use latexmk -C for cleaning up only, and compile with another tool?

Can I compile my document with other tools and use latexmk -C only for cleaning up? One application could be to use it then in the clean: section of a Makefile that uses pdflatex for make pdf.
1
vote
1answer
234 views

LaTeX capacity exceeded [duplicate]

Possible Duplicate: How to expand TeX’s “main memory size”? (pgfplots memory overload) I'm trying to compile a huge LaTeX file with many graphs in it. Those graphs are external files, ...
0
votes
0answers
131 views

Error: file open in pdflatex.exe? [closed]

I'm using TeXnicCenter in Windows and was working with my latex-file compiling it to pdf. Everything worked just fine untill at some point I couldn't save the latex-file anymore. The error message was ...
1
vote
0answers
115 views

Recovering previous version of .tex file [closed]

I just did something bad :( I use the same canvas of files to typeset some exercices. I normaly copy the main body of my last .tex file onto a new empty document and start from there. But this time, ...
0
votes
0answers
97 views

Compiling Problem [closed]

I'm having a (weird?) problem. For a long while I've been dealing with a document with no problems whatsoever. But, starting some days ago, the compilation, though it shows no errors at all, does not ...
3
votes
0answers
248 views

Error: The program miktex-pdftex.exe was not found! [closed]

My TeXworks doesn't let me compile my documents anymore due to the error: The program miktex-pdftex.exe was not found!: It is OK in TeXnicCenter but not here. I looked up the net to download the ...
2
votes
1answer
774 views

Bibliography not compiling

I have a latex file for my dissertation wherein I include several chapters. Everthing (\ref, figures) compiles file except my bibliography. Scouring the internet does me no help as this seems to be ...
4
votes
2answers
288 views

mktextfm failed to make igo10.tfm

I am using Ubuntu 12.04, and need to install the package at http://www.ctan.org/tex-archive/fonts/igo to compile a document I have received the tex source of. I am trying to follow the instructions ...
4
votes
1answer
377 views

TeXworks and Command Line Compilation ok, But TeXShop yields different result

Background: As per my earlier question, Can't get real currfile if used in precompiled .fmt file, I am trying to speed up compilation by generating a .fmt file. The example below tests that the ...
1
vote
1answer
1k views

Texmaker / TeXstudio does not compile XeLaTeX with MiKTeX portable

I am trying to migrate from TeXworks to Texmaker (just for the fact that it is better for handling multi-files projects). I am using portable versions of both MiKTeX and Texmaker, so, in Texmaker I ...
25
votes
2answers
469 views

Programming TeX macros so that they output instructions to rerun the compilation

This question is motivated by the behavior of the tikzmark macro created by Andrew Stacey, and a recent discussion with David Carlisle on chat. I have noticed that LaTeX code using tikzmark typically ...
3
votes
1answer
63 views

Compile directive via an included file

Background: For one project, I store all my header .tex/.sty files in ../../../Templates, and all the files need to be at a particular relative directly location so using this relative hierarchy ...
0
votes
0answers
61 views

Why is it not including Chapter 2? [closed]

When I compile this - it is only including Chapter 1 -- I get 0 Errors, 0 Warnings, and 0 Bad Boxes. The file chapter02.tex is in the same directory. \documentclass[10pt]{memoir} ...
7
votes
1answer
85 views

Avoid infinite compiler passes with biblatex ibid citation styles?

I've run into a problem when using both gb4e and the authoryear-icomp style of biblatex. [I mistakenly thought gb4e had something to do with this, so this question was originally named Avoid clash of ...
8
votes
1answer
534 views

How to use symbols such as \delta and \lambda

I'm trying to use symbols such as \lambda and \delta but for some reason it's not compiling. I've reproduced the problem in the following code: \documentclass[12pt,a4paper,oneside]{article} ...
2
votes
1answer
985 views

Biblatex/biber - no citation, bibdata, or bibstyle found in .aux file

Yo peeps - sorry for the long post, trying to be thorough. I'm having a bit of an issue with biblatex/biber. I was having trouble implementing the acro package which I believed was due to old ...
1
vote
0answers
41 views

Determine OS in which the TeX compilation is taking place [duplicate]

Possible Duplicate: Print ‘system information’ in LaTeX doc Is there any way to determine whether the TeX document is compiling in Windows, Linux or Mac OS?
9
votes
2answers
156 views

Equivalent to graphicx draft/demo option for tables

I am looking for a way to exclude tables from compilation when I am in draft mode (technically I want to create a boolean such as drafttables that would exclude tables when active). Usually I have ...
0
votes
0answers
42 views

Do LaTeX references always converge on fixed locations? [duplicate]

Possible Duplicate: Document requiring infinitely many compiler passes? Do LaTeX citations always converge on fixed locations? Or is it possible to construct a document where a reference ...
2
votes
1answer
161 views

Weird problem with LaTeX/excel2latex

I try to use excel2latex for converting excel tables into LaTeX. Here is the simple code I am using: \documentclass[10pt,a4paper]{article} \usepackage[utf8]{inputenc} \usepackage{amsmath} ...
0
votes
0answers
64 views

Question about using the package exceltex [duplicate]

Possible Duplicate: Installing/Using Exceltex I have installed Spreadsheet::ParseExcel and downloaded the zip file from link and unzipped the folder. Then what? I'm trying to compile the ...
16
votes
1answer
641 views

ultrafast pdflatex with precompiling

I try to improve the time pdflatex needs to compile my book. Really working example book.tex %&preamble \begin{document} Hi \end{document} and preamble.tex \documentclass{article} I run ...
1
vote
1answer
40 views

bashrc export TEXEDIT emacs

If PDFLaTeX fails to compile with See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. I want to press e to get an instance of Emacs. The cursor should be on ...
11
votes
1answer
158 views

Dual compatibility of TeX sources

Consider the following situation. You enjoy TeXing on your local machine, having fun with the latest versions of various packages. For example, exploiting the benefits of TikZ/externalize... or ...
8
votes
1answer
335 views

Compilation taking too long when including svg

This is a general question. I have been very happy when using inkscape for my LaTeX files. Now I am preparing a presentation using beamer and I am trying to include svg files into my presentation ...
5
votes
0answers
225 views

How to make compilation faster? [closed]

I have a rather large document (about 150~200 pages) with plenty of cross-references. I can, of course, use \include and \includeonly, but I do not only have new chapters, I also use \input for ...
0
votes
0answers
541 views

Pdflatex doesn't find algpseudocode.sty [closed]

I have installed texlive-full on Ubuntu 12.04, but during compilation of a simple test file, Pdflatex cannot find 'algpseudocode.sty'. The file says: \documentclass{article} \usepackage{algorithm} ...
15
votes
3answers
244 views

Print 'system information' in LaTeX doc

I've used TeX quite a bit before but am getting back into it at the moment. I want to print a document details page with info such as: Compiled on: Compiled by: OS version: LaTeX version: ...
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 ...
2
votes
0answers
87 views

Compilation error when plot and subplot are inserted [closed]

I am trying to add subtables inside tables. To achieve that I add the following packages: \usepackage[format=plain,labelfont=bf,up,textfont=it,up]{caption} \usepackage{subcaption} After adding ...
10
votes
2answers
211 views

Not recompile unchanged pgfplots graph

I'm writing a document with something like 30 graphs with a lot of points in each. The graphs are almost ok and I don't need to change them for now. I'm improving the text, so I need to recompile ...
1
vote
2answers
223 views

\ref and \cite stopped working

My WinEdt version had to be reinstalled and now I can't use PDFTexify or Texify. That wouldn't be a problem since I still can use PDFLaTeX. So I try that, what happens? Now, all \cite{} show [?] and ...
1
vote
1answer
500 views

Compilation of LaTex in Windows? With TeXnicCenter or other software?

I am forced to use Windows -machine during certain classes, software provided by this party here. I have earlier compiled things through SSH but now trying to use Tex -softwares built for Windows ...
5
votes
6answers
471 views

Automatically create two PDF output files from one tex file [duplicate]

Possible Duplicate: Can one TeX file output to multiple PDF files? Let's say I have a tex file foo.tex. Now, I want to achieve that pdflatex does not only create a file foo.pdf but ...
1
vote
0answers
344 views

Problem with quick build [closed]

I just started using texmaker and have now faced a problem with viewing the made file as a pdf-file. I have selected the PdfLaTex + View PDF setting from the Quick Build Command -list. And next to the ...
6
votes
1answer
103 views

Arbitrary text parsing from a separate file

I'm still very new to the world of TeX, so please bear with me if this question is unclear or has been asked before. I'm starting to figure my way through TeX and the millions of plugins and ...
1
vote
1answer
82 views

Parts of XeLaTeX doesn't work after moving to LinuxMint

I one of my headerfiles, I used the command \setmathfont[]{XITS Math}, once I tried to compile the document as always with xelatex, I get the following error: ! Undefined control sequence. l.87 ...
6
votes
2answers
137 views

What is a function f(n) returning LaTeX code requiring exactly n compilations to yield stable output?

Is there a (simple) recipe for producing LaTeX code requiring exactly n compilations? (That is, I'm looking for an algorithm/function f(n) with domain {1, 2, 3, ...} and LaTeX code as its range.) If ...
8
votes
1answer
96 views

What types of code patterns will increase the number of required runs of the latex command?

It is known that references require an additional run of LaTeX and that these references may depend on BibTeX, which in turn depends on at least one previous compilation of the document source. I have ...
4
votes
1answer
156 views

How to precisely tell from log-file whether to rerun LaTeX

There is a bit of discussion in related questions about automated LaTeX (re)compilation (e.g., here and here) and elsewhere on the web on rerunning the latex command in order to resolve all ...
2
votes
0answers
94 views

no output with \usepackage{emp} [closed]

I'm trying to embed MetaPost graphics inside a LaTeX file using the emp package, with pdflatex. When I include the line: \usepackage{emp} %part 1 pdflatex doesn't produce any output (it says 0 ...
7
votes
3answers
169 views

Expanding a minted command inside a macro

I am currently trying to speed up the compile time of a document that uses minted. I would like to be able to have certain language features (and style) appear the same in both a minted environment ...
6
votes
1answer
159 views

Why would two apparently identical TeX installations produce different results?

I have XeLaTeX with TeXShop installed on two different machines. One compiles documents without a problem. The other throws weird errors. As far as I can tell they're set up identically, so I don't ...
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
67 views

non centered slides with Prosper [closed]

I use MixTeX 2.9 with Windows. I have a problem when compiling with the Prosper document class. My code begins as follows: \documentclass[pdf,distiller]{prosper} \usepackage{amsmath} ...
0
votes
0answers
30 views

Biber Compilation Error, Redux [duplicate]

Possible Duplicate: Engines of Tex-Editors and Biber/Biblatex Encountering a problem discussed a few months ago (see Dummies Guide to Biber) but this time unable to resolve. MWE as follows, ...
3
votes
1answer
943 views

Using Terminal to run LaTeX commands

Since I always used TeXShop to compile my tex-files I did not have to run LaTeX commands via terminal (many macros like BibTeX, MakeIndex etc. are included in TeXShop). Now that I want to include an ...
5
votes
2answers
470 views

Why can't I get pstricks with auto-pst-pdf (and cropping) running on MikTeX?

\documentclass{minimal} \usepackage[pdf]{pstricks} \begin{document} \begin{pspicture}(-5.25,-5.25)(5.25,5.25)% \pscircle*[linecolor=cyan]{5} ...

1 2 3 4 5 9