Page Layoutnomencl | Nomenclature in boxed Columns

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
DavidH
Posts: 8
Joined: Sun Feb 05, 2012 4:33 pm

nomencl | Nomenclature in boxed Columns

Post by DavidH »

Hi there..

I'm writing my thesis, and have created a nomenclature by the nomencl package. However, I would like the nomenclature to be in two columns, boxed individually. The column problem I have solved by

Code: Select all

\usepackage{multicol}

\renewcommand*\nompreamble{\begin{multicols}{2}}
\renewcommand*\nompostamble{\end{multicols}}
And I can get both columns under one frame by

Code: Select all

\usepackage{framed}

\renewcommand*\nompreamble{\begin{framed}\begin{multicols}{2}}
\renewcommand*\nompostamble{\end{multicols}\end{framed}}
Any suggestions to how I get the two columns boxed individually?

Thanks in advance!

\David

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply