TeX is a typesetting system, where the output is defined by command-sequences. Note that http://tex.stackexchange.com is specifically dedicated to TeX questions.

learn more… | top users | synonyms

0
votes
0answers
11 views

How to hide whizzytex yellow cursor in Emacs

How to hide it? It is way too yellow, and automatically switched on when activating whizzytex. I looked at the Emacs variables but cannot find it there. Using Ubuntu 13.04 and Emacs 24.
0
votes
0answers
7 views

How to set a first draft date and a current draft date? [migrated]

I want to insert two dates into my article class tex file: first draft date and current draft date, how can I achieve that? In most examples that I see in pdf form, it centers on the page the ...
-1
votes
0answers
15 views

Is it possible to have multiple instances of the MathJax Equation Stepper (MathJax with Dynamic CSS)?

MathJax has a great equation stepper http://www.math.union.edu/~dpvc/talks/2013-01-12.jmm/sample7-mj.html But when I try to make more than one on a page, it doesn't work. How can you have 2 or more ...
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 ...
3
votes
1answer
64 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
20 views

How do I get the width of \hfill? [migrated]

In my LaTeX document, I have a first line with a given spacing obtained using \hfill, then a paragraph, and then a third line in which I would like to use the same spacing as in the first line. The ...
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
0answers
26 views

HTML to Context template using Pandoc and Django: how to avoid calling subprocess too many times?

I'm generating pdfs using the TeX macro package Context. The Context source file is generated using Django templates, and the content is converted from HTML (as stored in the database) to Context's ...
0
votes
1answer
42 views

Disable what ever causes Vim LaTexSuite from automatically entering braces

I'm working on a paper using LaTex, and my preferred text editor is Vim. When using the LaTeX plugin from https://github.com/gerw/vim-latex-suite gives me just about everything I need when working ...
0
votes
3answers
48 views

\frac{}{} won't work for me w/ pylab

I'm rather new at using python and especially numpy, and matplotlib. Running the code below (which works fine without the \frac{}{} part) yields the error: Normalized Distance in Chamber ($ ...
2
votes
1answer
48 views

The 'gq' command merge comment lines with non-comment lines

I'm writing a LaTeX doc using vim now, and I met a problem when using the 'gq' command to format paragraphs. For example, if I have a paragraph like this: some text% this is a comment some text The ...
1
vote
0answers
15 views

Toolchain for Topic Maps data export

I am planning to typeset data which are stored in a Topic Map. The topic map can be exported in a variety of xml and json Topic Maps formats. I would like to use ConTeXt for typesetting. Obviously ...
2
votes
1answer
51 views

Regular expression: Get TeX commands

I have a string like: $str = "\textaolig 3 \texthtbardotlessjvar \textrthooklong B \textbenttailyogh ; \textinvomega q \textscaolig . \textbktailgamma p \textinvsca r \textscdelta D ...
0
votes
0answers
27 views

How to prevent MacTeX from creating so many files? [closed]

I'm starting LaTeX on Mac and tried to create a pdf. However, it automatically creates so many files such as a log and something else I don't know what they are. Is there a way to keep my folder ...
1
vote
0answers
136 views

Rewrite TeX in Haskell? [closed]

How hard is it to rewrite Knuth's TeX algorithm in Haskell? Is anyone aware of any efforts along these lines? (I know of HaTeX - but it compiles to LaTeX)
2
votes
0answers
68 views

External Code chunks in knitr with LaTeX

I have been unable to get external code chunks to work in knitr from a LaTeX (*.Rtex) document. foo.R contains: ## @knitr foo # tx <- seq(0,2*pi,length.out=100) ty <- cos(tx*3.0) ...
0
votes
0answers
67 views

Latex: How to fit the title into a single line? [closed]

I think I am just too new to the Latex environment. Do I just change the font size to fit the title into a single line? Then How do one change the font size of the title? Is there any other ...
-3
votes
1answer
149 views

How to convert & retrieve image (gif, jpg, png) to and from .tex (LaTex) file? [closed]

I am new to game programming in android and I had decoded an android game using dex2jar and apktool. When I open assets/images folder I find lots of .tex files there. I renamed those files to .png, ...
2
votes
0answers
27 views

Can QInputDialog display TeX?

I would like to try and write a small app that asks the user to input the solution to a displayed equation. I know how to get the basic user input through QInputDialog. Is there is a way to do this so ...
0
votes
0answers
24 views

what is the best strategy during hyphenation using patgen? [closed]

I have about 10k words hyphenated. Have .tra file. What can be the best strategy to make good hyphenation patterns using patgen? Namely hyph_start and hyph_finish, pat_start pat_finish good, bad, ...
0
votes
1answer
62 views

alternative to adobe reader on windows [closed]

When I make changes to a tex file, and hit the play button in texworks, if the pdf is open in adobe reader, it always says that cant write to file, it is open. This doesnt happen with preview on OSX. ...
0
votes
0answers
44 views

Error using minted in latex [closed]

Writing my thesis, I need to embed some source code. I've chosen minted for that purpose but I'm having problems with it. When I try to generate the PDF with PDFLatex (-shell-escape set), theres's ...
3
votes
1answer
40 views

quote string for TeX input

I am writing a Python script that takes plain text as input and produces LaTeX code as output. At some point the script has to quote all the characters that have a special meaning in TeX, such as %, ...
2
votes
0answers
61 views

How can I make graph in LaTeX, where nodes are such as in image [closed]

I want to create graph with nodes as in the image: I wrote an example graph with \xymatrix - that's OK. I added circles with &*+[Fo], that's OK too. I added table inside first circle with ...
1
vote
1answer
66 views

Printing - easier by creating a .tex file or directly from code?

I have never written any printing methods myself, and after reading and trying a few examples in C# I'm really discouraged. Either I'm using completely outdated methods, not the right libraries or ...
0
votes
0answers
152 views

Integrating LaTeX parser in c#

I'm trying to make an editor that uses a LaTeX parser in C# like in here: Online Parser I'm using two simple RichTextBoxs, one for writing in it, and one for showing the parsed text in. I would like ...
0
votes
1answer
525 views

How to insert plain text? [closed]

I have some xml text to be inserted in the document as plain text. I directly inserted but it gives weird symbols. How can I avoid that? XML I want to add: \begin{tabular}{|c|} <table> ...
6
votes
1answer
617 views

Infinity symbol does not show in Matlab plot

I'm trying to include the infinity symbol ∞ in my axis label (e.g. the expression δ∞), so I typed \delta_{\infty}. However, I only see the delta symbol δ but the infinity symbol is portrayed as a ...
1
vote
3answers
157 views

Creating images of mathematical expressions from TeX, using matplotlib

Using the python library matplotlib, I've found what suggests to be a solution to this question: Displaying (nicely) an algebraic expression in PyQt by utilising matplotlibs TeX markup. What I'd like ...
2
votes
1answer
343 views

Create an ePub file from markdown with math

I've spent a considerable about of time trying to figure out how I can take a markdown file, which contains TeX math and convert it into an ePub file where the math is rendered properly. For example: ...
0
votes
1answer
49 views

Preventing PHP from parsing escapes in a string

I'm planning to store a bunch of user-submitted TeX equations in a database. Problem is, TeX has stuff like \right... and PHP likes to consider \r as a newline character. Is there any way to suppress ...
0
votes
1answer
27 views

NetBeans dokumentation TeX

I wondered if there was a way to integrate TeX with NetBeans? I've tried google it and couldn't find a clear answer, but found an Eclipse project doing it but need it for NetBeans.
2
votes
1answer
549 views

Full LaTeX parser in Java

I've written small Java application to create printable flashcards for my Maths revision. At the moment, I'm using JLaTeXMath to generate the images for each side from LaTeX. The only problem is, ...
6
votes
3answers
171 views

LaTeX and R bundle?

I am using R to analyse statistical data and plot histograms, scatter plots etc. And then I have to export all plots as PDFs to manually include them in LaTeX report. I wonder if there is any way ...
-1
votes
1answer
616 views

How to remove this bad box? [closed]

\documentclass[a4paper, 10pt, notitlepage]{article} \begin{document} \begin{minipage}[t]{1.0 \textwidth} aaaaaaaaaaaaaaaaaaaaaaa \end{minipage} \end{document}
0
votes
0answers
80 views

Open source, web-based math editor

I'm looking for an open source library of a math equation editor. I want to embed this math editor in my website. I want to have a text box (a textarea) that gives the ability to the user to insert ...
5
votes
2answers
258 views

Heroku buildpack - Installing texlive binary package

I'm trying to install the texlive-full package on heroku through making a custom buildpack. I'm working on django application, so I'm currently using version of heroku-buildpack-python ...
1
vote
1answer
242 views

Tradeoff between LaTex, MathML, and XHTMLMathML in an iOS app?

I plan to use Xcode to make an app for the iPhone that displays math equations that high school and college students often use. I do all my math with Mathematica, and it allows me to save such ...
1
vote
0answers
44 views

LaTeX install path on OS X [closed]

I run the MacTeX 2012 installer and it installed a bunch of apps and tools under /Applications/TeX. However, I can't find the latex executables. There is no /usr/texbin, no /usr/local/texlive. If I ...
6
votes
2answers
161 views

generate diagram of “include” relationships between source code files

I want to do some refactoring of code, especially the "include"-like relationships between files. There are quite a few of them, and to get started, it would be helpful to have a list, diagram, or ...
-3
votes
2answers
611 views

Java library to create PDF from LaTeX source [closed]

I have Java program, which receives some data and generates LaTeX document. I need Java library to create PDF file from generated LaTeX source. Could you recommend me something, please?
0
votes
2answers
129 views

How do I force a page break in plain TeX? [closed]

My apologies if this seems like a very newb question, but my attempts at directly googling for this seems to suffer a great deal of interference from TeX help pages, and I do not have a TeX reference ...
0
votes
0answers
55 views

mathTeX and LaTeX occasional problems

I'm using mathTeX to render my math formulas. But on mobile site from time to time happen errors on same formula. In other words one time (or even more) formula is rendered correctly and another with ...
2
votes
1answer
535 views

Sweave to LaTeX “undefined control sequence” error

Im trying to include some R results in a TeX document using RStudio. I have managed to get RStudio to generate, what to me looks to be, a fine tex file but it fails to compile the pdf. I get errors ...
0
votes
0answers
160 views

Is there any LaTeX functions interpreter library for C++ or .NET?

I want to feed to some interpreter library TeX written functions and get lambdas (in C++ or C#) out of it. Is there any such translator library?
0
votes
0answers
201 views

Prevent splitting of HTML table in doxygen output

I wrote a table using HTML, sample given below: <table> <tr><td>256 colors</td><td>Indexed color modes. You need ... ...</td></tr> <tr><td>Hi ...
0
votes
0answers
320 views

LATEX2e font zplmr7m Metric (TFM) file not found [closed]

Using Miktex 2.6 on Windows7 Latex Error: miktex-maketfm: No creation rule for font zplmr7m. ! Font OML/zplm/m/it/14.4=zplmr7m at 14.4pt not loadable: Metric (TFM) file not found. miktex-maketfm: ...
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 ...
1
vote
1answer
185 views

How do I change font size in Sphinx latexpdf with anysize or cm-super?

This isn't a duplicate of this question: I'm trying to set a bigger font size for all elements. I managed to make font size 12 instead of 10, but it's still too small to be readable. Werner suggests ...
0
votes
1answer
199 views

How to create a Highlight Box in Latex? [closed]

I am writing an Article in Latex. Please suggest me how to create a highlight box like the one shown below in Latex:

1 2 3 4 5 6