Tagged Questions

1
vote
2answers
78 views

Extend a figure 100% horizontally with a fixed height in LaTeX?

How can I insert a figure (i.e. graphic) that extends 100% of the viewport but with a given height?
1
vote
1answer
177 views

How does one format a letter in the Memoir document class for LaTeX?

If you have a traditional letter with content like-so. From Someone 50 Example Drive Random City, ZIP Country Tel: 444-555-6666 July 30, 2009 To Somebody 51 Example Drive Random …
2
votes
4answers
242 views

Printing out LaTeX Variables

I am using a LaTeX class file which sets various parameters such as margins, line spacing, ... according to the parameters passed to it. For some reason, the end result does not lo …
1
vote
3answers
186 views

What typeset programming languages exist?

Mathematica's notebook front end has provided a hugely productive next-generation development environment for over 13 years, particularly suited to technical computing but also mor …
5
votes
5answers
477 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 …
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 …
2
votes
6answers
748 views

Annotated Table of Contents in LaTeX

I'd like to use LaTeX's \tableofcontents command (or some equivalent) to automatically generate a table of contents, but I'd also like to add a sentence or two to each line in the …
2
votes
1answer
228 views

What is the best way to automatically transpose a LilyPond source file into multiple keys?

problem I'm using LilyPond to typeset sheet music for a church choir to perform. Depending on who is available on any given week, songs will be played in various keys. We have an …
2
votes
1answer
275 views

Typesetting New Functions in LaTeX

So, I just have a little question: What is the "best way" to typeset new functions in LaTeX which aren't already included in the various packages? Right now I'm just using \mbox …
3
votes
6answers
720 views

How can one keep a \section{} from being at the end of a page in LaTeX?

Given LaTeX likeso: \section{Heading} Here is some text after the heading. How could one prevent the Heading from showing up at the very bottom of the page? In other words, ho …
6
votes
3answers
287 views

Typesetting programs

I often want to printout programs so that I can read them when away from the computer, and I'm wondering what tools people use to make the code readable when printed. Today I'm us …