Search found 2 matches

by xjrecina00
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 ...