Search found 13 matches

by greybadger
Sun Jan 30, 2011 12:26 am
Forum: Page Layout
Topic: Add an appendix without lettered title (like Bibliography)
Replies: 3
Views: 4903

Add an appendix without lettered title (like Bibliography)

Sorry, I wasn't very specific. I am using the 'report' class:

\documentclass[a4paper,11pt,twoside,openright]{report}

I would like to have, after my lettered appendices, but before the bibliography, another 'appendix' which appears in the same style as the bibliography.

Using the \chapter ...
by greybadger
Sun Jan 30, 2011 12:02 am
Forum: Page Layout
Topic: Add an appendix without lettered title (like Bibliography)
Replies: 3
Views: 4903

Add an appendix without lettered title (like Bibliography)

Hi,

I would like to add an appendix which doesn't have a lettered title, as, for example, the Bibliography appears. How can I achieve this?

Regards,
GB.
by greybadger
Tue Oct 13, 2009 12:04 pm
Forum: Page Layout
Topic: Bad page number alignment in list of figures
Replies: 1
Views: 2630

Bad page number alignment in list of figures

Hi,

I have a figure caption that ends with some math environment stuff. The last math bit should be on a new line in the list of figures, but it's not, which pushes the page number out of alignment. I minimal working example is shown below. Can anybody suggest how to force a new line?

Thanks, GB ...
by greybadger
Wed Sep 23, 2009 11:04 am
Forum: Page Layout
Topic: Page number in acknowledgments section
Replies: 2
Views: 2741

Re: Page number in acknowledgments section

Magic, thanks!
by greybadger
Tue Sep 22, 2009 11:04 am
Forum: Page Layout
Topic: Page number in acknowledgments section
Replies: 2
Views: 2741

Page number in acknowledgments section

Hi,

On this topic page http://www.latex-community.org/forum/viewtopic.php?f=47&t=5464 , I found a very handy snippet of code to emulate the Abstract page formatting for an Acknowledgments page (I've added the thispagestyle line):

\makeatletter
\newcommand\ackname{Acknowledgements}
\if@titlepage ...
by greybadger
Tue Sep 22, 2009 10:42 am
Forum: General
Topic: Greek script in hyperref bookmarks
Replies: 1
Views: 2633

Greek script in hyperref bookmarks

Hi,

I am using the hyperref package to add PDF bookmarks to my document. This is working fine, except where there is 'fancy' formatting in chapter / section names. In particular, greek symbols and simple math-mode stuff.

I can modify the bookmark names by hand, following the documentation. However ...
by greybadger
Thu Sep 17, 2009 11:10 pm
Forum: Page Layout
Topic: How to add chapter headings to LOT / LOF
Replies: 5
Views: 4169

Re: How to add chapter headings to LOT / LOF

Hi, thanks for the suggestion. This is nearly there... It's now just lacking the chapter number before the chapter title in the LoT / LoF entries. Is there any way to force those to be displayed like the would in the ToC?

Thanks.
by greybadger
Thu Sep 17, 2009 5:30 pm
Forum: Page Layout
Topic: How to add chapter headings to LOT / LOF
Replies: 5
Views: 4169

How to add chapter headings to LOT / LOF

Sure, apologies. The following is a cut-down version of my document with all relevant formatting.


\documentclass[a4paper,11pt,twoside,openright]{report}
\usepackage{fancyhdr}
\usepackage[a4paper,top=3.1cm,bottom=2.5cm,inner=4.0cm,outer=2cm]{geometry}
\usepackage{titlesec}
\usepackage[font=small ...
by greybadger
Thu Sep 17, 2009 5:18 pm
Forum: Graphics, Figures & Tables
Topic: Table cells lose formatting after multicolumn
Replies: 4
Views: 2781

Re: Table cells lose formatting after multicolumn

Great, works fine. Thanks.
by greybadger
Thu Sep 17, 2009 2:50 pm
Forum: Page Layout
Topic: How to add chapter headings to LOT / LOF
Replies: 5
Views: 4169

How to add chapter headings to LOT / LOF

Hi,

I'd like my LoT and LoF layout to be similar to the ToC, such that I get a boldfaced line, with the chapter number and title (I'd rather not have the page number there) displayed before the relevant entries.

Is this possible? I'm already using the toclof package to fix some layout issues, but ...