Search found 6 matches

by niek
Fri Apr 22, 2011 8:40 pm
Forum: Graphics, Figures & Tables
Topic: Indent entire \begin{figure} ... \end{figure} environment
Replies: 1
Views: 6143

Indent entire \begin{figure} ... \end{figure} environment

Dear all,

Would any of you know if it is possible to indent the following entire environment:

Code: Select all

\begin{figure}
...
\end{figure}
Or is it maybe possible to just change the left pagemargin temporarily?

Any other suggestions are, of course, very welcome.

Thanks,

Niek
by niek
Mon Jun 14, 2010 8:18 pm
Forum: Graphics, Figures & Tables
Topic: Problem with \multicolumn
Replies: 1
Views: 1420

Problem with \multicolumn

In addition: this is the actual title I want to span over the four columns: "Total number of banks and observations".

Code: Select all

\multicolumn{4}{l}{Total number of banks and observations}
It might have to do with the length of the title, despite that it should be able to fit.

Thanks!
by niek
Mon Jun 14, 2010 8:13 pm
Forum: Graphics, Figures & Tables
Topic: Problem with \multicolumn
Replies: 1
Views: 1420

Problem with \multicolumn

Dear all,

I am having trouble with a table and I hope someone can help me out. Please consider the following code:


\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} l | r r r r }
Sample criteria & %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\\
\hline
& \underline{$k=1$}
& \underline{$k=2 ...
by niek
Tue Jun 08, 2010 3:40 pm
Forum: Math & Science
Topic: How to customize equation referencing?
Replies: 3
Views: 2513

Re: How to customize equation referencing?

Thank you both!

This is really helpful.


Cheers,

Niek
by niek
Tue Jun 08, 2010 2:19 pm
Forum: Math & Science
Topic: How to customize equation referencing?
Replies: 3
Views: 2513

How to customize equation referencing?

Dear all,

I would like to ease my referencing to equations in an article I am working on. Currently I use this:


Equation (\ref{eq1})


... to produce "Equation (1)".

Is there a way to simply type something like this:


\ALTERNATIVEref{eq1}


... to produce "Equation (1)", or perhaps ...
by niek
Sat May 15, 2010 3:43 pm
Forum: Math & Science
Topic: How to align all math around "=" throught an entire document
Replies: 1
Views: 1517

How to align all math around "=" throught an entire document

Dear all,

I am working on a report which includes quite a lot of (simple) equations. I would like to align all these equations around the = sign throughout the entire document, with the = sign on the same position every time. The problem is that there are regular text areas between the equations ...