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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply