{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.
0
votes
0answers
4 views
FOSS for real-time PGFPlots
Any FOSS for real-time PGFPlots? Is it worth opening a feature request for KtikZ (QtikZ)?
1
vote
2answers
39 views
Wrong numeration in toc longer then one page
I searched the web for a solution but could not find one that helped me.
I tried anything i could find with \cleardoublepage and \newpage and so on...mostly they use \addcontentsline. I dont need to ...
4
votes
0answers
97 views
How to make `latexmk` run the appropriate amount of times
When compiling my latex documents, I use AucTeX in emacs to run latexmk but latexmk only runs once and will say you should run latexmk again and then reason whether it be references or something else. ...
3
votes
1answer
289 views
Sublime Text 3 LatexTools
I just installed ST3 and installed the LatexTools package using Package control.
Everything seems to have gone fine except when I compile using CMD+b nothing seems to happen.
On the terminal I get ...
7
votes
1answer
63 views
pdflatex nonstopmode with TikZ stops compiling
I compiled a TikZ code using pdflatex -interaction=nonstopmode. Depending on code errors, compiling stops. I want to know what went wrong. Let me show you two cases, both of which involve a code error ...
7
votes
0answers
70 views
Speeding up compilation using precompiled preamble with LuaTeX
Compiling my documents with lualatex takes quite long. I have a complex preamble, and noticed it takes long to process this part of the file.
Today I came across this website, which proposes a trick ...
14
votes
3answers
2k views
Is there any way to generate custom errors/warnings in LaTeX?
I want something like \ifmmode\else\GenerateWarning{The command \backslash uzuka is supported only in math mode.}\fi, which is supposed to generate a warning "The command \uzuka is supported only in ...
0
votes
0answers
180 views
Error when compiling (pdfLaTeX)
I wrote some lines and I wanted to view the pdf, so I compiled and built but I have this error message:
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (MiKTeX 2.9 64-bit)
pdflatex.EXE: The memory ...
3
votes
1answer
2k views
How to use 'makeglossaries'?
I try to make a glossary with the glossaries package. I understand that I have to run makeglossaries to display the glossary. (according to this link: "Processing the file will have to include a call ...
2
votes
1answer
883 views
TeXstudio Compile: Error: Could not start the command: pdflatex.exe
I'm trying write a report in LaTeX but TeXstudio won't let me. All I have is this:
\documentclass[a4paper,11pt]{report}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
...
3
votes
1answer
232 views
Unable to compile TeXmaker 4.0.2 with MiKTeX 2.9
I just downloaded first MiKTex 2.9 and then TeXmaker 4.0.2. However, I am having a hard time getting it to compile. I always get the info box saying Can't detect the file name followed by the info box ...
2
votes
1answer
67 views
How to compile with Sublime [duplicate]
I've followed the instructions on here, but I can't seem to compile.
The shortcut they have is C-l, but I have no idea what that means.
5
votes
0answers
109 views
Need commands for creating manual “pre-compile” of preamble in Windows, perhaps by pressing a button
I would like to manually create a separate file with preamble "pre-compiled". I found a very simple example at:
ultrafast pdflatex with precompiling
where Jonas Stein describes their example:
...
1
vote
2answers
63 views
Error message: LaTeX can't find ieeetrans.sty
My code is
\documentclass[oneside,12pt]{Classes/VTU}
\title{TITLE OF THE THESIS}
\author{by \\ \vspace{2mm}NAME OF CANDIDATE \vspace{5mm}}
\collegeordept{Department Name}
\university{College Name}
...
-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.
4
votes
0answers
102 views
clickable problem book
I started to write a clickable problem book using fortextbook. The question: after compiling to PDF, and setting the page fit to width in the Acrobat Reader if I click on e.g. question 1. it jumps to ...
2
votes
1answer
91 views
Smartdiagram error when compile
I want to use the smartdiagram but by some reason a get a error:
! Undefined control sequence. \smartdiagram code #1#2->\StrCut
{#1}{:}\diagramtype \option \IfNoValueTF {#... l.6
...
3
votes
1answer
109 views
Unable to generate pdf
I use TeXnicCenter and get the following error window after I try to compile
Even TexMaker is unable to create the pdf file.
No error is detected in the window below after compilation.
0
votes
0answers
65 views
Why am I getting this “Runaway argument?” error? [closed]
My document has suddenly stopped working. My error message is
Runaway argument?
./Part II Project.tex:77: File ended while scanning use of \@newl@bel.
<inserted text>
/par
? h
I ...
9
votes
1answer
11k views
Undefined citation warnings
When I compile my document I get warnings of the form:
Package natbib Warning: Citation `xxxxx' on page y undefined on input line
z.
This problem does fix itself eventually when the compiler ...
30
votes
1answer
287 views
Static analysis of LaTeX documents?
For programming languages like C, C++, C#, Java and so on there always exist some kind of static analysers, tools that check the sourcecode for unreachable code, unused variables, memory leaks and ...
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}
...
0
votes
0answers
69 views
What would be required to make a Windows RT port of LyX? [closed]
I just got a Surface RT tablet which I like quite a bit, although I'm stuck using remote desktop when I want to edit documents using LyX. I noticed that there does appear to be a port of MikTeX for ...
3
votes
1answer
34 views
Compilation of main tex file from a chapter file with AucTeX
I have a main LaTeX file that has multiple chapter files included using \input command.
For compiling them in emacs/auctex, I have to open main LaTeX and ^C^C.
How can I compile the main LaTeX from ...
2
votes
1answer
73 views
Compilation fails with “! Missing \endcsname inserted.”
Hi I've got a strange problem. I've defined a new command to print Linux commands line in the document:
\documentclass[12pt,a4paper]{article}
\usepackage{listings}
\newcommand{\shellcmd}[1]
{
...
7
votes
1answer
382 views
Best solutions for (La)TeX on Kindle
I have read Compiling documents online, LaTeX options for kindle?, and some similar Q&A's, but I have more specific question.
What are possible, good solutions for compiling TeX/LaTeX documents ...
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 ...
2
votes
0answers
95 views
German umlaut breaks compilation with biber/biblatex - Why? [closed]
My document didn't compile and it took me hours to find the reason. When I finally found it, it was so unrelated to all my previous attempts to solve it and the error messages and warnings didn't give ...
7
votes
1answer
118 views
Typesetting and Engine settings that can help improve compile time?
Are there any specific options that I can enable or disable to improve compiling time ? I don't understand most of what is included in the settings so I can't decide on my own (new LaTeX user here).
...
0
votes
1answer
66 views
Mac vs Ubuntu LaTeX error [duplicate]
I'm getting a very strange error.
I have a LaTeX document that I compile with a Makefile (below), when I compile it on my Ubuntu machine everything is fine, but when I compile it on my mac the first ...
2
votes
0answers
43 views
Compile time optimized “area under analytical curve” plotting with pgfplots?
There are some question regarding how to plot an area under a curve with pgfplots. But as far as I can see, all the answers have in common that a function has to be plotted twice with different style ...
4
votes
2answers
464 views
pdflatex / xelatex -output-directory and subdirectories when using \include
When I include a file from a subdirectory with \include{subdir/sub} and compile the file with pdflatex -output-directory .tex_test/ main.tex, pdflatex complains, that it can't write to ...
16
votes
1answer
109 views
Compile PDF without proofs
I am writing my degree thesis, and I need to make a synthesis of it: basically what I want to do is make a copy without the proofs...is there a way to exclude them automatically, without having to ...
1
vote
1answer
185 views
vim-LaTeX does not run bibTeX
I'm on a Windows 7 machine, using the most recent version of vim-LaTeX with gVim. With all of the defaults, using \ll to compile my document only runs LaTeX once, when it should run multiple times, ...
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 ...
3
votes
1answer
80 views
BibTeX compilation is corrupting myfiles
I am using TexMaker 1.9.9 and managing my references with KbibTeX. I have all the LiveTex package up to date from Debian Stable release.
I always use the same template to write assignments:
...
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 ...
0
votes
0answers
96 views
XeLaTeX hang on Defining document command \newfontfeature with arg. spec. 'mm' on line 118
I am using TexMaker 4.0 on a Windows 7 (64bit) machine, with MiKTeX v2.9, and I am trying to compile this template (with no modifications) with XeLaTeX using the instructions contained in the first ...
1
vote
0answers
82 views
How to turn on the PDFTexify option?
I have read through the manual as best I can. But I can't find where you enable or turn on the PDFTexify. I put in some sample text. Then I hit enter to try and "run" the text that I typed. So, ...
13
votes
1answer
503 views
Getting “You have to run LaTeX again to get the references right ” over and over again
on Ubuntu 10.04 with Emacs 23.1.1 and TexLive, writing a book (scrbook) spread over different files, I have the following problem:
Doing C-c C-c in Emacs (the usual cycle LaTeX BibTeX LaTeX LaTeX)
I ...
2
votes
2answers
71 views
Ignore some self-defined command during compilation?
In a .tex file, there is some self defined command
\newcommand{\mycomment}[1]{\textcolor{red}{#1}}
...
\mycomment{blah blah}
...
I hope to be able to skip the command during compilation in my final ...
3
votes
0answers
99 views
xelatex vs. xelatexmk compilation – what’s the difference?
I'm using TeX Live 2012 in a Windows environment.
I used to compile with xelatexmk, which isn't included in TeX Live's "Processing tools". When I wanted to switch from LaTeX to XeLaTeX, I read ...
0
votes
0answers
47 views
compiler stops on natbib undefined citation
help needed.
i ve got an issue when re_using the file with references with another tex file.
So it works fine with my work1 tex file.
But it does not work with my work2.tex file.
I do not see ...
17
votes
1answer
230 views
Write to logfile
I want to write some things to the log file. What is the best practice for this? Is it \message{} or \typeout{} or what?
1
vote
0answers
31 views
Preventing output of extra compiler files [duplicate]
When I compile a document with PdfLaTeX + View PDF quick build command option selected, Texmaker outputs these files in the same directory with the .tex file:
MyDoc.aux
MyDoc.log
MyDoc.pdf
...
4
votes
1answer
61 views
Minimization of the time it takes to preview a large beamertex file
I have a very large beamer tex file which requires a long time to texify. I want to make very minor changes and want to visualize these changes quickly. Is there a way to texify only the changes ...
3
votes
2answers
85 views
Warning message: “The marginal notes overrun the paper”
\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[a4paper]{geometry}
...
3
votes
2answers
101 views
Need to Typeset twice for correct compile?
Whenever I press CMD+T in TexShop, the PDF created is not always updated correctly. I usually have to re-compile it to update the Table Of Contents and other changes I have made. How can I fix this ?
...
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
116 views
Can pdflatex create the pdf file while a previous version is being viewed with Adobe Reader?
Within Cygwin I use vim to write my .tex file, then compile with pdflatex.
I then view the .pdf file with Adobe Reader (outside Cygwin that is, I just double-click the .pdf file from within a windows ...






