Search found 7 matches

by s.g.
Wed Jul 01, 2009 5:35 pm
Forum: Text Formatting
Topic: Accents and listofsymbols.sty
Replies: 5
Views: 3903

Re: Accents and listofsymbols.sty

Thanks, I'll try that.
by s.g.
Wed Jul 01, 2009 4:31 pm
Forum: Text Formatting
Topic: Accents and listofsymbols.sty
Replies: 5
Views: 3903

Re: Accents and listofsymbols.sty

Is there any alternative package for a list of symbols?
by s.g.
Tue Jun 30, 2009 7:36 pm
Forum: Text Formatting
Topic: Accents and listofsymbols.sty
Replies: 5
Views: 3903

Accents and listofsymbols.sty

Thanks, the simplest code would be something like this:


\documentclass{article}
\usepackage[final]{listofsymbols}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}

\begin{document}
\listofsymbols
\opensymdef
\newsym[Energía]{symE}{E} % With an accent
\newsym[Masa]{symm}{m}
\newsym ...
by s.g.
Tue Jun 30, 2009 6:33 pm
Forum: Text Formatting
Topic: Accents and listofsymbols.sty
Replies: 5
Views: 3903

Accents and listofsymbols.sty

I'm trying to include a list of symbols in a template I'm preparing. I've found listofsymbols package, but I have a problem with accents. I would like to be able to compile words in Spanish.

When using package babel I can directly type accents, but when some symbol description has an accent, say ...
by s.g.
Sun Jun 28, 2009 5:21 pm
Forum: Page Layout
Topic: fancyhdr and first chapter page
Replies: 2
Views: 25014

Re: fancyhdr and first chapter page

Thanks a lot. I should have read the whole manual before asking, but I'm a bit new to LaTex and with a manual per package...

I'll be more patient next time.
by s.g.
Sun Jun 28, 2009 4:48 pm
Forum: Page Layout
Topic: fancyhdr and first chapter page
Replies: 2
Views: 25014

fancyhdr and first chapter page

I'm using fancyhdr package, and I have put the page numbers on the bottom right part of the pages:


\fancyhead{}
\fancyfoot[LC]{}
\fancyfoot[R]{\thepage}
\renewcommand{\headrulewidth}{0pt}
\pagestyle{fancy}


Everything is ok, excepting first page of each chapter, where the page number ...
by s.g.
Tue Apr 14, 2009 4:09 pm
Forum: Text Formatting
Topic: How to change the space between letters?
Replies: 1
Views: 12284

How to change the space between letters?

I need to reduce the space between letters for some specific sentences. How is that done?

Thank you in advance,

S.