Search found 3 matches

by elektryk
Wed Jun 27, 2012 9:48 am
Forum: Text Formatting
Topic: Font Size of verbatim Text causes empty Pages
Replies: 3
Views: 2724

Font Size of verbatim Text causes empty Pages

What exactly is this five pages long verbatim text? SQL Script.
I solved problem, this was no caused by verbatim ;) After verbatim there was a next chapter which contains only one quite long table. The problem was if table has specific lenght (near to full page lenght) so chapter title and number ...
by elektryk
Sat Jun 23, 2012 11:02 pm
Forum: Text Formatting
Topic: Font Size of verbatim Text causes empty Pages
Replies: 3
Views: 2724

Font Size of verbatim Text causes empty Pages

In my document I have the following code.
{\scriptsize
\begin{verbatim}
bla bla bla (5 pages)
\end{verbatim}
}
The document looks OK, font is smaller (as it was my intention} but whole verbatim environment has size calculated according to original font size. If I put inside verbatim few pages of ...
by elektryk
Mon Jun 18, 2012 10:35 pm
Forum: General
Topic: Automatic back References
Replies: 0
Views: 1381

Automatic back References

Hi, I am not sure how to name my problem, I will just describe situation. I have one big document describing whole system.
\chapter{Database}
\section{Query 1}
\label{sql1}
\section{Query 2}
\label{sql2}
\section{Query 3}
\label{sql3}

\chapter{Applications}
\section{Application1}
in case of foo ...