Search found 4 matches

by Bender
Thu Aug 27, 2009 12:43 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: How to mark all words already in the index in a pdf?
Replies: 0
Views: 1964

How to mark all words already in the index in a pdf?

Hi,
is there a way to see in a pdf which word has been indexed?
For example, is there a macro to highlight the words of an index in pdf created by Latex?

Many thanks
by Bender
Sun Mar 23, 2008 12:07 am
Forum: General
Topic: spacing in verbatim
Replies: 3
Views: 13550

spacing in verbatim

Hi,
thanks for the very fast reaction. The problem persists, but I have found a solution:

\usepackage{fancyvrb}

and then replacing
\begin{verbatim}
...
\end{verbatim}

with
\begin{Verbatim}[frame=single,baselinestretch=0.1]
...
\end{Verbatim}

I get a nicely formatted verbatim environment ...
by Bender
Sat Mar 22, 2008 11:30 pm
Forum: General
Topic: spacing in verbatim
Replies: 3
Views: 13550

spacing in verbatim

Hi,
I use the verbatim environment and the paralist package. Within verbatim environments, the spacing is
abnormal large. I have no clue how to change to small spacings (< 1 line) and still use paralist.
Any hint is welcome.
Thanks
Bender
by Bender
Sat Jan 12, 2008 12:42 pm
Forum: General
Topic: Significance levels of tests in tables
Replies: 1
Views: 2301

Significance levels of tests in tables

I have to print stars after numbers in tables like
0.0023^{***}
0.06
0.04^{*}

The "^" and "^" indicate only superscript and should not be printed.

I'm searching for a way to print this with numbers aligned at the decimal point.
Many thanks
Bender