Search found 4 matches

by christoi
Wed May 26, 2010 9:52 am
Forum: Graphics, Figures & Tables
Topic: List alphabetization in LaTeX
Replies: 4
Views: 8075

Re: List alphabetization in LaTeX

But, hey!

It seems i can only put one \sortedlist in my document. Using more than one i get an error message that says:

./test.tex:37: Undefined control sequence.
<argument> \DTLcleardb
{list}
l.37 \begin{sortedlist}

Do i need to clear the sorting prosess before starting a new \sortedlist or ...
by christoi
Tue May 25, 2010 7:33 pm
Forum: Graphics, Figures & Tables
Topic: List alphabetization in LaTeX
Replies: 4
Views: 8075

Re: List alphabetization in LaTeX

Magnificent! Thanks a lot!
by christoi
Mon May 24, 2010 6:22 pm
Forum: LyX
Topic: Vertical alignment of images in float
Replies: 3
Views: 5623

Vertical alignment of images in float

Hi!

Have you tried \minipage? http://dcwww.camd.dtu.dk/~schiotz/comp/ ... xTips.html shows how you can put the figure caption to the right of a figure. You will be able to the same to put two figures. Use the `t' specifier as in the example.
by christoi
Mon May 24, 2010 6:09 pm
Forum: Graphics, Figures & Tables
Topic: List alphabetization in LaTeX
Replies: 4
Views: 8075

List alphabetization in LaTeX

Is there any way to alphabetize a list in LaTeX without using \makeindex?

Personally i suddenly find there ought to be an alphabetical variant or option to i.e. the \description itemize environment.