Tagged Questions
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).
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 ...
116
votes
40answers
153k views
112
votes
40answers
13k views
Best practices in LaTeX [closed]
What are some good practices when typesetting LaTeX documents?
I use LaTeX mostly to typeset papers.
Here is a short list of what I consider LaTeX good practices, most of them would be common sense ...
111
votes
6answers
51k views
LaTeX source code listing like in professional books
How should a latex source code listing look like to produce an output like in known books, for example one for the Spring Framework? I've tried with the latex listings package but wasn't able to ...
72
votes
15answers
24k views
What is a good PDF report generator tool for python?
What is a good tool for PDF report generation in Python? I've checked out ReportLab, but it seems to be awfully low-level for what I want to do. My current hunch is to call TeX on the command-line and ...
57
votes
6answers
28k 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>
...
53
votes
4answers
10k views
Source code highlighting in LaTeX
I need to highlight source code in LaTeX. The package listings seems to be the best choice for most use-cases and for me it was, until now.
However, now I need more flexibility. Generally, what I’m ...
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 ...
38
votes
18answers
3k views
Writing a book and targeting PDF and HTML
I have an idea for a combination book and web app to help newbies learn computer programming from the ground up, and while I'm working on the web app side of it, I've been thinking in the back of my ...
35
votes
3answers
18k views
Make code in LaTeX look *nice*
I'm currently writing a project report, and to explain the slightly crazy un-intuitive code that I've used I need to put lots and lots of short excerpts of example code in.
How I can get code into ...
34
votes
15answers
5k views
Recommended build system for latex?
I'm trying to figure out the best build system for latex.
Currently, I use latex-makefile, editing in vim, and viewing changes in Okular or gv. The major problem is that it sometimes gets hides ...
33
votes
3answers
33k views
How to wrap text in LaTeX tables?
I am creating a report in LaTeX which invole a few tables. I'm stuck on that as my cell data in the table is exceeding the width of the page. Can I some how wrap the text so that it falls in to the ...
33
votes
13answers
6k views
What is the fastest way to learn LaTeX basics?
I am completely new to LaTeX. I know, it is not very complicated. But there are always some basics that one need to be taught before going into the autonomous exploration stage.
Currently, I have ...
32
votes
6answers
2k views
Tools for making latex tables in R
On general request, a community wiki on producing latex tables in R. In this post I'll give an overview of the most commonly used packages and blogs with code for producing latex tables from less ...
31
votes
26answers
10k views
Real Time LaTeX?
I'm looking for an application in which I can write pure LaTeX in one half of the screen and on the other half to see the compiled document in real time.
This seems really like an obvious way to do ...
30
votes
18answers
3k views
Is LaTeX used outside mathematics and academia?
This seems like an interesting forum to ask if anyone's come across semi-serious LaTeX usage outside of its traditional fields like mathematics, computer science, and other academic disciplines.
...
29
votes
12answers
8k views
LaTeX vs DocBook
I have only little knowledge about LaTeX, basic formatting, basic math fomulae etc.. I found that LaTeX is hard to configure to my own flavor. Recently, I've heard about Docbook, which is also a ...
28
votes
11answers
4k views
How can I mix LaTeX in with Markdown?
I've been using Markdown for class notes, and it's great. I even do some preprocessing on the Markdown so I can do things like tables. But this term I'm teaching a class with a lot of math, and I'd ...
26
votes
5answers
32k views
How do you change the document font in LaTeX?
Absolute beginner LaTeX question here:
How do you change the font for the whole document to sans-serif (or anything else)?
25
votes
2answers
9k views
Convert LaTeX to ePub [closed]
I'd like to convert some university papers from LaTeX into ePub format - without using PDF as intermediate format. You know, PDF is page-oriented, while ePub is more flow-oriented.
While I found ...
23
votes
5answers
5k views
Standalone diagrams with TikZ?
I'm using TikZ to draw diagrams in LaTeX that I then want to isolate as image files to put online. My guess is there is a way to extract these diagrams directly without having to tease them out of ...
23
votes
4answers
21k views
Is there any way I can define a variable in latex?
In Latex how can I define a string variable whose content is used intead of the variable in the compiled pdf? Let's say I'm writing a tech doc on a software and I wnat to define the package name in ...
22
votes
10answers
13k views
How do I determine file encoding in OSX?
I'm trying to enter some UTF-8 characters into a LaTeX file in TextMate (which says its default encoding is UTF-8), but LaTeX doesn't seem to understand them. Running cat my_file.tex shows the ...
21
votes
6answers
28k views
How do I order citations by appearance using BibTeX?
By default (using th plain style) BibTeX orders citations alphabetically. How do I order the citations by order of appearance in the document?
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
14answers
2k views
Math equations on the web
What is the best way for me to render Math equations on the web? I am familiar with LaTeX's Math mode.
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 ...
19
votes
3answers
15k views
Breaking a list into multiple columns in Latex
Hopefully this is simple: I have a relatively long list where each list item contains very little text. For example:
* a
* b
* c
* d
* e
* f
I wish to format it like so:
* a * d
* b * e
...
18
votes
1answer
331 views
Numbered equations/formulas
How do you number equations in Mathematica notebooks so that they are exported correctly into latex? In case you don't know how to put numbered equations here is quick review.
1) Open a new notebook ...
18
votes
4answers
2k views
Is there a javascript LaTeX equation renderer?
I am looking for a purely client side javascript library that renders latex equations as HTML/CSS. I hate that all I see are utilities that request an image from a server.
Example usage:
...
18
votes
2answers
3k views
Hide presentation controls in LaTeX beamer presentation
I am currently building a presentation using LaTeX beamer. Is there a way to hide the presentation controls on the bottom of the slides? I don't use those controls an they sometimes collide with the ...
18
votes
7answers
10k views
How do I convert LaTeX to plain-text (ASCII)?
Scenario:
I have a document I created using LaTeX (my resume in this case), it's compiling in pdflatex correctly and outputting exactly what I'd like. Now I need the same document to be converted to ...
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?
17
votes
6answers
18k views
How do I hide bullets in LaTeX lists?
Semantically, I want an itemized list, but visually I just want some space. How can I hide the bullets?
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 ...
16
votes
4answers
3k views
Don't make me manually abort a LaTeX compile when there's an error
As suggested here, latexmk is a handy way to continually compile your document whenever the source changes. But often when you're working on a document you'll end up with errors and then latex will ...
15
votes
11answers
2k views
More efficient R / Sweave / TeXShop work-flow?
I've now got everything to work properly on my Mac OS X 10.6 machine so that I can create decent looking LaTeX documents with Sweave that include snippets of R code, output, and LaTeX formatting ...
15
votes
5answers
8k views
Getting LaTeX into R Plots
I would like to add LaTeX typesetting to elements of plots in R (e.g., the title, axis labels, annotations, etc.) using either the combination of base/lattice or with ggplot2.
Is there a way to get ...
15
votes
7answers
10k views
what LaTex Editor do you suggest for Linux?
What LaTex editor do you suggest? Could you please give me some links?
15
votes
7answers
18k views
Custom margin settings for figure in LaTeX
I have a fairly large figure in a LaTeX document. This figure is too large for the left and right margin of the document. This results in the figure being placed flush with the left margin, and way ...
15
votes
3answers
4k views
Typesetting music in LaTeX
I would be grateful for any help typesetting music in LaTeX. I've tried to use MusiXTeX but have been very frustrated.
As I understand it, the MusiXTeX notation has a steep learning curve, but I'm ...
15
votes
3answers
9k views
How can I make clickable Table of Contents in LaTex?
I need links for Table of Contents, so that I can navigate fast to different sections. I apparently need some package.
I tried the package url unsuccessfully.
14
votes
4answers
348 views
Using the Tufte-Latex class in Sweave
I must confess that today is my first day using either Sweave or LaTeX. Yes, it's true. I realized today that my "before 40" bucket list was not going to resolve itself in the absence of my ...
14
votes
10answers
2k views
Math in reStructuredText with LaTeX
I would like to use a lightweight markup language to take notes in my college classes.
My editor of choice is gedit, and I found reStructuredText Tools for Gedit, which will run the reStructuredText ...
14
votes
7answers
1k views
I've heard that LaTeX is Turing complete. Are there any programs written in LaTeX?
It's possible to do interesting things with what would ordinarily be thought of as typesetting languages. For example, you can construct the Mandelbrot set using postscript.
It is suggested in this ...
14
votes
4answers
5k views
Getting R plots into LaTeX?
I'm a newbie to both R and LaTeX and have just recently found how to plot a standard time series graph using R and save it as a png image. What I'm worried about is that saving it as an image and then ...
14
votes
3answers
10k views
LaTeX: How to adjust how the Sum symbol turns out
Not sure if LaTeX counts as programming, or if my question even makes sense, but I have this LaTeX expression (or what you call it):
\sum_{k=1}^n k^2 = 1+4+9+\ldots +n^2 =
\frac{1}{3}n^3 + ...
14
votes
6answers
2k views
Recommendations for developing Sweave documents
I'm looking to streamline my Sweave document creation, and I'd like to hear about people's current setups. I feel like the holy grail goes something like this:
Editing Rnw code on one half of the
...
14
votes
2answers
9k views
To have no pagebreak after \include in LaTeX
My LaTeX makes me pagebreaks after each subsection because my subsections are in separate files. I use the command \include{file} which adds a pagebreak after the use of it.
I would like to have no ...
14
votes
2answers
18k views
How do I cite author in Latex?
How do I cite authors in Latex?
I tried using natbib package
---- doc.tex ----
...
\usepackage{natbib}
...
\citeauthor{736184}
...
---- doc.bib ----
@inproceedings{736184,
author = {Broder, ...