Search found 3 matches

by alfabre
Wed Dec 08, 2010 12:12 pm
Forum: Graphics, Figures & Tables
Topic: float table at the top of the page
Replies: 3
Views: 20041

float table at the top of the page

Hi,

I have a short question. I made a table for my glossary. The last table is really short and I would like to get this table at the top of my page. I do not managed.
Here is what I have written:

\begin{table}[!t]
\center
\begin{tabular}{p{3cm} p{11cm}}

\bf{Symbol} & \bf{Meaning ...
by alfabre
Wed Nov 17, 2010 11:29 am
Forum: Text Formatting
Topic: class .cls
Replies: 4
Views: 5840

Re: class .cls

Thanks a lot for your answers. Unfortunately my university ask me to use it, but I think they are not really aware and are not expert in Latex. Therefore, maybe if I propose to them a new version of the class they will agree. I will try, thanks for the tip. However if would like to manage to run ...
by alfabre
Tue Nov 16, 2010 10:47 pm
Forum: Text Formatting
Topic: class .cls
Replies: 4
Views: 5840

class .cls

Hello,

I have a problem with a .cls file. I need to write my master thesis with latex and I receive a Latex model using a file wissdoc.cls as documentclass{}. I do not understand how this class works.
When I write


\documentclass{wissdoc}
\begin{document}
salut
\end{document}

the compilation ...