tagged [latex]

How to force two figures to stay on the same page in LaTeX?

How to force two figures to stay on the same page in LaTeX? I have two images that I want to display on a page as figures. Each eats up little less than half of the space available so there's not much...

24 Nov at 08:13

How do I use TrueType fonts with LaTeX

How do I use TrueType fonts with LaTeX I need to use a font family in my LaTeX documents, that is available as 18 .TTF (TrueTypeFont) files. Where do I have to copy the files in my MiKTeX 2.8 installa...

9 Sep at 05:42

How do I determine file encoding in OS X?

How do I determine file encoding in OS X? I'm trying to enter some UTF-8 characters into a LaTeX file in [TextMate](http://en.wikipedia.org/wiki/TextMate) (which says its default encoding is UTF-8), b...

29 Jul at 13:14

Easiest way to create dynamic-content documents (like invoices, delivery notes)

Easiest way to create dynamic-content documents (like invoices, delivery notes) I was searching the web with a few results, but none of them seems to fit the task. I was looking für possibilites for ....

2 Mar at 15:47

Left align block of equations

Left align block of equations I want to left align a block of equations. The equations in the block itself are aligned, but that's not related at all to my question! I want to left align the equations...

13 Apr at 19:37

LaTeX table too wide. How to make it fit?

LaTeX table too wide. How to make it fit? I just started to learn latex and now I'm trying to create a table. This is my code: ``` \begin{table} \caption{Top Scorers} \begin{tabular}{ l l } \hline ...

14 Jan at 23:30

Detecting output device in LaTeX

Detecting output device in LaTeX Is there a way, in a LaTeX style/class file, to detect which output device is being used (or at least which capabilities it has)? The reason is, I'm writing a class fi...

3 May at 06:50

Error including image in Latex

Error including image in Latex I am getting the following error while compiling my Latex File : Why do I get this error ? What has this to do with an .eps file ? In fact, I could compile it fine with ...

3 May at 13:5

How to control font sizes in pgf/tikz graphics in latex?

How to control font sizes in pgf/tikz graphics in latex? I'm creating graphs in pgf/tikz. When I use these in my document they are scaled, several are in minipage/subfig like environments. When this h...

10 Feb at 18:3

LaTeX for PDF generation in production

LaTeX for PDF generation in production I used LaTeX for writing couple of white papers while I was in grad school. From that I have a really good impression about it in terms of what LaTeX allows user...

31 Jul at 02:29

Getting the error "Missing $ inserted" in LaTeX

Getting the error "Missing $ inserted" in LaTeX I try to write the following in latex: ``` \begin{itemize} \item \textbf{insert(element|text)} inserts the element or text passed at the start of the ...

19 Mar at 18:59

LaTeX table positioning

LaTeX table positioning I have a LaTeX document that contains a paragraph followed by 4 tables followed by a second paragraph. I want the 4 tables to appear between the two paragraphs which from what ...

14 Jan at 20:19

matplotlib 3d axes ticks, labels, and LaTeX

matplotlib 3d axes ticks, labels, and LaTeX I am running [this](http://matplotlib.org/examples/mplot3d/lines3d_demo.html) sample script, with the following modifications: ``` import matplotlib as mpl ...

30 Nov at 04:28

LaTeX source code listing like in professional books

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

27 Aug at 11:59

How can I mix LaTeX in with Markdown?

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

Tools for making latex tables in R

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

23 May at 11:47