Search found 5 matches

by GordonW
Thu Mar 20, 2014 4:10 pm
Forum: General
Topic: footnotes / horizontal layout / footmisc package
Replies: 0
Views: 2279

footnotes / horizontal layout / footmisc package

Hi all,

I'm using the footmisc package to layout footnotes
horizontally. I do this by giving the `para' option
in the usepackage.

This works fine for ordinary footnotes.
However, this opption seems to be ignored for footnotes
in minipages. These are laid out in the conventional,
vertical ...
by GordonW
Wed Aug 15, 2012 4:06 am
Forum: Graphics, Figures & Tables
Topic: array | Table Preamble defined by Command causes Error
Replies: 6
Views: 17559

array | Table Preamble defined by Command causes Error

Hi Clemens,

Thanks for your solution. It works that much better. However, how do I control how much expansion is done? Here's a case where I think it's expanding too much:

\documentclass{article}

\usepackage{array}
\usepackage{colortbl}

\definecolor{gray90}{gray}{0.9}

\newcommand{\FormatOne ...
by GordonW
Mon Aug 13, 2012 4:16 am
Forum: Graphics, Figures & Tables
Topic: array | Table Preamble defined by Command causes Error
Replies: 6
Views: 17559

array | Table Preamble defined by Command causes Error

Hi Stefan,

Thanks for your response.

I'm having trouble generalizing your solution to tables with more than one column. Here is an example with two columns. The closest I've managed is this:

\documentclass{article}
\newcommand{\FormatOne}{r}
\newcommand{\FormatTwo}{l}

\begin{document ...
by GordonW
Sun Aug 12, 2012 7:24 pm
Forum: Graphics, Figures & Tables
Topic: array | Table Preamble defined by Command causes Error
Replies: 6
Views: 17559

array | Table Preamble defined by Command causes Error

Hi,

I'd appreciate any help with the following. I have a sample code that look like this:
\documentclass{article}
%\usepackage{array}

\newcommand{\Format}{r}

\begin{document}
\begin{tabular}{\Format}
1 \\
2 \\
\end{tabular}
\end{document}
This works as I expect if I don't include any ...