Search found 17 matches

by Zetison
Tue Aug 20, 2013 7:11 pm
Forum: Graphics, Figures & Tables
Topic: nobreak on items
Replies: 1
Views: 3643

nobreak on items

I want the environment itemize to avoid all breaks of \items .

The following code

\documentclass[10pt,a4paper]{report}
\usepackage{blindtext}
\begin{document}
\blindtext\blindtext\blindtext
\begin{itemize}
\item \blindtext
\item \blindtext
\item \blindtext
\end{itemize}
\end{document ...
by Zetison
Tue Aug 20, 2013 9:34 am
Forum: Page Layout
Topic: Toc - add text to the table of contents
Replies: 1
Views: 2870

Toc - add text to the table of contents

I want to make a table of contents which is similar to the one on this page: https://wiki.math.ntnu.no/users/ehrnstro/teaching/linearmethods .

So when I write
\section{Sets}

I want the toc to include the text as if I was writing
\section{Sets: Basic definition and examples}

But I obviously ...
by Zetison
Mon Aug 19, 2013 11:11 pm
Forum: Page Layout
Topic: Page breaks using mdframed
Replies: 6
Views: 11003

Re: Page breaks using mdframed

Let's say I want no less than 5 lines on the new page, is this obtainable.
by Zetison
Mon Aug 19, 2013 10:56 pm
Forum: Page Layout
Topic: Page breaks using mdframed
Replies: 6
Views: 11003

Re: Page breaks using mdframed

It is a "widows and orphans"-problem. Either more text must be splitted into the next page, or there can be no splits on that frame.
by Zetison
Mon Aug 19, 2013 10:36 pm
Forum: Page Layout
Topic: Page breaks using mdframed
Replies: 6
Views: 11003

Re: Page breaks using mdframed

Right. The problem is that the second split is not preferable...
by Zetison
Mon Aug 19, 2013 8:58 pm
Forum: Page Layout
Topic: Page breaks using mdframed
Replies: 6
Views: 11003

Page breaks using mdframed

I use mdframed to write mathematical proofs in a box. Sometimes these proofs spans over several pages. This is fine as long as the frame is not cut in such a way that only a small partion of the box is left on a page.

So in the following code, the first frame is accepted while the other one is not ...
by Zetison
Mon Aug 19, 2013 1:11 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Index of all words in bold face
Replies: 3
Views: 22630

Index of all words in bold face

Never mind. The solution is:

Code: Select all

Code, edit and compile here:
\usepackage{makeidx}
\makeindex
\let\oldtextbf\textbf
\renewcommand{\textbf}[1]{\oldtextbf{#1}\index{#1}}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
by Zetison
Sun Aug 18, 2013 9:31 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Index of all words in bold face
Replies: 3
Views: 22630

Index of all words in bold face

Is there a way to get Index of all words in bold face without using index{} at each of these words?
by Zetison
Wed Dec 07, 2011 3:41 pm
Forum: Page Layout
Topic: Titlepage on right hand side
Replies: 13
Views: 15242

Titlepage on right hand side


I guess, the real problem is that you would like to adjust the margins? You probably miss additional inner margin for binding, that's why you think right are left pages?

Yes, and it's easy just to adjust margins only on the front page (so it looks like a right hand page. This will actually give ...
by Zetison
Wed Dec 07, 2011 12:54 pm
Forum: Page Layout
Topic: Titlepage on right hand side
Replies: 13
Views: 15242

Titlepage on right hand side


Could it be that you are confused because
the appearance of the margins give you the impression that it looks like a right hand page?

You mean left hand page? It definitively looks like a left hand page.

your PDF viewer (which one?) shows the page 1 on the left of your screen? [/list]
I use ...