Search found 5 matches

by fishy
Sat Jan 28, 2012 7:12 pm
Forum: General
Topic: BRS, HLD, User Manual ...
Replies: 1
Views: 1415

BRS, HLD, User Manual ...

What is the best way to create the software engineering papers such as those specified in the subject? Maybe there is a lesser known class fit specifically towards this goal?
by fishy
Fri Nov 26, 2010 4:01 pm
Forum: Page Layout
Topic: No empty page after TOC
Replies: 4
Views: 2231

Re: No empty page after TOC

Thank you, this works great, but it's tedious and it looks a bit strange in the code. Is there any other method to achieve what I want?
by fishy
Fri Nov 26, 2010 10:46 am
Forum: Page Layout
Topic: No empty page after TOC
Replies: 4
Views: 2231

Re: No empty page after TOC

I know I could use openany option, but then it would also make every chapter start on the next page, and I don't want that. I only want to get rid of blank pages after TOC, LOF and LOT.
by fishy
Fri Nov 26, 2010 10:07 am
Forum: Page Layout
Topic: No empty page after TOC
Replies: 4
Views: 2231

No empty page after TOC

What should I do to remove an empty page after TOC, LOF and LOT? I use book class. My code looks like this:

\documentclass[a4paper,12pt]{book}


\begin{document}

\chapter{Introduction}
\section{Very Beginning}
bla bla bla
\section{Further Beginning}

\begin{tabular}{ l c r }
1 & 2 & 3 \\
4 & 5 ...
by fishy
Tue Nov 23, 2010 2:56 pm
Forum: Page Layout
Topic: Table Of Contents bookmark in Hyperref package
Replies: 0
Views: 1316

Table Of Contents bookmark in Hyperref package

Hi,

I'm a new user of Latex and have a small problem with \hyperref package. On the left side of my pdf output document I can see bookmarks (or hyperlinks, how should I call it?) titled the same as my chapters, sections etc., can also see two bookmarks named "List of Figures" and "List of Tables ...