Hello all,

I really appreciate all the help I have received on this list.  I am in
the final stages of my senior paper, and so far, I haven't had to use
Word.  However, my prof continues to challenge Lyx's formatting
capabilities by adding requirements for my paper.  So far, this is what
I have configured:

A table of contents, with no page number, on its own page and the Tex
is:
        \thispagestyle{empty}\setcounter{page}{0}\newpage
        \mymulticols{2}{1cm}

A two-column paper, single space, using the Article layout and the Tex
before the bibliography is:
        \mymulticolsoff
        \newpage

A bibliography on its own page (this doesn't show up on the TOC for some
reason)

Now, what I need to add are two Appendix pages, before the bibliography,
one with text, the other with pictures that are referenced by my paper. 
These don't need to be in two-column format, but they have to be on
separate pages, and the page numbers, like the Bibliography, do not show
up on the TOC.  I will need them to do so.  I have the following
Preamble:

\usepackage{multicol}
\newcommand\myColumnSep[1]{%
\setlength{\columnsep}{#1}}
\newcommand\mymulticols[2]{%
\myColumnSep{#2}\begin{multicols}{#1}%
}
\newcommand\multicolsoff{\end{multicols}}

This worked great, but no page number for the bibliography.  Now with
the additional requirements, I am stuck.  I appreciate any help I can
get with this.  Thank you.

-- 
Bob Gamble
Phone: 970-375-1819
Cell:  303-717-1426
Email: [EMAIL PROTECTED]
Web:   http://www.kiksadi.com

Reply via email to