43
votes
27answers
3k 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 …
35
votes
31answers
3k views
Best practices in LaTeX
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 wo …
20
votes
16answers
2k views
Is a successor for TeX/LaTeX in sight?
TeX/LaTeX is great, I use it in many ways. Some of it's advantages are:
it uses text files, this way the input-files can be diffed and many tools exist to work with text
it is ve …
19
votes
12answers
1k 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.
C …
19
votes
17answers
1k 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 …
18
votes
11answers
3k 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 …
16
votes
5answers
4k 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 …
15
votes
6answers
3k 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>
< …
14
votes
27answers
13k views
Best LaTeX editor for Windows
I'm looking for a good LaTeX editor for Windows!
13
votes
11answers
1k 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 academi …
12
votes
20answers
2k 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 …
11
votes
5answers
17k views
LaTeX: How to add a matrix in a LaTeX document?
How to add a matrix in LaTeX?
10
votes
11answers
584 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 someti …
10
votes
3answers
493 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 …
9
votes
6answers
966 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, …
