Tagged Questions

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

127
votes
36answers
12k views

Is LaTeX worth learning today?

I know that LaTeX is big in the world of academia, and was probably a big name in desktop publishing before the glory days of WordPerfect and Microsoft Office but as a Windows user that is interested ...
46
votes
23answers
8k views

Is a successor for TeX/LaTeX in sight?

TeX/LaTeX is great, I use it in many ways. Some of its advantages are: it uses text files, this way the input-files can be diffed and many tools exist to work with text it is very flexible it has a ...
20
votes
4answers
9k views

Can I create with LaTeX documents in the EPUB-format?

Is it possible to create a document for an ebook-reader in the EPUB-format with LaTeX/TeX? Which extension or program can be used?
20
votes
6answers
2k views

What are the relative merits of pdflatex?

Not sure this is a programming question, but we use LaTeX for all our API documentation and user documentation, so I hope it will go through. Can someone please explain what are the relative merits ...
18
votes
7answers
10k views

How to create a timeline with LaTeX?

In history-books you often have timeline, where events and periods are marked on a line in the correct relative distance to each other. How is it possible to create something similar in LaTeX?
16
votes
2answers
4k views

TeX on iPad compatible with Apple's policy?

As a nerd, I think it would be nice to have a TeX editor on the iPad. But TeX is a Turing-complete language, and it is arguably a general-purpose compiler/interpreter. Does that make it unacceptable ...
14
votes
3answers
22k views

How to create a background-image on titlepage with LaTeX?

I want to put a background-image on a titlepage of a document. Is it possible and dows it work? EDIT: The answer from Presidenten using the eso-pic-package and my answer found after some research ...
13
votes
7answers
37k views

LaTeX Double Spacing

I am using the acm LaTeX template and I have trouble making my paper double spaced. My LaTeX document looks like the following: \documentclass{acm_proc_article-sp} \usepackage{setspace} ...
12
votes
5answers
4k views

Get started with Latex on Linux

Impressed by is-latex-worth-learning-today, and many how-to's on Windows, How do you have someone started with LaTeX on Linux. How do you generate a pdf out of it and give up the OOO Word processer. ...
12
votes
4answers
731 views

Is there a TeX API for C++?

I want to preview TeX formulas in my User Interface. After a long time searching, it seems to me that there is no other possibility than write the formula into a .tex file call tex with system() and ...
12
votes
4answers
2k views

Source code of books made with TeX/LaTeX to learn

Some time ago, reading this entry I found a nice image and a pointer to a better book entitled "Thinking Forth". To my surprise, the LaTeX sources of the book were ready to download, with pearls like: ...
12
votes
3answers
2k views

How to create automatic a list of items used in a LaTeX-document?

I want to add items in a LaTeX-document. Say for example, that I want add hints to the document. I create a command, so I can call something similar to this: \hint{foocareful}{Be careful with ...
10
votes
3answers
398 views

How to represent “{{” in a django template?

I'm trying to output in bibtex format in Django and the template looks like this: @{{ pubentry.type }{, author = {{% for author in pubentry.authors.all %}{{ author.first_name }} {{ ...
10
votes
5answers
1k views

How can I save shell output to a variable in LaTeX?

I need to be able to execute a shell command through LaTeX [*] and have the resulting output available for use later on in the form of a LaTeX 'variable' (e.g., via a subsequent \newcommand command). ...
10
votes
3answers
2k views

Do you use XeTeX or pdfTeX?

As far as I understand it (a few days of research here and there), there are two major TeX engines: pdfTeX and XeTeX. pdfTeX is the "standard", having been around since the early 1990s, renders ...
9
votes
6answers
603 views

Why does Tex/Latex not speed up in subsequent runs?

I really wonder, why even recent systems of Tex/Latex do not use any caching to speed up later runs. Every time that I fix a single comma*, calling Latex costs me about the same amount of time, ...
9
votes
2answers
616 views

LaTeX Page Size — how do I produce a page that is “just big enough”?

I was learning about using the command line version of latex today, and I was experimenting with outputting .tex to .dvi, and then .dvi to .png. The problem is, I have a simple .tex document which ...
9
votes
3answers
3k views

What is the correct way to center \tikzpicture?

What is the correct way to cause a \tikzpicture to be centered, using LaTeX? By default it appears to be aligned with the left margin.
9
votes
4answers
455 views

LaTeX books VS online tutorials? [closed]

What were you missing from the online tutorials and manuals, that you found well explained in LaTeX books? Any LaTeX book, but I'm mainly referring to The LaTeX Companion by Mittlebach, and the A ...
9
votes
4answers
3k views

Passing command-line arguments to LaTeX document

Sometimes, I define new commands such as the following. \newcommand{\comment}[1]{\textbf{#1}} %\necommand{\comment}[1]{\emph{#1}} The above commands enable me to change the style of parts of my ...
9
votes
2answers
16k views

How to Remove Footers of LaTeX Beamer Templates?

I am using the "beamerthemesplit" template of the Beamer LaTeX package. This templates includes the author's name and the title of the presentation in the footer of all pages. Is anyone aware of any ...
9
votes
11answers
2k views

When you write TeX source, how do you use your editor's word wrap?

Do you use "hard wrapping" (either yourself or automatically by your editor) by inserting newlines into your source document at a certain line length, or do you write your paragraphs in one continual ...
7
votes
1answer
155 views

How can you modify two matching delimiters at once with Emacs?

While this question concerns the formatting of LaTeX within Emacs (and maybe Auctex), I believe this can be applied to more general situations in Emacs concerning delimiters like parentheses, ...
7
votes
1answer
82 views

C source in .W file

I found a C source in these files with .w extensions. It seems like a mix of TeX code and C Programming Language. This is an example of these sources. How can I compile? PS: Excuse me for the ...
7
votes
4answers
223 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 ...
7
votes
1answer
13k views

LaTeX: Multiple authors in a two-column article

I'm kind of new to LaTeX and I am having a bit of a problem.. I am using a twocolumn layout for my article. There are four authors involved with different affiliations, and I am trying to list all of ...
7
votes
3answers
497 views

Can I make a LaTeX macro 'return' a filename?

I'm writing my thesis/dissertation and since its an on-going work I don't always have the actual images ready for the figures I put into my document, but for various reasons want to automatically have ...
7
votes
1answer
602 views

LaTeX renderer for .NET?

I'm curious as to whether a native .NET renderer for TeX/LaTeX exists. So for in my search the closest I have been able to find is a Java implementation, JMathTeX. I am tempted to port this to C#, but ...
6
votes
0answers
61 views

TeX rendering in a java application [closed]

I want to render math formulas in my Java GUI application. I am looking for a library made for computer use, not web use, which can render TeX. I have already tried jLatexMath, but it's very slow when ...
6
votes
6answers
1k views

Does LaTeX have an array data structure?

Are there arrays in LaTeX? I don't mean the way to typeset arrays. I mean arrays as the data structure in LaTeX/TeX as a "programming language". I need to store a number of vbox-es or hbox-es in an ...
6
votes
3answers
229 views

Is there a programmatic way to transform a sequence of image files into a PDF?

I have a sequence of JPG images. Each of the scans is already cropped to the exact size of one page. They are sequential pages of a valuable and out of print book. The publishing application requires ...
6
votes
3answers
2k views

Disabling underscore-to-subscript in Emacs Org-Mode export

When I export to PDF via org-mode (C-c C-e d), any words with underscores end up being partially converted to subscript. How can I prevent this from happening? I found this article on the subject: ...
6
votes
3answers
275 views

Can TeX code be safely executed from untrusted sources?

MediaWiki allows one to embed TeX math code that is rendered into images and posted into the Wiki pages. Is this safe? If one allows untrusted users to input TeX programs to be executed by an ...
6
votes
1answer
11k views

How can I combine cells in a row in a latex-table?

In a table I want to combine some of the columns, but not in all rows. How can I realize this with LaTeX?
5
votes
1answer
108 views

Getting Sweave code chunks to stay inside page margins?

Sometimes I get to make an R code chunk (in Sweave) which is longer then the margins of the page. Is there a way to force it to "go to the next line" once that happens? Here is a simple example of ...
5
votes
4answers
125 views

make latex honor newlines

Is there an environment in LaTeX to accomplish this? Feb 22 06:00AM - Wake up Feb 22 06:15AM - Have breakfast Feb 22 08:00AM - A very long sentence that I will have to break at some point ...
5
votes
1answer
249 views

LaTeX: Show block only if there is enough space left

Hi LaTeX enthusiasts and TeX programmers! I'm currently developing a single-page document class for some kind of flyers which should be generated automatically. Unfortunately the limited amount of ...
5
votes
3answers
1k views

Latex two captioned verbatim environments side-by-side

How to get two verbatim environments inside floats with automatic captioning side-by-side? \usepackage{float,fancyvrb} ... \DefineVerbatimEnvironment{filecontents}{Verbatim}% {fontsize=\small, ...
5
votes
2answers
743 views

xelatex Invalid fontname

I want to use the openoffice chinese fonts, eg AR PL SungtiL GB, but the xelatex tells me that it is an invalid name (as shown below). It seems like the font name has spaces and so it doesn't ...
5
votes
5answers
2k views

Getting two tables in LaTeX to have the same (right-aligned) column width

I have two very short and consecutive sections (for a CV), each containing a small table: \section{Work Experience} \begin{tabular}{r|p{11cm}} Current & Your job at Your Company, Town \\ Jan ...
5
votes
4answers
2k views

Create own BibTeX style or customize existing one?

I'm looking for a way to define new BibTeX style or to customize existing one. I have two reasons for this: I want the author names/editors to be italic (for articles in book, book, magazines, ...
5
votes
3answers
4k views

LaTeX math mode and mbox mode

According to a doc I found around An \mbox within math mode does not use the current math font; rather it uses the typeface of the surrounding running text. In math mode, I would like to ...
5
votes
2answers
1k views

How to I get scons to invoke an external script?

I'm trying to use scons to build a latex document. In particular, I want to get scons to invoke a python program that generates a file containing a table that is \input{} into the main document. I've ...
5
votes
4answers
320 views

Escaping a character in TeX equation?

I want to use a variable name containing dash in TeX equation. However, dash gets interpreted as minus sign. Anyone any idea of how to escape the character?
5
votes
1answer
2k views

How to mix single and double columns in one document in latex?

I have a document and want to create it as a twocolumn-document. That works fine with the twocolumn-option at the documentclass-command. But I have some tables and images, that are too big and should ...
4
votes
1answer
55 views

Python & SCons & Matlab: Wrong command input

I am using SCons to install a package, but when I try to compile with mex, the matlab compiler, it runs other command from pdfTeX with same name. To solve this problem on bash, I've just changed ...
4
votes
1answer
244 views

How to set the command of View by default with a real filename?

I have this line in my .emacs: (setq TeX-view-program-list '(("Okular" "okular --unique %u"))) When I type C-c C-c, then View, then the command turns out to be okular --unique %u, however, I would ...
4
votes
2answers
326 views

Trouble using Vim's syn-include and syn-region to embed syntax highlighting

I am trying to get Vim to syntax highlight any file that ends with extension .Rtex in the following way: All top level text is highlighted as TeX Exception: any text enclosed in ...
4
votes
1answer
283 views

Tex markup, how to render it in Html with Python?

The Tex markup support has been recently added to the following Stack Exchange sites: Mathematics Statistical Analysis Theoretical Computer Science These sites are using the client side Mathjax ...
4
votes
3answers
380 views

list of LaTeX math symbol abbrevs together with Unicode char

does anyone know a page that list all TeX/LaTeX's math symbols abbrevation together with a unicode character? i need the glyph to be unicode char, not a image. i spent 20 min but couldn't find it. ...

1 2 3 4