Tagged Questions
0
votes
0answers
11 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:
...
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 ...
-2
votes
0answers
21 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
26 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
37 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}
...
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 ...
1
vote
0answers
29 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
22 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 ...
-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
85 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
114 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 ...
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
97 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
118 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:
...
-1
votes
1answer
170 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
0answers
124 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
2answers
274 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}
...
4
votes
3answers
334 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
108 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
100 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
973 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
1answer
362 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
...
3
votes
1answer
231 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 ...
7
votes
3answers
4k views
Generating pdf-latex with python script
I'm a college guy, and in my college, to present any kind of homework, it has to have a standard coverpage (with the college logo, course name, professor's name, my name and bla bla bla).
So, I have ...
1
vote
1answer
408 views
Generating batch custom reports using Sweave & LaTeX
I am working on creating some personalized reports using Latex and Sweave. I need to generate the reports in a batch (the dataset has about 300,000+ rows). I have come across several methods on the ...
1
vote
3answers
1k views
TeX compiler in ruby
I'm looking for a gem that allows to compile tex files (TeLaTeX or just LaTeX) into pdf. I don't need any templating or partial rendering, just simple compiler. Is there any bindings for latex2pdf or ...
3
votes
2answers
516 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 ...
2
votes
2answers
514 views
What are the ways to create draw data structures for latex?
I tried tikz/pgf a bit but have not had much luck creating a nice diagram to visualize bitfields or byte fields of packed data structures (i.e. in memory). Essentially I want a set of rectangles ...
0
votes
2answers
1k views
text over figure in latex
I am trying to add a simple figure into my latex code .I have this code :
\begin{figure}[H]
\resizebox{40pt}{!}{
\centering \includegraphics{FigureStereo.jpg}}
\caption{Epipolar Geometry}
...
1
vote
1answer
336 views
Converting and Displaying a LaTeX Document within a WPF Application
I have a couple questions related to using LaTeX within a C#/WPF application.
The application I'm developing writes reports using LaTeX. I'll then need to convert those LaTeX documents into something ...
0
votes
1answer
232 views
get latex variable/definition from file
So we have a file which has mappings like:
one/two/one.tex 27/11/85
some/other/two.tex 27/03/89
I would like all our documents to reference this file and pull out the appropriate date. For example, ...
4
votes
2answers
1k 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, ...
5
votes
1answer
2k 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 ...
2
votes
1answer
370 views
Customizing Literate Haskell + LaTeX mode
I'm having a hard time forcing literate-haskell-mode to produce PDFlatex output by default. When I use C-c C-t C-f it just parses the lhs file with latex binary producing dvi. I know I can always use ...
11
votes
1answer
2k 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 ...
0
votes
1answer
484 views
Change Document Class in LaTeX
I am writing my thesis in LaTeX with lilypond and lilypond-book. The first part of the document is just musical examples and for that, the document class {book} suffices. The second part, however, ...
2
votes
1answer
4k views
Changing default width of blocks in LaTeX Beamer
I use a custom Beamer theme for my presentations. In my presentations I'd like to use blocks (\begin{block}…\end{block}). These blocks are rendered slightly too wide to fit into my theme. Is there a ...
2
votes
1answer
4k views
How to change the space between the itemize items in latex? [closed]
How to change the space between the itemize "items" in latex so that I can continue to use the "itemize" and "item" tag without needing to redefine any new tags?
Thank for your help!
2
votes
1answer
119 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 ...
0
votes
1answer
3k views
LaTeX: How to set the pdf dpi when using images
I'm writing my thesis in LaTeX and I have troubles with the image imports.
I want to get my thesis as a PDF, which imports some JPEG images of charts and other things. I'd like to have a higher ...
6
votes
1answer
2k views
sphinx customization of latexpdf output?
Just curious if anyone knows how to customize the sphinx output when using the latexpdf target? I've seen lots of custom stuff for html output, but cant seem to find any example of custom pdf output.
...
0
votes
0answers
160 views
On-Screen resolution deteriorates in pdflatex if figures are included [closed]
When I put a figure into my document (doesn't have to be bitmap, PS does the trick as well, I think the distinction is color vs no color), the on-screen resolution of the text changes at the default ...
3
votes
1answer
1k 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 ...
1
vote
1answer
1k views
pdftex driver of hyperref package doesn't work with utf-8 encoded .tex files
i use pdflatex to generate pdf files. my source files are all utf-8 encoded because of non-english characters. without \usepackage{hyperref} code, they can be compiled without any problem. but when i ...
7
votes
4answers
325 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 ...
0
votes
0answers
757 views
Latex bigger parenthesis [closed]
Do any one know how to type a very big parenthesis in Latex. Since the formula is very big, I used multline environment, in one line, there are many pair of parenthesis by using \left and \right which ...
