Search found 7 matches

by laurocesar
Fri Mar 08, 2013 3:00 pm
Forum: General
Topic: "See also" field in Glossary
Replies: 0
Views: 2488

"See also" field in Glossary

Hi guys!

I want to create a glossary with the glossaries package (or maybe other one) that follow those rules:


If an entry A has a field "see also" to B, both A and B should show a reference to each other.

If an entry C has a field "parent = {P}, C should show a reference "child of " P and A ...
by laurocesar
Tue Dec 11, 2012 10:49 am
Forum: General
Topic: Text result from a command
Replies: 2
Views: 4764

Re: Text result from a command

Thank you! That is it!
by laurocesar
Tue Dec 11, 2012 3:46 am
Forum: Text Formatting
Topic: memoir | Custom left Margin for enumerated Lists
Replies: 1
Views: 7604

memoir | Custom left Margin for enumerated Lists

Hello,

how can I set \leftmargin in a {enumerate} environment of memoir?

Code: Select all

\begin{enumerate}[a)]\leftmargin5cm 
  \item One
  \item Two
\end{enumerate}
In this case, \leftmargin5cm or \setlength{leftmargin}{5cm} has no effect.

Thanks!
by laurocesar
Thu Dec 06, 2012 3:55 am
Forum: General
Topic: Text result from a command
Replies: 2
Views: 4764

Text result from a command

Hi guys!

I'm here again.

How can I compare the string (text) result from a command. For example, in MWE below, I expected that "It is equal".

\documentclass{report}

\usepackage{ifthen}

\begin{document}

\newcommand{\one}{\textbf{LaTeX}\someothercommand}

\ifthenelse{\equalSUPER{\one}{LaTeX ...
by laurocesar
Thu Dec 06, 2012 3:50 am
Forum: Page Layout
Topic: Different Formats for numbered and unnumbered Chapters
Replies: 4
Views: 5332

Re: Different Formats for numbered and unnumbered Chapters

Thanks a lot for your answer!
by laurocesar
Tue Dec 04, 2012 2:35 pm
Forum: Page Layout
Topic: Different Formats for numbered and unnumbered Chapters
Replies: 4
Views: 5332

Different Formats for numbered and unnumbered Chapters

Hi cgnieder!

Thanks for the answer and for the welcome.

In fact, I've tried titlesec, but I couldn't found a way to format \chapter* and \chapter differentially. But I may be wrong (I'm probably).

Another idea?

Thanks!

Lauro César
by laurocesar
Tue Dec 04, 2012 12:47 pm
Forum: Page Layout
Topic: Different Formats for numbered and unnumbered Chapters
Replies: 4
Views: 5332

Different Formats for numbered and unnumbered Chapters

Hi guys!

When using report class, how can I format \chapter* (starred) to be printed centralized and \chapter (normal one) to be printed flush left in the form "No. Chapter description", like "4 Trip over galaxy", I mean, without the string "Chapter 4 \\ Trip over galaxy" from report class.

Thanks ...