Hi again,
I can run latex just fine on your file. Only two issues:
1. I had to comment out the line 82: \input{tcilatex}, since you did
not send the file tcilatex.tex
2. On line 153 you have: "\begin{titlepage}%". This must end somewhere
with "\end{titlepage}", but you omitted it. If I add "\end{titlepage}"
after line 156, then you can run LaTeX on it.
Some other remarks:
- you do not need to do this: "\ \ \ " at the beginning of a paragraph.
Just use "\frenchspacing" right after "\begin{document}".
In other cases you can use ~ as a mandatory space.
Use \begin{center} and \end{center} instead of many \ \ \ \ to
push the text. And for equations use $$ (two dollar signs) at the
beginning and at the end of the equation to get it on a new line
and centered. Do not use "\ \ \ " between $ signs.
- I think you misuse the command \cite, see: "$\cite[xvgsdgsdgsddg]{1}$"
at the end of page 4.
- Just above, the manual list you can use \begin{enumerate} \item
\item ... \end{enumerate}
If you need more help, please ask.
Kind regards,
Ionel Mugurel Ciob\^{\i}c\u{a}
On 29-05-2017, at 02h 46'11", benyettou kamel wrote about "Re: [latexusersgroup] convert SWP file t compilation Latex"