diff options
author | Norbert Preining <norbert@preining.info> | 2021-06-16 03:01:15 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2021-06-16 03:01:15 +0000 |
commit | 2c0c7988beae1efa245bfb9fec0a25d41d88047d (patch) | |
tree | eb29ed898d242ae356a592081c53f11dbd751870 /macros/latex/contrib/hvfloat/doc/examples/preamble.ltx | |
parent | 2faf2507ca4d1d6d153f4c2b4c4c78479d459f06 (diff) |
CTAN sync 202106160301
Diffstat (limited to 'macros/latex/contrib/hvfloat/doc/examples/preamble.ltx')
-rw-r--r-- | macros/latex/contrib/hvfloat/doc/examples/preamble.ltx | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/macros/latex/contrib/hvfloat/doc/examples/preamble.ltx b/macros/latex/contrib/hvfloat/doc/examples/preamble.ltx index 4b49852be7..525725c6c0 100644 --- a/macros/latex/contrib/hvfloat/doc/examples/preamble.ltx +++ b/macros/latex/contrib/hvfloat/doc/examples/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 |