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).

learn more… | top users | synonyms

0
votes
0answers
13 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} ...
0
votes
0answers
8 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
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 ...
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 ...
-1
votes
0answers
13 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 ...
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 ...
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
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
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} ...
0
votes
1answer
30 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
29 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 ...
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
44 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 ...
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
1answer
46 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 ...
1
vote
2answers
44 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
0answers
39 views

EPS figures created with MATLAB, edited with Illustrator, Different Colors in after dvipdf prepared PDF

I create figures in MATLAB, and export to EPS using the normal File->Save As dialog box. I added some additions to the EPS file using Adobe Illustrator CS6, and then saved the EPS again. Viewing the ...
1
vote
0answers
10 views

latex: how to insert oneside figures in a twosided article? [migrated]

I'm writing a 2 sided article with latex, but I'd like to insert a figure in appendix with width of the whole page to make it clearer. I tired with this script but it did nothing... ...
0
votes
0answers
28 views

How to suppress warnings in vim-latex?

I want to hide a couple of problematic warnings in vim-latex, but I can't seem to work out the syntax. I currently have: let g:tex_IgnoredWarnings = \'Underfull'."\n". \'Overfull'."\n". ...
0
votes
0answers
23 views

Adding \includegraphics totally abolishes all \citep and \ref links [closed]

I have something very peculiar, and I have been trying for several hours now, without success. I will try to describe it as well as possible. I must say beforehand that I used Word2010 as editor. So I ...
-2
votes
1answer
21 views

Extract Equations as Images From Latex Document [closed]

I need a tool that can take as input a latex document, and output images of the equations in any format. I have tried Latex2HTML and TeX2PNG, but the first screws up half the equations and the second ...
4
votes
1answer
82 views

Test statistic (e.g. chisquare test) inside latex table using the tables-package in R/Knitr/Rstudio

I would like to use the tabular()-function from the tables-package to do a cross-tabulation of two variables (e.g. v1 and v2), and present the p-value of the chisq-test in the table. It is easy to get ...
0
votes
0answers
17 views

LaTeX page numbering too low [migrated]

I'm trying to set page numbering but somehow it ends up lower than it should and the numbers touch the edge of the page, which looks strange and is exactly what I don't want it to look like. How can I ...
4
votes
1answer
81 views

Automatically adjust latex table width to fit pdf using knitr and Rstudio

Using Rstudio and knitr to produce latex-tables in pdf, how do i make wide tables fit the page? I'm basically looking for at way to shrink the tables. With figures, it is really easy in Knitr using ...
1
vote
1answer
43 views

Sublime 2 can not find file in the path (LaTeX plugin)

I have a project in directory A and files that I use in all my projects are in directory B. When I moved a .sty file from A to B, the main .tex file does not compile anymore. The error is that the ...
1
vote
0answers
20 views

how to access latex chemfig online using cgi ?

If Latex is installed on server, Is there any way to create cgi file using latex installation , which can be used to create chemical equations & structures? While searching online, i found ...
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
0answers
31 views

Batch generated file produces encoding error with latex [migrated]

The goal: This is for an exam. I have a program which should be compiled and executed by batch script. Another batch script calls that first batch an writes the output to a .txt file. Then the ...
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 ...
2
votes
1answer
37 views

How to hide block of code [closed]

I'm writing a program in a .lhs file which contains code in Haskell (I'm specifying this because I want it to be clear that it's not only for rendering a pdf but it's also for being execute with ...
0
votes
1answer
44 views

Mathjax expression in sphinx python not rendering correclty

I've been trying to figure out what's wrong with this expression in my docstring. I'm using the sphinx.ext.mathjax extension in python sphinx v1.2b. The docstring: .. math:: w_k^* = \min_{w_k} ...
3
votes
1answer
39 views

How to suppress stargazer() output

I'm using the stargazer package to output an R dataframe as latex code: library(stargazer) stargazer(mtcars) And this is output % Table created by StarGazer v.3.0.1 by Marek Hlavac, Harvard ...
1
vote
0answers
22 views

Reduce doxygen PDF index depth + remove extra indices

Is it possible to reduce the depth of the index created by doxygen for a latex PDF? E.G. Currently doxygen creates an index in the PDF that is 4 levels deep: file name - documentation type - ...
0
votes
0answers
12 views

LaTeX prevent oversized table from getting cut off [migrated]

I have a LaTeX file with a very wide table with many many columns. When I compile this and convert to pdf, the right part of the table is cut off because it is too big to fit on a page. Is there a ...
0
votes
0answers
12 views

Setting text Indentation inside list Item in LAtex [migrated]

In side My latex file I code something like this \begin{itemize} \item Item NO 1 \\paragraph no1 paragraph no1 paragraph no1 paragraph no1 paragraph no1 paragraph no1 paragraph no1 paragraph no1 ...
0
votes
0answers
8 views

Floating longtable in Latex [migrated]

I have a short table but I want to use the longtable environment for it because I have also some other long tables in my document and I want they have the same appearance. However, I do not know how ...
0
votes
1answer
35 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
12 views

pgfplots grouped bar chart from file [migrated]

I am trying to create a grouped bar chart with pgfplots from a file that contains a data table. However in the resulting picture the bars are not grouped but on top of each other. Every working ...
2
votes
1answer
54 views

LaTeX and knitr - Error inserting R Code

I have a document in the following structure. \documentclass[11pt]{article} \begin{document} \title{Something} \author{Andreas} \date{May 8th, 2013} \maketitle \section{Introduction} ...
1
vote
0answers
51 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
0answers
11 views

combination of minted and -output-directory [closed]

I am running in to problems by having minted and -output-directory option. It does not move the .pyg and .out.pyg file in to the output directory and it shoots an error like this: If I move manually ...
0
votes
0answers
12 views

LaTeX page number position [migrated]

I want to position page numbers in my document in top-right corner. I managed to do so using fancyhdr (see below). \usepackage{fancyhdr} \hypersetup{% pdfborder = {0 0 0} } ...
5
votes
1answer
52 views

Tables created from latex() from the Hmisc-package are horisontally left-aligned instead of being centered horisontally in the pdf-document

Using R-studio and Knitr to create a pdf I am unable to get the tables centered horisontally. As seen from the example below, it works fine using xtable(), but the latex()-tabels are all left-aligned. ...
0
votes
0answers
15 views

Changing Style Inside LaTeX Listing [migrated]

In short, I'm trying to combine some C code with its disassembly in LaTeX such that the x86 code is displayed after the relevant statement. In order to make this look nice, I would like to be able to ...
3
votes
1answer
65 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 ...
-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 2 3 4 5 56