Search found 2 matches
- Wed Nov 27, 2013 4:33 pm
- Forum: Text Formatting
- Topic: Filling Text not generated with Language Specifications
- Replies: 2
- Views: 5803
Re: Filling Text not generated with Language Specifiications
Thanks. It helps a lot.
- Wed Nov 27, 2013 2:04 pm
- Forum: Text Formatting
- Topic: Filling Text not generated with Language Specifications
- Replies: 2
- Views: 5803
Filling Text not generated with Language Specifications
This works (generate lorem ipsum paragraphs):
\documentclass[12pt]{report}
\usepackage[utf8]{inputenc}
\usepackage{lipsum} % just to generate filler text
\begin{document}
\chapter{Some Chapter}
\lipsum[1-4]
\chapter{Neeext}
\lipsum[1-4]
\end{document}
This does not work. Why? I only add ...
\documentclass[12pt]{report}
\usepackage[utf8]{inputenc}
\usepackage{lipsum} % just to generate filler text
\begin{document}
\chapter{Some Chapter}
\lipsum[1-4]
\chapter{Neeext}
\lipsum[1-4]
\end{document}
This does not work. Why? I only add ...