Search found 8 matches
- Mon May 25, 2009 7:48 pm
- Forum: Document Classes
- Topic: Thesis.cls
- Replies: 5
- Views: 6734
Re: Thesis.cls
Isn't there just any package that offers a title page for a thesis? I don't need a whole new layout...
- Mon May 25, 2009 4:55 pm
- Forum: Document Classes
- Topic: Thesis.cls
- Replies: 5
- Views: 6734
Thesis.cls
This is the code:
\documentclass[a4paper]{thesis}
\usepackage{indentfirst}
\usepackage{ulem}
\usepackage{rotating}
\title{ ... }
\author{ first middle }{ last }
\advisor{ title }{ name }
\reader{ full name }
\degree{ long description }{ short description }
\dept{ designation }{ name ...
\documentclass[a4paper]{thesis}
\usepackage{indentfirst}
\usepackage{ulem}
\usepackage{rotating}
\title{ ... }
\author{ first middle }{ last }
\advisor{ title }{ name }
\reader{ full name }
\degree{ long description }{ short description }
\dept{ designation }{ name ...
- Mon May 25, 2009 4:25 pm
- Forum: Document Classes
- Topic: Thesis.cls
- Replies: 5
- Views: 6734
Thesis.cls
Hi,
I tried to use the thesis.cls documentclass and add all the necessary files, however he does not recognize the control sequences included in this documentclass.
Thus, probably my installation is not correct.
How do you install the thesis.cls documentclass correctly?
I tried to use the thesis.cls documentclass and add all the necessary files, however he does not recognize the control sequences included in this documentclass.
Thus, probably my installation is not correct.
How do you install the thesis.cls documentclass correctly?
- Fri May 22, 2009 5:16 pm
- Forum: Graphics, Figures & Tables
- Topic: Eps figure
- Replies: 2
- Views: 2000
Re: Eps figure
Oh! I must have forgotten that. Thanks for the advice!
- Fri May 22, 2009 4:33 pm
- Forum: Graphics, Figures & Tables
- Topic: Eps figure
- Replies: 2
- Views: 2000
Eps figure
Hi,
I have a report where in I already added a lot of eps files without problems using the command:
pdftex --enable-write18 -interaction=nonstopmode "filename.tex"
I wanted to add today another eps file but now he produces a very strange pdf file.
This is my code:
\documentclass[a4paper]{report ...
I have a report where in I already added a lot of eps files without problems using the command:
pdftex --enable-write18 -interaction=nonstopmode "filename.tex"
I wanted to add today another eps file but now he produces a very strange pdf file.
This is my code:
\documentclass[a4paper]{report ...
- Wed May 20, 2009 5:40 pm
- Forum: General
- Topic: Appendices
- Replies: 5
- Views: 34781
Re: Appendices
Ok, thanks! Now I start understanding it. I used only sections and subsections, because I read it like that in the introduction in Latex for beginners. Now, I have good appendices, thanks!
- Wed May 20, 2009 5:34 pm
- Forum: General
- Topic: Appendices
- Replies: 5
- Views: 34781
Appendices
\documentclass[a4paper]{report}
\usepackage[english]{babel}
\usepackage{graphicx, ctable, url, amsmath,mathrsfs, bbm}
\usepackage[pdftex, colorlinks]{hyperref}
\usepackage[toc,page]{appendix}
\begin{document}
\begin{appendices}
\section{App 1}
This appendix contains the implementation of ...
\usepackage[english]{babel}
\usepackage{graphicx, ctable, url, amsmath,mathrsfs, bbm}
\usepackage[pdftex, colorlinks]{hyperref}
\usepackage[toc,page]{appendix}
\begin{document}
\begin{appendices}
\section{App 1}
This appendix contains the implementation of ...
- Wed May 20, 2009 4:56 pm
- Forum: General
- Topic: Appendices
- Replies: 5
- Views: 34781
Appendices
Hi, I seem not to be able to add nice appendices.
I use the appendix package
and start my appendices with
\begin{appendices}
...
\end...
I divide everything in sections and add also some subsections within a subappendices frame. However after compiling I get the following result:
.1 Section 1 ...
I use the appendix package
and start my appendices with
\begin{appendices}
...
\end...
I divide everything in sections and add also some subsections within a subappendices frame. However after compiling I get the following result:
.1 Section 1 ...