Search found 3 matches

by Tronn
Wed Jul 15, 2015 6:23 pm
Forum: Graphics, Figures & Tables
Topic: Tabular too big for page: Alternatives?
Replies: 3
Views: 3061

Tabular too big for page: Alternatives?

Hi everyone,

My problem has been solved in the other forum. I can use it like this:

Definitions:
\newenvironment{deri1}
{\begin{enumerate}}
{\end{enumerate}}
\newcommand{\deristart}[1]{\ifthenelse{\equal{#1}{}}{\item[~]\relax}{\item[(#1)~=]\relax}}

Application:
\begin{deri1}
\deristart ...
by Tronn
Wed Jul 15, 2015 10:59 am
Forum: Graphics, Figures & Tables
Topic: Tabular too big for page: Alternatives?
Replies: 3
Views: 3061

Re: Tabular too big for page: Alternatives?

This is true; sorry! Time is running out and I'm kind of stressed because I'm desperately trying to get the formating done until Friday :-/
by Tronn
Wed Jul 15, 2015 9:25 am
Forum: Graphics, Figures & Tables
Topic: Tabular too big for page: Alternatives?
Replies: 3
Views: 3061

Tabular too big for page: Alternatives?

Hello everyone,

I'm currently writing my Master thesis and I'm in the final stage before submitting it. There are still some formating issues of which a few are severe :-/ I'm almost completely new to LaTeX and only had to start using it to write my thesis because it contains a lot of calculations ...