LaTeX is a macro package implemented on Don Knuth's TeX programming language and is used primarily for creating high quality written documents. Note that http://tex.stackexchange.com is specifically dedicated to LaTeX questions (and TeX, and other related technologies).
1
vote
1answer
55 views
use regex vim with tagbar to get filename of graphic in latex
I'm using vim and tagbar to write my latex files.
In the latex source, the input for a graphic look like this:
...
0
votes
1answer
19 views
How to write \n inside the \code{} in latex
I am trying to write a code inside \code{} in .tex file.
I am eager to write
\code{
cat("\n I want to write like this!")
}
However, latex gives me ERROR message, saying that \n is ...
0
votes
2answers
26 views
“Smart quotes” in Sublime Text 2 with LaTeXTools
I've recently migrated my LaTeX-authoring from TeXWorks to Sublime Text 2, and one feature which I'm really missing is the ability to type "regular quotes", (using shift+2 on my Swedish keyboard, ...
0
votes
0answers
9 views
Incorporate man page inside a latex document
I'm writing a thesis with latex. The thesis is about an application that I made and I want to incorporate in my .tex file part of the man page (written by me).
How can I do that?
0
votes
0answers
14 views
Source code description in latex [migrated]
I have a problem concerning the creation of the name below a "Source code" (Listing) in LATEX. When i have a figure i use :
\begin{figure}[t]
\centering
...
0
votes
1answer
38 views
Invoking Java Jar code from JNI in C++
I'm trying to emulate this (http://snuggletex.sourceforge.net/maven/xref/uk/ac/ed/ph/snuggletex/samples/MinimalExample.html) code inside my C++ language, in order to obtain natively some LaTeX to ...
0
votes
1answer
15 views
Static images in IPython Notebook
I am using IPython notebook to create some tutorials. After finishing it, I need to convert them to latex/PDF and html/blogger. But I am facing two problems.
1 - Adding static images.
I will have to ...
3
votes
1answer
1k views
LaTeX hyperref package: Opening a target PDF at a specific page
Does anyone know if it is possible to employ the LaTeX hyperref package to open a target PDf at a specific page? I have tried using the \href{FILENAME#page=XX}{LINK_TEXT} command, where XX is the ...
0
votes
0answers
20 views
Latex subsections inside figure - toc shows subsections [migrated]
I try to put a lot of these elements inside my thesis:
\subsection{Maschine}
\begin{figure}[!ht]
\begin{center}
\begin{tikzpicture}
\node[fill=gray!10,text width=0.9\textwidth, draw, minimum height=1 ...
2
votes
0answers
52 views
Using Latex in a C++ Program
I want to write a program that allows me to type in plain text and LaTex code into a text field and displays in real time that text parsed with LaTex, essentially how the preview panel works in ...
2
votes
1answer
132 views
How to use SyncTeX with Org-mode?
Background
With SyncTeX you can get forward and backward search between a source document and the typeset material. More specifically:
Forward search is to jump from a particular place in the ...
1
vote
1answer
23 views
Lyx cannot find knitr module
I am migrating/branching from sweave to knitr and can run @yihui's minimal example in Rstudio but am having trouble making it run with Lyx (2.06). I get the message The module knitr has been requested ...
0
votes
1answer
46 views
emacs AUCTeX macros fontification
I recently started using the excellent package xargs
that provides \newcommandx. It shares a syntax similar to the default \newcommand.
I would like font-lock to reflect this.
I did
...
0
votes
0answers
17 views
Embedding LaTeX for PDF generation [migrated]
I'd like to use LaTeX as an document generation backend in my application (mainly because it is well known, feature rich and output is of very high quality). Let's assume the application creates a ...
1
vote
3answers
20 views
vim-latex suite, how to open a file without folding the text by default
I have downloaded and successfully installed the vim-latex suite from
http://vim-latex.sourceforge.net/index.php
It is a great tool, but slightly annoying that when you open a file it folds all of ...
6
votes
3answers
6k views
Change “List of Listings” text
I tried to change the "List of Listings" text with the command
\renewcommand*{\lstlistlistingname}{List of XYZ}
before my \begin{document}. What's wrong with this?
By the way
...
5
votes
1answer
45 views
How to execute a Golang template when “{” or “}” are in the static part of the template?
My Problem is that, I want to build a letter generator, which first builds a latex-file from user input, and then compiles this via latex to PDF.
The template contains multiple lines like this:
...
0
votes
0answers
14 views
Latex figure problems [migrated]
I want to include a jpg to a latex document, which I have done many times. Normally, I use put it in a figure environment, the code looks like this:
\documentclass[twoside]{article}
...
1
vote
4answers
6k views
change to letter size on teXnicCenter & MikTex
How come TeXicCenter and MiKTeX always generate an A4 size pdf paper?
I reinstalled both MiKTeX and TeXicCenter and I made sure that I selected "Letter" to be my default paper size. Nothing changes.
0
votes
0answers
11 views
Export Google Drive document to LaTeX
Is there a way for exporting a document created in Google Drive to a .tex file?
I tried to use the .zip file that you can directly download from the Google Drive interface. That file contains the ...
0
votes
0answers
16 views
Arabic page numbers appearing when I want Roman [migrated]
I am currently writing my MSc thesis and I am having a problem with roman and arabic page numbering. I would like the Contents, List of Figures and List of Tables all to have roman page numbers. I ...
0
votes
0answers
8 views
How do I generate page numbers when using the html2latex library? [migrated]
I'm using the html2latex library to convert some html pages to latex files, and I would like to generate page numbers, and then be able to control the formatting/placement of the numbers.
Does ...
7
votes
2answers
3k views
How to write LaTeX in IPython Notebook?
Can anyone share the way, how to write LaTeX code in IPython Notebook?
-1
votes
0answers
15 views
Is there a latex template which looks like the book MLAPP? [closed]
Recently I'm writing a open source book, candidate latex templates are MIT Press latex template - mitpress and Springer latex template - SVMult.
SVMult looks pretty close to my expectation, and its ...
11
votes
2answers
11k views
Footnote spacing in LaTeX
I'm writing my dissertation and the grad school says I need a space between multiple footnotes and also the space between the text and the start of the footnotes is too small. Is there a way to do ...
86
votes
6answers
49k views
LaTeX package to do syntax highlighting of code in various languages
I am looking for a LaTeX package that does syntax highlighting on code. For example, right now I use the verbatim block to write code:
\begin{verbatim}
<html>
<head>
...
0
votes
0answers
11 views
How to write a \newenvironment with a conditional structure and one optional parameter [migrated]
I would like to define a new environment with an optional parameter. Currently, I have
\theoremstyle{plain}
\newtheorem{prop}{Proposition}
\newenvironment{propExt}[1][]{\ifx!#1! \begin{prop}
\else ...
4
votes
4answers
7k views
Removing prefix from figure captions in LaTeX
I'd like to make my own caption inside \caption{} in figures of LaTeX. How can I turn off the "Figure " prefix from the captions that appear?
0
votes
0answers
9 views
Boxplot in latex [migrated]
I am new to Latex.
How can I draw a boxplot in latex. My data set is as below
index median box_top box_bottom whisker_top whisker_bottom
0 1 1.2 0.4 1.5 0.2
1 2 2.3 1.5 2.7 1
2 0.7 1.4 0.5 1.9 0.1
0
votes
0answers
16 views
latex plus bibtex but don't work in texworks [migrated]
I have googled a lot about how to make it work, this is what I have now,
I have IEEEtran.bst, mybibfile.bib and test.tex all located in the same folder.
This is test.tex:
\documentclass{article}
...
3
votes
1answer
91 views
Convert a LaTex formula to a type that can be used inside SymPy
I want to parse LaTeX formulas and directly use them as SymPy expressions. In other words, what I need is something similar to sympify:
from sympy import sympify
f = sympify('x^2 + sin(y) + 1/2')
...
3
votes
0answers
32 views
How to type a capital 'E' in Mathematica 9 using 'ToExpression' and 'TeXForm'? [migrated]
I am trying to use Mathematica's ToExpression[] combined with TexForm to type the Einstein's famous result: E = mc^2. Now this is dead easy in LaTeX, the code is:
E = m c^2
and it should generate ...
0
votes
1answer
32 views
How to evaluate LaTeX formula in javascript?
I have javascipt string in LaTeX format. For example:
\frac{y^2}{2}x-\frac{2}{\sqrt{y}}+2(x-y)^2
I want to be able evaluate it with defined variables. Does anyone know framework or lib for this ...
0
votes
0answers
6 views
Adding image file in Latex [migrated]
I'm trying to add a image file in the middle of report but it always go in the next page.
\begin{figure}[h]
\centering
\includegraphics[angle=45,width=62mm]{images/X}
\caption{Diagram}
...
2
votes
2answers
56 views
How to disable jumping to warning location after compile in vim-latex?
After compilation, vim-latex opens a quickfix buffer, lists errors and warnings, and jumps to the first error or warning in the list. How do I make it not jump for warnings? or better yet, for certain ...
5
votes
2answers
142 views
Formatting latex (to_latex) output
I've read about the to_latex method, but it's not clear how to use the formatters argument.
I have some numbers which are too long and some which I want thousand separators.
A side issue for the ...
0
votes
1answer
36 views
How can I get a CSL file to number the bibliography consecutively?
I'm using the csl file below (from Zotero), but there's a problem. I have text like:
This is citation one by Jones [1]. This is citation two by Bell [2]. ...This is citation nine by Smith [9].
In ...
0
votes
0answers
31 views
LaTex Bundle on TextMate error cmand+R :Typesrt and View:19: undefined method `+' for nil:NilClass (NoMethodError)
I have a problem with TextMate2. I install it on a Mac with Mountain Lion. Edition with the LaTeX bundle is great, The only problem is that I try to see my pdf with Comand+R I get the following ...
3
votes
1answer
69 views
Multiline Comments Syntax Coloring in VIM for TeX Files
To my biggest surprise, the multi-line comment syntax in TeX :
\usepackage{verbatim}
...
\begin{comment}
I don't like this line anymore. Please don't print it.
\end{comment}
is not ...
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
45 views
Get dynamic text with python and present it in LaTeX, format depending on content
I try to gather some graphics and text from different folders and present them in a comprehensive way. For this I use python to copy them into one folder and derive a dynamic LaTeX presentation, where ...
0
votes
0answers
12 views
Highlighting for viml in latex? [migrated]
I googled around but did not get any good result, as google does not understand what I want. So maybe it is my fault because I don't know how to use google, or it is googles fault because it is not ...
6
votes
1answer
135 views
How to write algorithms/pseudo-code in HTML?
I'm used to writing algorithms in LaTeX while preparing my slides in Beamer but now I'm using an HTML presentation engine (shower) to prepare my slides. Are there any similar workflow/styles (css, ...
0
votes
0answers
27 views
Determine width of text [closed]
I'd like to determine the width of a text, which I derive from a textfile and which basically can have any length.
What I want to achieve in the end, is having a dynamic text as a title and if it is ...
0
votes
0answers
6 views
revtex incompatible with dblfloatfix? [migrated]
this minimal example makes my latex/pdflax from MikTex (or Tex live of a colleague) crash:
\documentclass{revtex4-1}
\usepackage{dblfloatfix}
\begin{document}
Hello World!
\begin{figure}
\end{figure}
...
1
vote
2answers
46 views
store Latex in Json format
I am building a math exercises database, I would like to use couchDB and then store the exercises in a json format, so I can store meta-data with each exercise.
I have troubles having a valid json ...
1
vote
1answer
24 views
How to Control Margin of R Plot in Sweave Using Eclipse with Yap (.dvi)?
I'm having an issue with TeXlipse where I'm generating a plot in Eclipse via Sweave, and the TeX file seems to be jamming all of my PDF plots in the left most corner of the page. This is driving me ...
66
votes
4answers
10k views
git + LaTeX workflow
I'm writing a very long document in LaTeX. I have my work computer and my laptop, and I work on them both. I need to keep all the files synchronized between the two computers, and also would like to ...
1
vote
1answer
49 views
Latex expression in R legend [duplicate]
What should I do to have R correctly show in a legend the equivalent to this latex expression?
\alpha \leq \beta
The following commands handle \alpha and \beta correctly, but not the \leq symbol:
...
0
votes
0answers
6 views
How to place a symbol under an arrow in Latex when using tikz package [migrated]
I'm using the tikz package in LaTeX to construct a feedback loop for a control system as a part of a paper on control systems. The problem I'm running into is that I would like to place symbols under ...

