diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/hvfloat/preamble.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/hvfloat/preamble.ltx | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hvfloat/preamble.ltx b/Master/texmf-dist/doc/latex/hvfloat/preamble.ltx index 4b49852be71..525725c6c02 100644 --- a/Master/texmf-dist/doc/latex/hvfloat/preamble.ltx +++ b/Master/texmf-dist/doc/latex/hvfloat/preamble.ltx @@ -41,4 +41,31 @@ \captionsetup{labelfont={red,sf},font={red,sf},format=plain} \usepackage{blindtext} + +\def\hvblindtext{\textcolor{black!30}{Hello, here is some text without a meaning. This text should show what a +printed text will look like at this place. If you read this text, you will get no information. Really? +Is there no information? Is there a difference between this text and some nonsense like “Huardest gef- burn”? +Kjift – not at all! A blind text like this gives you information about the selected font, how the letters +are written and an impression of the look. This text should contain all letters of the alphabet and it +should be written in of the original language. There is no need for spe- cial contents, but the length +of words should match the language.}\par\normalcolor} + +\def\Blindtext{\hvblindtext +\textcolor{black!30}{Hello, here is the second paragraph.} +\hvblindtext +\textcolor{black!30}{Hello, here is the third paragraph.} +\hvblindtext +\textcolor{black!30}{Hello, here is the forth paragraph.} +\hvblindtext +\textcolor{black!30}{Hello, here is the fifth paragraph.} +\hvblindtext} + + + +\let\hvBlinddocument\blinddocument +\def\blinddocument{\par\color{black!30}\hvBlinddocument\par\normalcolor} + + + + \flushbottom |