Tagged Questions
pdflatex is a command line utility used to create PDFs directly from LaTex source code.
20
votes
6answers
2k views
What are the relative merits of pdflatex?
Not sure this is a programming question, but we use LaTeX for all our API documentation and user documentation, so I hope it will go through.
Can someone please explain what are the relative merits ...
9
votes
6answers
602 views
Why does Tex/Latex not speed up in subsequent runs?
I really wonder, why even recent systems of Tex/Latex do not use any caching to speed up later runs. Every time that I fix a single comma*, calling Latex costs me about the same amount of time, ...
9
votes
2answers
4k views
Compiling LaTex bib source
I am writing my thesis in Latex, and I have the references in an own thesis.bib
file which look as follows
@Article{xxx,
author = "D.A. Reinhard",
title = "Case Study",
year = ...
9
votes
1answer
3k views
Icelandic, utf8 and utf8x in LaTeX
First of all, what's the difference between utf8 and utf8x in
\usepackage[utf8]{inputenc}
\usepackage[utf8x]{inputenc}
when used in LaTeX?
Secondly, what packages are required when writing an ...
8
votes
5answers
2k views
How do I use TrueType fonts with LaTeX
I need to use a font family in my LaTeX documents, that is available as 18 .TTF (TrueTypeFont) files.
Where do I have to copy the files in my MiKTeX 2.8 installation?
How Do I make the fonts to ...
8
votes
5answers
2k views
Including full LaTeX documents within others
I'm currently finishing off my dissertation, and would like to be able to include some documents within my LaTeX document.
The files I'd like to include are weekly reports done in LaTeX to my ...
7
votes
4answers
222 views
What is the current state of the art in latex?
TeX and LaTeX really confuse me. I know that there is no official distribution, and that it's a bit like Linux in that there are many packagers and distributions. A lot of the distributions that ...
7
votes
2answers
4k views
Merging cells in LaTeX tables
I have a very simple table:
\begin{table}[t]
\begin{tabular}{|c||c|c|c|}
\hline
\multirow{2}{*}{Implementation} & Test 1 & Test2 & Test3 \\\hline
...
6
votes
8answers
3k views
I don't want the .aux, .log and .synctex.gz files when using pdflatex
I just want to have a .tex file which I compile with pdflatex and end up with a .pdf file. I don't want all the other .aux, .log and .synctex.gz files. pdflatex doesn't seem to have arguments for ...
6
votes
2answers
865 views
How can I generate a PDF index from pdfLaTeX?
I often generate reports from pdfLaTeX using TeXworks, and would like to generate a document index, which will appear in the sidebar of a PDF viewer, (e.g. evince, Adobe Reader). Are there any ...
6
votes
2answers
4k views
Run pdflatex quietly
I'm calling pdflatex from within my (C++) program using system(), needless to say all the garbage pdflatex puts on screen is a bit irritating in this case.
So...how do I encourage pdflatex to forego ...
6
votes
3answers
2k views
Remove boxes from hyperlinked ToC in LaTeX
How do I remove the red boxes from my hyperlinked table of contents created by using the hyperref package in LaTeX.
5
votes
1answer
323 views
Update a PDF to include an encrypted, hidden, unique identifier?
Background
The idea is this:
Person provides contact information for online book purchase
Book, as a PDF, is marked with a unique hash
Person downloads book
PDF passwords are easy to circumvent, or ...
5
votes
1answer
247 views
LaTeX: Show block only if there is enough space left
Hi LaTeX enthusiasts and TeX programmers!
I'm currently developing a single-page document class for some kind of flyers which should be generated automatically. Unfortunately the limited amount of ...
5
votes
1answer
783 views
How to create a highlighted calendar using LaTex?
I am not looking for a GANTT planning.
I am looking for a calendar with the deadline on it.
Do you know what is the best way to do that with LaTeX ?
Thanks
5
votes
1answer
5k views
How to customize references to sublists in LaTeX?
I have a list/sublist structure in my LaTeX document. By default, the sublist is delimited with letters, so you end up with this:
1. Item
(a) sub item
(b) sub item
In my document, I've got ...
4
votes
1answer
558 views
Creating a LaTeX Document in C#/WPF Application
Has anyone ever created a .pdf document within their C#/WPF application using LaTeX? We're creating reports and displaying them to the screen and we've looked into creating the reports with HTML and ...
4
votes
2answers
957 views
Renumbering figure in LaTeX?
How can I make figures be renumbered in a TeX document? I want the main figures to be 1, 2, 3, ...etc. But then I want a section to have supplementary figures, S1, S2, S3, S4. The "S" does not have ...
4
votes
1answer
960 views
Conditional compilation in a LaTeX document
I want to generalize a template I have and one of the items is setting a few variables before generating a PDF to send to someone.
In my Makefile I have set:
${OBJS}/main.pdf: main.tex ${DEPS}
...
4
votes
1answer
5k views
Pdflatex for windows
Does anyone know how to convert .tex files to .pdf in windows? I tried cygwin but it said the command "pdflatex" was not recognised
Thanks
Philip
4
votes
2answers
571 views
Is there a LaTeX command that will log to the output/error console?
I have created a LaTeX \todo{} command which outputs todo notes in the margin (following the [nice marginpars example here][1]):
\newcommand\todo[1]{\marginpar{#1}}
However, I'd really like to ...
4
votes
2answers
3k views
Semi-transparent figures in beamer (pdflatex)
I am attempting to use overlays with figures to save myself from creating a different image for each slide. The overlay works with any text I include, but not with the figures. For example:
...
4
votes
2answers
5k views
Convert EPS to PDF on the fly with pdflatex on the fly
I'm trying to include an EPS figure in a document that will be compiled using pdflatex. Of course, the picture can be converted to pdf using epstopdf (which comes with the MikTeX distribution). Is ...
3
votes
1answer
88 views
Security concerns with compiling latex dynamically on a web server
I'm setting up a website which would allow users to use certain select latex commands to build a document. They would then be able to preview the document, which means I would:
parse the text file ...
3
votes
2answers
104 views
Making multiple PDFs from 1 TEX file in LaTeX?
I'd like to create multiple documents (output as PDFs after running pdflatex) whose source is from one file.
Example:
\documentclass{article}
\begin{document}
This text will appear in the first ...
3
votes
2answers
563 views
Using pdflatex.exe to Convert TeX to PDF within a C#/WPF Application
Has anyone ever created a PDF document from a TeX document using pdflatex.exe in their C#/WPF application? I have my TeX document and I want to convert it to PDF and display it within the application, ...
3
votes
1answer
645 views
Rendering PDF proofs with Java (via LaTex?)
Currently I am working on a automated theorem prover in Java.
I would like to be able to render these proofs, as PDF.
Preferrably, this will go though something like LaTeX, using proof.sty or ...
3
votes
1answer
2k views
Latex code for adjusting attributes of hline (color, dashed), and/or attributes of vertical lines in table
I want to color hline; e.g., \hline[color=red,width=2mm,dashed] or something. Below is a feeble attempt which fails. not I put textcolor gray around {|} to try and make it gray. Ideally, I want it ...
3
votes
1answer
710 views
PDF on Linux: Combine font subsets and replace Type 3 with Type 1
I have a PDF file that I'd like to post-process on Linux. In particular I'd like to:
Replace Type 3 fonts with Type 1 fonts
Replace multiple subsets of the same font with a single subsets (the ...
3
votes
1answer
635 views
Latex Item inline “Missing $ inserted.” error
Why does this line yield the "Missing $" error:
\begin{item} Hello \rightarrow \end{item}
3
votes
2answers
314 views
Insert code into a latex doc. without leading tabs
When I write latex I usually indent my sections like this (it allows easier folding in vim, is like reading code, etc).
section{section}
bla bla bla bla bla
subsection{a}
bla bla ...
3
votes
5answers
707 views
Latex, TikZ and separate compilation of chapters and figures
I have fairly large Latex document with a lot of TikZ figures inside. I have a habit of frequent recompilation and it takes forever to compile it using pdflatex. Figures in TikZ take most of the time. ...
3
votes
2answers
985 views
How to get rid of navigation bars in beamer?
How can I remove the navigation bar of sections and subsections on the top of each slide generated from a beamer latex file?
I'm using the package beamerthemesplit.
3
votes
4answers
1k views
How to insert code into a latex doc
This seems like a trivial question but google has not give me any fast results.
How to do I insert code into a latex document? Is there something like:
\begin{code}
...
\end{code}
Or how should ...
3
votes
2answers
163 views
Force pdflatex to create one box per word
Good evening everyone!
I'm converting ebook files to ereader-optimized pdf files (the sony ereader can't propertly justify text). I'm therefore converting html to latex, and then building the latex ...
3
votes
6answers
2k views
Can pdflatex (or any tex package) automatically rescale included images which have been reduced in size?
I'm writing my thesis in LaTeX, generating it with pdflatex. I have a large number of figures, many of which are bitmaps (as opposed to SVG) in PNG/JPEG format. I've generally created them to be ...
3
votes
2answers
1k views
Algorithm that spans two pages in Latex
i have a long algorithm that i need to put in a report. i am using latex for this report. but due to the length of the algorithm it is more than one page but i cannot get it to fit into the next page. ...
3
votes
3answers
1k views
Vim script to compile TeX source and launch PDF only if no errors
I am switching to using Vim for for my LaTeX editing environment. I would like to be able to tex the source file from within Vim, and launch an external viewing if the compile was successful.
I know ...
3
votes
4answers
3k views
Problem with adding Appendix in Latex
I tried the first time to add an appendix to my thesis, here are
the commands that I used.
\appendix
\chapter{Appendices}
\input{appendix}
The output looks than as follows:
Appendix A
Appendices
...
3
votes
1answer
6k views
Rowcolor on a multirow tabular in LaTeX
So I tried learning LaTeX last night, and I trying to get this template for school assignments done ASAP. Part of that requires building a table. I want to use multirow, but need the multirows, that ...
3
votes
3answers
3k views
Link to external application in LaTeX Beamer
Is there a way to link to an external application (so that it starts) when clicking on a link in a PDF file, e.g. in a beamer class LaTeX file?
3
votes
3answers
764 views
How to add roman numbers to the appendix pages in LaTex?
is there a way to have roman numbers for the pages at the end of the article - like \bibliography{...}, \listoffigures and acronym-lists?
Currently they show up without any numbers :(
Cheers,..
...
3
votes
1answer
630 views
How can I change the margins on a PDF document created by Doxygen?
I am using Doxygen to generate a PDF of my code documentation. The PDF has very big margins when using PAPER_TYPE = letter. It looks ok when using a4wide but I would like to have more control over ...
3
votes
3answers
4k views
Latex Table of Contents Links to Wrong Section
I have a section followed by a table of contents like so:
\section{Section1}
ABC.
\addcontentsline{toc}{section}{Table of Contents}
\tableofcontents
\newpage
\addcontentsline{toc}{section}{List of ...
2
votes
1answer
70 views
reST to Latex to PDF
I was able to generate the latex output from reST using make latex command of Sphinx/Python. It generated the required latex files under latex directory. I am not sure on what I need to do for ...
2
votes
2answers
120 views
Is it possible to define the word stretch in latex?
i would like to know if is possible to set the space between the words like i can do with the lines with baselinestretch ?
thx
2
votes
1answer
536 views
Sphinx docs: Remove blank pages from generated PDFs?
By default, Sphinx documentation outputs a PDF that's formatted for duplex printing. So there is a blank page between the title page and the TOC, the TOC and the introduction, the introduction and the ...
2
votes
1answer
68 views
Is it possible to do a 'unity build' with Latex source files?
Those who know C++ may know what I mean by 'unity build':
*.cpp files of a project are all effectively #include-ed into a single supermassive source file following #include directives specified in ...
2
votes
0answers
372 views
Problem with emacs terminal mode
I have some problem with the Emacs terminal mode.
I'm a mac user and I use Emacs downloaded from emacsformacosx.com; I installed also ESS and AucTex.
I work with R, LaTex, Sweve and, I menage all ...
2
votes
2answers
723 views
Adding the abstract to the front page in Latex
Included below is my LaTeX code. By default the abstract is on the first page following the title page. But the title page has lots of space below, and my abstract will be short, so is there anyway to ...