Questions tagged [pdflatex]

pdflatex is a command line utility used to create PDFs directly from LaTex source code.

pdflatex is a command line utility used to create PDF files directly from LaTeX source code.

There is a site dedicated to this: TeX - LaTeX

957 questions
4
votes
2 answers

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. i am new to latex. can someone tell me how to do…
sfactor
  • 12,592
  • 32
  • 102
  • 152
4
votes
2 answers

Sweave not working in Rstudio - found path, but how to set?

I am having the same problem as described in this post. That is, I am getting a "No TeX" installation detected. I did reinstall tex after I received the Yosemite-beta OS. I located the paths to tex at the terminal using the following command: …
Brian P
  • 1,496
  • 4
  • 25
  • 38
4
votes
3 answers

include figure files in latex

I am trying to include jpeg files in latex \includegraphics[width=57.6mm, height=43.2mm]{../../results2/html/zerooneloss_stumps.jpg} With specified the width and height and compiled with pdflatex, however, it produces the error: ! LaTeX Error:…
Tim
  • 1
  • 141
  • 372
  • 590
4
votes
1 answer

KnitR , Latex conditional display of Text and Code block

How do i turn on/off display of perticular subsection based on some condition ? for example, i want to display following sub-section only when xyplotFacSpecTotVarTest.pdf exist. How can i do it ? \subsection{Checksum: Factor, Specific, and Total…
Manish
  • 191
  • 2
  • 4
  • 12
4
votes
3 answers

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?
Mathias Soeken
  • 1,293
  • 2
  • 8
  • 22
4
votes
2 answers

Remove header from bibliography pages

I use this LaTeX code to add a bibliography section: \bibliographystyle{plain} \bibliography{bp} The first page looks fine. It contains the Bibliography title, no header and a list of citations. However on the next page is a header with the title…
Lukáš Lalinský
  • 40,587
  • 6
  • 104
  • 126
4
votes
1 answer

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 it. I want to use a package called geometry but…
clintsmith
  • 695
  • 6
  • 16
4
votes
1 answer

Different colors for links when displayed on screen vs. in print?

Is it possible to have different colors for on screen and hardcopy display of hyperref links in the same file? In my thesis, I like the functionality of linking reference numbers to the reference entry in the bibliography and I like having the…
jkarmick
  • 103
  • 5
4
votes
1 answer

R - Handling cut intervals of form [x,y] in tables when converting to LaTeX

I'm working on a document in R, with knitr to pdflatex and am using the extended version of toLatex from memisc. When I'm producing a table with cut intervals however, the square brackets are not sanitised and the pdflatex job errors because of the…
Steph Locke
  • 5,951
  • 4
  • 39
  • 77
4
votes
1 answer

Gunicorn throws OSError opening file when invoked by supervisord

I have an application that presents a form and generates a PDF file with pdflatex which is returned to the browser as a file attachment. It works when I invoke the application server manually, but when the server process is started by Supervisord,…
kevins
  • 472
  • 6
  • 17
4
votes
9 answers

LaTeX: Are there any web frontends available?

As of now the workflow is something like, I import an SVN or a CVS repository and then compile a document locally on my machine to get either a ps or a pdf file. But I was wondering if there is a Web front-end to do all the stuff, like for instance,…
Legend
  • 113,822
  • 119
  • 272
  • 400
3
votes
3 answers

Rounded boxes with text inside in beamer

I want to have several texts in latex which are boxed in a circle or more in a rounded box. I tried to…
madalina
  • 377
  • 2
  • 7
  • 15
3
votes
1 answer

Why do Top-Aligned Minipages Create a Vertical Margin?

Using the following bit of code, I experience unwanted behaviour. \documentclass[11pt,a4paper]{letter} \usepackage[sfdefault]{roboto} \usepackage[german]{babel} \usepackage[a4paper, showframe,…
Degux
  • 33
  • 5
3
votes
1 answer

Python 3.7 pdflatex filenotfounderror

I am using python 3.7 with PyCharm on Windows 10. I have a Tex file and want to generate a pdf with pdflatex. pdfl = PDFLaTeX.from_texfile('test.tex') pdf, log, completed_process = pdfl.create_pdf(keep_pdf_file=True, keep_log_file=True) I keep…
3
votes
1 answer

PDF formfield radiobutton syntax latex3 generation

I stumbled over the following PDF since my PDF library has problems with it. It contains what I would call a peculiar interpretation of the PDF specification thus the radiobutton is not working correctly in most viewers. However a standard could be…
Lonzak
  • 9,334
  • 5
  • 57
  • 88