% definition of Normal Table% % definition of Default Paragraph Font% % heading 3 will be translated as subsection % heading 2 will be translated as subsection % heading 1 will be translated as section % Normal will be ignored %*****************************************************************% \documentclass{article} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %TCIDATA{OutputFilter=Latex.dll} %TCIDATA{LastRevised=Monday, November 07, 2005 11:23:24} %TCIDATA{} \newlength{\defaultparindent} \setlength{\defaultparindent}{\parindent} \newenvironment{Normal Table}{}{} \newenvironment{Default Paragraph Font}{}{} \input{tcilatex} \begin{document} \section{Chapter 1} Hello. \subsection{Section 1} Hello. \subsubsection{Subsection 1} Hello. Here are some Greek characters: $\alpha \beta \gamma \delta AB\Gamma \Delta $ . [Insert] [Object] [Microsoft Equation 3.0] Here is an equation: $x=-b\pm \frac{b^{2} -4ac}{2a} $ Here is a figure from Excel: [Edit] [Paste Special] [Picture (Enhanced Metafile)] \FRAME{ftbpxFU}{327pt}{216pt}{0pt}{}{}{Figure }{\special{language "Scientific Word";type "GRAPHIC";maintain-aspect-ratio TRUE; display "USEDEF";valid_file "T";height 216pt;width 327pt; depth 0pt;cropleft "0";croptop "1";cropright "1";cropbottom "0"; tempfilename 'C:/swp35/Graphics/04de01.WMF';tempfile-properties "XPNEU";}} \end{document}