Search found 8 matches

by bolle
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...
by bolle
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 ...
by bolle
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?
by bolle
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!
by bolle
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 ...
by bolle
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!
by bolle
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 ...
by bolle
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 ...