Wednesday, September 13, 2006

LaTeX: cancel, title, scale ...

cross the word from left-bottom to up-right, just like cancel it:

\usepackage{cancel}

$\cancel{abcd}$


put something above equation '=' or similiar:



\newcommand{\iseq}{\ensuremath {\stackrel {\mathrm {?}}{=}}}

$a \iseq b$


for all the title format things, try package:

\usepackage{titlesec}


scale words:

\usepackage{graphicx}

\scalebox{horizontal scale factor}[vertical scale factor]{content}

%\scalebox{3}[1]{abcd}


You can only see the result after changing to PDF.

No comments:

Post a Comment