Search found 3 matches

by TomF
Sun Apr 08, 2012 3:33 pm
Forum: Graphics, Figures & Tables
Topic: Graphics Arrangement
Replies: 3
Views: 2503

Graphics Arrangement

Hi,

I've just come across this problem myself and this is how I managed to get an acceptable output. Adjust lengths to suit your images.
\usepackage{subfigure} %

\begin{figure}[htbp]
\begin{center}
\subfigure[<Subcaption a>]{\label{fig:1a}
\includegraphics[width=0.48\textwidth]{<Fig1a file ...
by TomF
Fri Apr 06, 2012 11:32 am
Forum: Text Formatting
Topic: Endnote formatting - producing hanging paragraphs
Replies: 2
Views: 2305

Endnote formatting - producing hanging paragraphs

Solved my problem eventually. Use the following (adjust lengths to suit):

Code: Select all

\renewcommand\enoteformat{\noindent\makebox[2.5em][r]{\theenmark.\ }\hangindent 2.5em}
Regards,

TomF
by TomF
Fri Apr 06, 2012 6:13 am
Forum: Text Formatting
Topic: Endnote formatting - producing hanging paragraphs
Replies: 2
Views: 2305

Endnote formatting - producing hanging paragraphs

Hi,

I am producing a document (scrbook document class) that incorporates around 100 endnotes and I would like to be able to reformat the default way that the endnotes package displays them. Most of the changes I've already done, but I'm stuck on this last point.

Ideally the second and subsequent ...