123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- \NeedsTeXFormat{LaTeX2e}
- \ProvidesPackage{hevea}[2002/01/11]
- \RequirePackage{comment}
- \newif\ifhevea\heveafalse
- \@ifundefined{ifimagen}{\newif\ifimagen\imagenfalse}
- \makeatletter
- \newcommand{\heveasmup}[2]{%
- \raise #1\hbox{$\m@th$%
- \csname S@\f@size\endcsname
- \fontsize\sf@size 0%
- \math@fontsfalse\selectfont
- #2%
- }}
- \DeclareRobustCommand{\hevea}{H\kern-.15em\heveasmup{.2ex}{E}\kern-.15emV\kern-.15em\heveasmup{.2ex}{E}\kern-.15emA}
- \DeclareRobustCommand{\hacha}{H\kern-.15em\heveasmup{.2ex}{A}\kern-.15emC\kern-.1em\heveasmup{.2ex}{H}\kern-.15emA}
- \DeclareRobustCommand{\html}{\protect\heveasmup{0.ex}{HTML}}
- \newcommand{\ahref}[2]{{#2}}
- \newcommand{\ahrefloc}[2]{{#2}}
- \newcommand{\aname}[2]{{#2}}
- \newcommand{\ahrefurl}[1]{\texttt{#1}}
- \newcommand{\footahref}[2]{#2\footnote{\texttt{#1}}}
- \newcommand{\mailto}[1]{\texttt{#1}}
- \newcommand{\imgsrc}[2][]{}
- \newcommand{\home}[1]{\protect\raisebox{-.75ex}{\char126}#1}
- \AtBeginDocument
- {\@ifundefined{url}
- {
- \let\url\ahref\let\oneurl\ahrefurl\let\footurl\footahref}
- {}}
- \newcounter{cuttingdepth}
- \newcommand{\tocnumber}{}
- \newcommand{\notocnumber}{}
- \newcommand{\cuttingunit}{}
- \newcommand{\cutdef}[2][]{}
- \newcommand{\cuthere}[2]{}
- \newcommand{\cutend}{}
- \newcommand{\htmlhead}[1]{}
- \newcommand{\htmlfoot}[1]{}
- \newcommand{\htmlprefix}[1]{}
- \newenvironment{cutflow}[1]{}{}
- \newcommand{\cutname}[1]{}
- \newcommand{\toplinks}[3]{}
- \newcommand{\setlinkstext}[3]{}
- \newcommand{\flushdef}[1]{}
- \newcommand{\footnoteflush}[1]{}
- \excludecomment{rawhtml}
- \newcommand{\rawhtmlinput}[1]{}
- \excludecomment{htmlonly}
- \newenvironment{latexonly}{}{}
- \newenvironment{verblatex}{}{}
- \def\toimage{\endgroup}
- \def\endtoimage{\begingroup\def\@currenvir{toimage}}
- \def\verbimage{\endgroup}
- \def\endverbimage{\begingroup\def\@currenvir{verbimage}}
- \newcommand{\imageflush}[1][]{}
- \newsavebox{\@bgcolorbin}
- \newenvironment{bgcolor}[2][]
- {\newcommand{\@mycolor}{#2}\begin{lrbox}{\@bgcolorbin}\vbox\bgroup}
- {\egroup\end{lrbox}
- \begin{flushleft}
- \colorbox{\@mycolor}{\usebox{\@bgcolorbin}}
- \end{flushleft}}
- \newcommand{\newstyle}[2]{}
- \newcommand{\addstyle}[1]{}
- \newcommand{\setenvclass}[2]{}
- \newcommand{\getenvclass}[1]{}
- \newcommand{\loadcssfile}[1]{}
- \newenvironment{divstyle}[1]{}{}
- \newenvironment{cellstyle}[2]{}{}
- \newif\ifexternalcss
- \makeatother
|