Eric Seynaeve wrote:
>
> Hey all,
>
> I think it cannot be told enough: good work for LyX, it's great !
>
> Writing my thesis, I was wondering what would be the best way to include
> a list of symbols (T is temperature and that kind of stuff). I want a TOC and
> LOF but an index is not needed. Can I use that to create the LOS?
>
> Thanks for any help,
>
> Eric
>
> e-Mail: [EMAIL PROTECTED]
> PGP fingerprint:
> 17C6 528E 3018 F44A 596B 203B B344 9377 BD6D 3B64
I've done the following:
- List of Symbols (as chapter*)
- \chaptermark{List of Symbols} in LateX (if wanted)
- Latin Symbols (as section*)
Then I've listed the Symbols using the labeling environment. If you want
two columns instead of one use the multicolumn package. If you want to
have the LOS listed in the TOC replace chapter* by chapter.
Martin