Search found 3 matches

by zvonsully
Sun Aug 28, 2011 9:15 am
Forum: Text Formatting
Topic: \textsc in \edef
Replies: 1
Views: 2137

\textsc in \edef

The following simple code gives errors. I need edef so I can build a list of words by redefining \test. The \textsc command seems to be the problem...

Code: Select all

\documentclass{article}

\begin{document}

\edef\test{\textsc{a}}
% \edef\test{\test b}
% \edef\test{\test c}
 
\test

\end{document} 
by zvonsully
Mon Mar 07, 2011 3:36 pm
Forum: Graphics, Figures & Tables
Topic: Arabic footnotes needed but I keep getting lower case letter
Replies: 4
Views: 3500

Arabic footnotes needed but I keep getting lower case letter

To get arabic footnote markers in the minipage environment renew \thempfn command:

Code: Select all

\begin{minipage}{\textwidth}
   \renewcommand{\thempfn}{\arabic{mpfootnote}}
   ...
\end{minipage}
by zvonsully
Sun Jan 09, 2011 5:00 am
Forum: Document Classes
Topic: Adjust vertical spaces with \lineskip instead of \parskip
Replies: 9
Views: 28915

Adjust vertical spaces with \lineskip instead of \parskip

Because "you can say \lineskiplimit=1.5in, after that TeX computes the vertical skip between two lines of text as follows: the baselines of the boxes are separated by \baselineskip, but is this would make the distance between the bottom of one box and the top of the other less than \lineskiplimit ...