pdflatex is a command line utility used to create PDFs directly from LaTex source code.
0
votes
0answers
10 views
Missing $ inserted - did I make something wrong? [migrated]
Im writing a paper using Latex and I get repeatedly this "! Missing $ inserted. $ l.92 ?" error. Its only in two passages and I don't see any obvious mistake I made. The code is:
...
1
vote
0answers
36 views
Flymake pdflatex ubuntu 12.04 emacs 23.3.1 Configuration Error
i tried to get flymake for pdflatex running on my system. The following code is included in my .emacs file:
(require 'flymake)
(defun flymake-get-tex-args (file-name)
(list "pdflatex"
(list ...
0
votes
0answers
16 views
Linebreak before \texttt [migrated]
I have text and there are some commands, that should be write in \texttt. It's one word, that shouldn't be broken and should be on next line, but LaTeX doesn't put a line break before it and lays it ...
1
vote
1answer
42 views
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 ...
-2
votes
0answers
20 views
Latex algorithm2e [closed]
I am using the package algorithm2e in me paper using Latex. The problem is the algorithm goes to the next page. I think Latex consider it as a picture or since the latex can not split it between two ...
1
vote
0answers
23 views
How to diagnose errors in LaTeX generated by Doxygen 1.8.x: LT@LL@FM@cr
I've been using Doxygen successfully to generate PDF documentation for a sizable Fortran 90 project since v1.6. After a recent upgrade to Doxygen 1.8, pdflatex is choking with an error I can't ...
1
vote
0answers
20 views
How to remove the vertical space between two images latex [migrated]
I know this topic is allready discussed but I still don't manage to solve this problem. I have 2 pictures in my document. I would like to delete the white vertical space between them. I found ...
0
votes
0answers
33 views
pdflatex does not create pdf file anymore [closed]
I have a tex file (test.tex) which I cannot compile any more.
%
% Some comment
%
\documentclass[pdftex,a4paper]{scrartcl}
\usepackage{ngerman}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
...
1
vote
1answer
59 views
How can i escape latex special characters inside django templates
I have this django template which i use to generate Latex files
\documentclass[11pt]{report}
\begin{document}
\begin{table}
\centering
\begin{tabular}{lcr}
\hline
{% for col in head ...
0
votes
0answers
14 views
pdfTeX not adding the word Table/Figure on its own in Windows XP [closed]
I am using pdfTeX, Version 3.1415926-2.3-1.40.12 (MiKTeX 2.9), in Windows XP. It seems NOT to be adding the word "Table", when referencing to one, as it does in Linux.
For example, consider this ...
0
votes
1answer
45 views
Quiet mode for pdfLaTeX in emacs
I've begun to use emacs as a pdfLaTeX writer/compiler, which is just brilliant.
However, whenever I execute TeX file (C-c C-f), which currently executes the following:
(setq latex-run-command ...
0
votes
0answers
16 views
undefined control sequence- cannot work out what is the issue, need to create pdf [closed]
\documentclass[11pt,titlepage, a4paper]{article}
\begin{document}
\doublespacing
\begin{titlepage}
\vspace{1.5in}
\begin{center}
{\Large Hong Kong versus US IPOs -- legal liability and underwriter ...
0
votes
0answers
27 views
1
vote
1answer
60 views
pandoc via launchd — getting error: "pdflatex not found. pdflatex is needed for pdf output
I am trying to generate a pdf document from a markdown document every 90 seconds. I have set up a task in launchd to handle this for me. Unfortunately, I am getting an error announcing that pdflatex ...
1
vote
0answers
27 views
Doxygen generated Latex Files , Usage of LATEX_HEADER & INPUT tags
I tried to generate Latex Files with Doxygen. I used "INPUT" tag to get ".h" file and LATEX_HEADER to customise to my own HEADER. Problem is Integration of both Files. It is giving many Compilation ...
0
votes
1answer
21 views
LaTeX: Cannot Create Document [closed]
I am just starting out with LaTeX, and trying to create my first document. I am using Mac OS X 10.8.3.
After creating a hello.tex file, I then type latex hello into the command line. This returns ...
0
votes
2answers
65 views
how to have latexmk work with emacs and okular
I just started using emacs so I don't know if I am even doing this correctly.
C-c C-c then the prompt says Command [pdflatex]: so I type in latexmk. Is that even what it is expecting?
Then I am ...
-1
votes
1answer
50 views
Difference between XeLaTeX and pdfLaTeX [closed]
The title says it all, I suppose. Both commands (pdflatex and xelatex) generate a PDF. What is the technical/effective/historical/etc. difference between these two commands? I'm using TeX Live.
0
votes
1answer
81 views
Render latex documents in javascript or php
Here is the big picture of what I want to do. I need a wiki for my University where we can modify tex file. The structure is the same as a normal wiki (history, comments, etc.) except the code of the ...
1
vote
1answer
110 views
ST2 Plugin — suggestions, please, for creating an event listener
I am using OSX TexLive (MacTeX), which does not support the latexmk options for -aux-directory or aux_dir. There is no built-in method to send the auxiliary files somewhere else, but keep the new ...
0
votes
0answers
8 views
Having trouble with pdfLaTeX in WinXP [closed]
I'm having the following annoying problem: when I try to compile any tex file to a pdf, I obtain no error, but no pages of output either.
This is independent of the packages I use in the file (I've ...
1
vote
0answers
84 views
Latex get inputenc error including C# code [closed]
I am very desesperate trying to including my code in a pdf latex document. To include the code I am using this code:
\newcommand{\sourcecode}[3]{%
\lstset{backgroundcolor=\color{tablecode}}
...
2
votes
1answer
95 views
Pretty tilde ~ from R chunk with knitr? [closed]
I have a linear model in a code chunk that I want to display nicely in LaTeX. The model call takes the standard form with a tilde ~ which gets typeset horribly in LaTeX.
\documentclass{article}
...
4
votes
1answer
115 views
Basic R guide: verbatim ? with knitr in R
I'm producing an introductory R guide for my company. I'm doing a little demo of the R help function (shorthand)
?mean
This is in a knitr chunk:
<<eval=FALSE>>=
?mean
@
Output:
...
0
votes
1answer
200 views
Diagnosing R Package build Error: pdfLatex Not Available
I am trying to build a package in R. I made the skeleton, and ran the command R CMD check package1. I got an an error described here.
I followed the solution steps, and the results are:
package ...
0
votes
0answers
20 views
How do i draw images in the document which i'm preparing using latex (MikTeX)? [closed]
How do i draw images in the document which i'm preparing using latex (MikTeX) ?
I need to write complex equations too.
-1
votes
1answer
166 views
Compiling a RSweave file: File is not ASCII
Here is my problem:
\begin{verbatim}
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
\end{verbatim}
I keep getting this error message when I compile it:
...
1
vote
1answer
140 views
Best way to utilize bash script (Ubuntu) Rscript, pdflatx, and API
I'm currently writing some code that
connect to a server via API and fetches a bunch of data,
organizes that data by case ID,
generates an individual case report,
creates one pdf (case overview) ...
1
vote
0answers
121 views
Fitch style box proofs in LaTeX [closed]
I'm trying to typeset fitch style box proofs in LaTex like in the following example:
I looked at the fitch.sty package, but this isn't really what I want. How can I accomplish this?
0
votes
0answers
68 views
Latex without file I/O on windows [closed]
I'm looking at ways to typeset pdf documents programatically, and LaTex is a great way to do that. Is there a way to render a LaTex document as a Pdf without using the filesystem (preferably from a ...
0
votes
0answers
29 views
Making the 2nd figure to be in middle in case of subfigure [closed]
I have two figures, by using the subfigure package I am making them next to each other. The second figure is small so I want to either keep in center or top. Now by default it's keeping the figure to ...
0
votes
0answers
30 views
Why reducing size of document in LaTeX causes improper header appearence [closed]
I have a LaTeX file that generates a 23 Mb document when using dvi2pdf but I need to reduce it below 5 mb so I used dvi2ps and then ps2pdf. But this causes header of each page not well positioned and ...
0
votes
0answers
252 views
Knitr: surround plot with a tikz frame [closed]
I usually put figures in my LaTeX documents in a tikz frame. The definition of the frame node I use is:
\tikzstyle{pictureframe} = [rectangle, rounded corners, draw]
And then I do the following to ...
0
votes
2answers
83 views
Elisp/texi2dvi: How to call texi2dvi from Emacs?
I try to write a function based on the code from: Latex, Emacs: automatically open *TeX Help* buffer on error and close it after correction of the error?
I would like to replace latexmk by texi2dvi, ...
0
votes
2answers
263 views
compiling problems with latex and embedded python code [closed]
I'm using Ubuntu server with Python 2.7 and LaTeX and I try try to compile this LaTeX code with the shell command: pdflatex test.tex
\documentclass{article}
\usepackage{python}
\begin{document}
...
8
votes
4answers
411 views
Creating reports in R
I've posted a similar question on Rstudio but I thought it would be useful to also ask stack users.
My question is basically this: how do you create documents with embedded R graphics that others can ...
4
votes
3answers
329 views
How can I get PHP to compile a LaTeX document if it (www-data) can't get access to the required packages?
I have a PHP script that compiles LaTeX documents with the use of:
exec('cd /path/to/doc && /usr/bin/latexmk -pdf filename.tex');
This is working for some of my LaTeX documents but my ...
1
vote
1answer
105 views
Hiding the emacs tex-shell [closed]
is there a simple way to make emacs put the tex-shell output in a background buffer? i.e. as opposed to the default behavior where it automatically makes split window to show the tex-shell.
More ...
2
votes
0answers
99 views
How can i automatically check punctuation in LaTeX? [closed]
While I was writing TEX-file in Geany editor I stacked with the next problem. There are many tools and plugin for spell correction. But I couldn't find any tool to check punctuation like in MS Office ...
1
vote
1answer
66 views
update eclipse workspace with ant-errors
I have LaTeX project that is hosted in the eclipse environment. To compile the LaTeX code I'm using an ant script that calls pdflatex.exe from a local MiKTeX installation. This works fine for me so ...
1
vote
1answer
122 views
Matplotlib uses broken pdfmarks in latex
I have a really weird problem:
plt.xlabel("$t$[ms]")
plt.ylabel("$\dot{q}$[deg]")
plt.axvline(x=span2Stop,lw='0.3',c='0.5')
plt.axvspan(spanStart, spanStop, facecolor='0.9', ...
0
votes
2answers
618 views
Running a system command (pdflatex) within my Rails Controller
So I have a Rails application that upon user submission should generate some kind of a .tex file based on the user input, compile it into a pdf, and deliver the pdf. Through process of elimination, I ...
5
votes
1answer
305 views
ggplot2/R output pdf too large
I'm generating a 32x32 (tiles, each tile less than a quarter inch x a quater inch size) heatmap in ggplot2 in my MacBook Pro, this is relatively simple stuff. However, the pdf output for this is huge ...
1
vote
1answer
953 views
How to convert LaTeX to PDF/PNG by PHP
I have LaTeX code inside PHP (not as .tex file); for example received by $_POST. How can I save the rendered LaTeX as a PNG or PDF file on my server?
EDIT: I know that PHP normally does not do this. ...
2
votes
2answers
274 views
How to run external executables from an Appharbor application (HTML to PDF generation)?
I have a requirement to produce PDF's for one my .Net web applications currently hosted on Appharbor.
Traditionally, I would simply install latex on the machine, and create PDF's on the fly with ...
2
votes
1answer
359 views
Dynamic references to figures in a R comment within Sweave document
I would like to find a way to use the LaTeX \ref{} markup to comment in the R code within a Sweave .Rnw file. Here are two examples, one in print
...
1
vote
2answers
156 views
How can I direct SED's stdout to pdflatex without creating a clutter file.tex?
I want to reuse a layout, here image.tex, but I do not want generated.tex -files to mess up. How can I direct the SED's preprocessed image.tex to pdflatex so that it create a file image.pdf to the ...
3
votes
1answer
230 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
1answer
793 views
How to run the command 'pdflatex' in Java on Mac
I've tried searching for the answer but none are working for me.
I'm trying to run pdflatex in terminal from my java application on my Mac.
In Terminal if i type:
open -a FireFox ...
2
votes
1answer
352 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 ...

