Skip to content

Commit

Permalink
replacing blindtext with lipsum
Browse files Browse the repository at this point in the history
  • Loading branch information
fmilthaler committed Jun 28, 2019
1 parent ced540d commit 57aec21
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion abstract/abstract.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
\chapter*{Abstract}

\blindtext
\lipsum[1-2]
2 changes: 1 addition & 1 deletion abstract/acknowledgements.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ \chapter*{Acknowledgements}

Your acknowledgements.

\blindtext[3]
\lipsum[1]
2 changes: 1 addition & 1 deletion content/appendix/appendix.tex
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
\section{Some additional stuff}
\blindtext
\lipsum
2 changes: 2 additions & 0 deletions content/introduction/introduction.tex
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
A nice introduction.

\lipsum[1-3]
2 changes: 1 addition & 1 deletion content/reschap1/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ \section{Some Notes on Figures}
Example of including programming code is shown in Program \ref{prog:some_program_label} on page \pageref{prog:some_program_label}.

\section{More text}
\blindtext
\lipsum[1-3]

\begin{figure}[p]
\centering
Expand Down
2 changes: 1 addition & 1 deletion preamble/preamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
\newcommand{\fntext}[2]{\footnotetext[\getrefnumber{#1}]{#2}}

% for demonstration only
\usepackage{blindtext}
\usepackage{lipsum}

%
% END
Expand Down

0 comments on commit 57aec21

Please sign in to comment.