From c20c927ab1e34cdf707ffb2c79b83d7015395f8e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 3 Jan 2007 01:22:49 +0000 Subject: blindtext update (3jan07) git-svn-id: svn://tug.org/texlive/trunk@3109 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/blindtext/README | 85 +++--- .../texmf-dist/doc/latex/blindtext/blindtext.pdf | Bin 118519 -> 118218 bytes .../source/latex/blindtext/blindtext.dtx | 301 ++++++++++++++------- .../source/latex/blindtext/blindtext.ins | 82 +++--- .../texmf-dist/tex/latex/blindtext/blindtext.sty | 244 ++++++++++------- Master/texmf-dist/tpm/blindtext.tpm | 8 +- 6 files changed, 438 insertions(+), 282 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/blindtext/README b/Master/texmf-dist/doc/latex/blindtext/README index 88cc71f1240..32c7efc48e3 100644 --- a/Master/texmf-dist/doc/latex/blindtext/README +++ b/Master/texmf-dist/doc/latex/blindtext/README @@ -1,38 +1,47 @@ -Name of contribution: blindtext -Name and email: Knut Lickert -Location on CTAN: tex-archive/macros/latex/contrib/blindtext -Summary description: Package for writing text -License type: Free - -blindtext.sty create text dummy text - -Can be used to create examples with a lot text to become a feeling -for the look of classes, packages... - -Some macros: -- \blindtext creates some text, -- \Blindtext creates more text. -- \blinddocument creates a small document with sections, lists... -- \Blinddocument creates a large document with sections, lists... - -Supported languages: -- (n)german -- english -- latin (short Lorem ipsum) - -==================================== -For more information visit - http://tex.lickert.net/packages/blindtext/index.html - -==================================== -Similar packages: -lipsum - A long 'Lorem ipsum' - -Similarities: --Both styles create dummy text. --The length can be defined by optional parameters. - -Differences between blindtext and lipsum: --lipsum contains a larger 'Lorem Ipsum' --blindtext contains macros for dummy lists (itemize, enumerate, description) --blindtext contains macros for documents (sections, text and lists) +Name of contribution: blindtext +Name and email: Knut Lickert +Location on CTAN: tex-archive/macros/latex/contrib/blindtext +Summary description: Package for writing text +License type: Free + +blindtext.sty create text dummy text + +Can be used to create examples with a lot text to become a feeling +for the look of classes, packages... + +Some macros: +- \blindtext creates some text, +- \Blindtext creates more text. +- \blinddocument creates a small document with sections, lists... +- \Blinddocument creates a large document with sections, lists... + +Supported languages: +- (n)german +- english +- latin (short Lorem ipsum) + +==================================== +Provided Files: +*blindtext.dtx +*blindtext.ins +*blindtext.pdf +*readme +ClassesEn.pdf Document with Layout-examples of different classes (English) +ClassesGe.pdf Document with Layout-examples of different classes (English) + +For more information visit + http://tex.lickert.net/packages/blindtext/index.html + http://tex.lickert.net/dokumente/klassen/index_en.html + +==================================== +Similar packages: +lipsum - A long 'Lorem ipsum' + +Similarities: +-Both styles create dummy text. +-The length can be defined by optional parameters. + +Differences between blindtext and lipsum: +-lipsum contains a larger 'Lorem Ipsum' +-blindtext contains macros for dummy lists (itemize, enumerate, description) +-blindtext contains macros for documents (sections, text and lists) diff --git a/Master/texmf-dist/doc/latex/blindtext/blindtext.pdf b/Master/texmf-dist/doc/latex/blindtext/blindtext.pdf index c28523447b1..2727456b4a9 100644 Binary files a/Master/texmf-dist/doc/latex/blindtext/blindtext.pdf and b/Master/texmf-dist/doc/latex/blindtext/blindtext.pdf differ diff --git a/Master/texmf-dist/source/latex/blindtext/blindtext.dtx b/Master/texmf-dist/source/latex/blindtext/blindtext.dtx index 20092e955ab..30aefacaf3d 100644 --- a/Master/texmf-dist/source/latex/blindtext/blindtext.dtx +++ b/Master/texmf-dist/source/latex/blindtext/blindtext.dtx @@ -1,11 +1,11 @@ % ^^A CTAN:macros/latex/contrib/supported/minutes -\def\fileversion{V1.5} -\def\filedate{2005/10/20} +\def\fileversion{V1.7} +\def\filedate{2006/11/21} % ^^A For index and changes, run: -% ^^A makeindex -s gglo -o blindtext.gls blindtext.glo -% ^^A makeindex -s gind -o blindtext.ind blindtext.idx +% ^^A makeindex -s gglo.ist -o blindtext.gls blindtext.glo +% ^^A makeindex -s gind.ist -o blindtext.ind blindtext.idx % -% \CheckSum{489} +% \CheckSum{547} %% %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -195,6 +195,26 @@ \providecommand{\flqq}{} % \end{macrocode} % +% \begin{macro}{\blind@checklanguage} +% \changes{V1.6}{2006-08-02}{Check for defined language} +% It is possible, that you use blindtext.sty with +% undefined languages. +% This macro checks, if blindtext support the language. +% If it is not available, an error is reported and +% English is used. +% \begin{macrocode} +\newcommand{\blind@checklanguage}{% + \@ifundefined{blindtext@\languagename}{% + \PackageWarning{blindtext}{\languagename\space not + defined, using english instead.\MessageBreak + }% + \selectlanguage{english}% + }{}% +} +% \end{macrocode} +% \end{macro} + + % First we need some counters for the number of repetitions of the % text and the paragraphs. % \begin{macrocode} @@ -208,14 +228,16 @@ % The default is stored in the counter \verb|blindtext|. This value % can be changed with \verb|\setcounter{blindtext}{1}|. % +% \changes{V1.6}{2006-08-02}{Check for defined language} % \begin{macrocode} \newcount\blind@countxx -\newcommand{\blindtext}[1][\value{blindtext}]{ -\blind@countxx=1 -\loop -\blindtext@text -\ifnum\blind@countxx<#1\advance\blind@countxx by 1 -\repeat +\newcommand{\blindtext}[1][\value{blindtext}]{% + \blind@checklanguage + \blind@countxx=1 % + \loop + \blindtext@text + \ifnum\blind@countxx<#1\advance\blind@countxx by 1 % + \repeat } % \end{macrocode} % \end{macro} @@ -227,11 +249,14 @@ % can be changed with \verb|\setcounter{Blindtext}{5}|. % The counter \verb|blindtext@numBlindtext| stores the first % optional parameter to be used in \verb|\blindtext@Blindtext|. +% \changes{V1.6}{2006-08-02}{Check for defined language} % \begin{macrocode} -\newcount\blindtext@numBlindtext -\newcommand{\Blindtext}[1][\value{Blindtext}]{ -\blindtext@numBlindtext=#1 -\blind@Blindtext} +\newcount\blindtext@numBlindtext% +\newcommand{\Blindtext}[1][\value{Blindtext}]{% +\blind@checklanguage% +\blindtext@numBlindtext=#1% +\blind@Blindtext% +} % \end{macrocode} % \end{macro} %^^ABlindtext % @@ -241,13 +266,13 @@ % Each paragraph starts and end with a text, which can be defined with % \verb|\starttext| or \verb|\endtext|. % \begin{macrocode} -\newcount\blind@countyy -\newcommand{\blind@Blindtext}[1][\value{blindtext}]{ -\blind@countyy=1 -\loop -{\blindtext@parstart\blindtext[#1]\blindtext@parend\par} -\ifnum\blind@countyy<\blindtext@numBlindtext\advance\blind@countyy by 1 -\repeat +\newcount\blind@countyy% +\newcommand{\blind@Blindtext}[1][\value{blindtext}]{% + \blind@countyy=1 % +\loop% +{\blindtext@parstart\blindtext[#1]\blindtext@parend\par}% + \ifnum\blind@countyy<\blindtext@numBlindtext\advance\blind@countyy by 1 % +\repeat% } % \end{macrocode} % \end{macro}%^^A{\blind@Blindtext} @@ -285,9 +310,11 @@ % The default is stored in the counter \verb|blindlist|. This value % can be changed with \verb|\setcounter{blindlist}{1}|. % The type of list is stored in \verb|\blind@listtype|. +% \changes{V1.6}{2006-08-02}{Check for defined language} % \begin{macrocode} %% ^^A----------------------------------------------------------- \newcommand{\blindlist}[1]{ +\blind@checklanguage \def\blind@listtype{#1} \setcounter{blind@levelcount}{1} \blind@list @@ -301,15 +328,15 @@ % optional parameter. After the printout, we reset the flags and the % counter for the list text. % \begin{macrocode} -\newcommand{\blind@list}[1][5]{ -\setcounter{blindlist}{#1} +\newcommand{\blind@list}[1][5]{% +\setcounter{blindlist}{#1}% \addtocounter{blindlist@level}{1}%depth of list -\blind@listitem=1 -\begin{\blind@listtype} -\blind@items -\end{\blind@listtype} -\blind@longfalse -\blind@optionalfalse + \blind@listitem=1 % +\begin{\blind@listtype}% +\blind@items% +\end{\blind@listtype}% +\blind@longfalse% +\blind@optionalfalse% } % \end{macrocode} % \end{macro}%^^A{\blind@list} @@ -317,21 +344,21 @@ % \begin{macro}{\blindlistlist} % \verb|\blindlistlist[num]{env}[x]| writes cascaded lists up to level num. % \begin{macrocode} -\newcommand{\blindlistlist}[2][4]{ -\setcounter{blindlistlevel}{#1} +\newcommand{\blindlistlist}[2][4]{% +\setcounter{blindlistlevel}{#1}% \setcounter{blindlist@level}{0}%deepest reached level \setcounter{blind@levelcount}{1}%actual level for printout -\def\blind@listtype{#2} -\blind@list +\def\blind@listtype{#2}% +\blind@list% } % \end{macrocode} % \end{macro}%^^A{\blindlistlist} % \begin{macro}{\blindlistlistoptional} % Like \verb|\blindlistlist[num]{env}[x]| but for environment with optional parameters. % \begin{macrocode} -\newcommand{\blindlistlistoptional}{ -\blind@optionaltrue -\blindlistlist +\newcommand{\blindlistlistoptional}{% +\blind@optionaltrue% +\blindlistlist% } % \end{macrocode} % \end{macro}%^^A{\blindlistlistoptional} @@ -353,9 +380,9 @@ % % \begin{macro}{\Blindlist} % \begin{macrocode} -\newcommand{\Blindlist}[1]{ -\blind@longtrue -\blindlist{#1} +\newcommand{\Blindlist}[1]{% +\blind@longtrue% +\blindlist{#1}% } % \end{macrocode} % \end{macro}%^^A{\Blindlist} @@ -374,9 +401,9 @@ % Here we start a list with \verb|\item[]|. So we set the flag for optional % parameter and start the normal list. % \begin{macrocode} -\newcommand{\blindlistoptional}[1]{ -\blind@optionaltrue -\blindlist{#1} +\newcommand{\blindlistoptional}[1]{% +\blind@optionaltrue% +\blindlist{#1}% } % \end{macrocode} % \end{macro}%^^A{\blindlistoptional} @@ -384,10 +411,10 @@ % \begin{macro}{\Blindlistoptional} % Now a big list with optional parameter at \verb|\item|. % \begin{macrocode} -\newcommand{\Blindlistoptional}[1]{ -\blind@optionaltrue -\blind@longtrue -\blindlist{#1} +\newcommand{\Blindlistoptional}[1]{% +\blind@optionaltrue% +\blind@longtrue% +\blindlist{#1}% } % \end{macrocode} % \end{macro}%^^A{\blindlistoptional} @@ -395,10 +422,11 @@ % \begin{macro}{\blinddescription} % \begin{macro}{\Blinddescription} % Some default macros for the standard environment description. +%\changes{1.7}{2006-12-01}{Replace counter listcount} % \begin{macrocode} \newcommand{\blinddescription}{\blindlistoptional{description}} \newcommand{\Blinddescription}{\Blindlistoptional{description}} -\newcounter{listcount} +\newcounter{blind@listcount} \newcounter{blind@levelcount} % \end{macrocode} % \end{macro}%^^A{\blinddescription} @@ -410,7 +438,7 @@ % type of \verb|\item| is influenced by the flags. % \begin{macrocode} \newcommand{\blind@items}{ -\setcounter{listcount}{1} +\setcounter{blind@listcount}{1} \loop \ifblind@optional \ifblind@long @@ -418,25 +446,28 @@ \else \item[\blindtext@count] \blindtext@item \fi -\else%\blind@optionalfalse + \else % \blind@optionalfalse \ifblind@long \item \blindtext@text \else \item \blindtext@countitem \fi -\fi%\ifblind@optional + \fi % \ifblind@optional % \end{macrocode} % Loop for cascaded lists. % \changes{V1.3}{2003-05-18}{Cascaded lists} % \begin{macrocode} -{\loop - \ifnum\value{blindlistlevel}>\value{blindlist@level} - \addtocounter{blind@levelcount}{1} - \blind@list[\value{blindlist}]\relax - \addtocounter{blind@levelcount}{-1} - \setcounter{listcount}{1} -\repeat} -\ifnum\value{listcount}<\value{blindlist}\addtocounter{listcount}{1} + {% + \loop + \ifnum\value{blindlistlevel}>\value{blindlist@level} + \addtocounter{blind@levelcount}{1} + \blind@list[\value{blindlist}]\relax + \addtocounter{blind@levelcount}{-1} + \setcounter{blind@listcount}{1} + \repeat + }% +\ifnum\value{blind@listcount}<\value{blindlist} +\addtocounter{blind@listcount}{1} % \end{macrocode} % Correction for nested values. % \begin{macrocode} @@ -463,7 +494,7 @@ \blindtext \subsection{\blindtext@heading 2 (subsection)} \blindtext - \subsubsection{ \blindtext@heading 3 (subsubsection)} + \subsubsection{\blindtext@heading 3 (subsubsection)}% \blindtext \paragraph{\blindtext@heading 4 (paragraph)} \blindtext @@ -524,6 +555,7 @@ % %% ^^A----------------------------------------------------------- % \section{The texts} +% \changes{V1.7}{2006-11-21}{Delete trailing spaces in language definitions.} % \begin{macro}{\addto} % If babel is not loaded, we need the command \verb|\addto|. % \begin{macrocode} @@ -543,10 +575,14 @@ Kein babel.sty verwendet -> Zufallssprache}} % define all this macros. % \begin{macrocode} \def\blindtext@text{Text} -\def\blindtext@count{\ifcase\blind@listitem\or - First\or Second%... - \else Last\blind@listitem=0\fi - \global\advance\blind@listitem by 1 +\def\blindtext@count{% + \ifcase\blind@listitem\or + First\or Second%... + \else + Last% + \blind@listitem=0 % + \fi + \global\advance\blind@listitem by 1 % }%\blindtext@count} \def\blindtext@item{itemtext} \def\blindtext@countitem{\blindtext@count\ \blindtext@item} @@ -556,8 +592,16 @@ Kein babel.sty verwendet -> Zufallssprache}} % \end{macrocode} % % \subsection{English Texts} +% +% \begin{macro}{\blindtext@english} +% Define flag, so we can check, if language is defined. % \begin{macrocode} -\addto\extrasenglish{ +\def\blindtext@english{} +% \end{macrocode} +% \end{macro} +% +% \begin{macrocode} +\addto\extrasenglish{% \def\blindtext@text{ Hello, here is some text without a meaning. This text should show, how a printed text will look like at this place. If you read this @@ -574,30 +618,40 @@ language.}%\blindtext@text % \end{macrocode} % % \begin{macrocode} -\addto\extrasenglish{ -\def\blindtext@count{\ifcase\value{listcount}\or - First\or Second \or Third \or Fourth\or Fivth\or - Sixth\or Seventh\or Eighth \or Ninth\or Tenth\or - Eleventh\or Twelfth\else Another\fi -}%\blindtext@count -\def\blindtext@item{item in a list} %, level~\arabic{blindlist@level}} -} %\addto\extrasenglish +\addto\extrasenglish{% + \def\blindtext@count{% + \ifcase\value{blind@listcount}\or + First\or Second \or Third \or Fourth\or Fivth\or + Sixth\or Seventh\or Eighth \or Ninth\or Tenth\or + Eleventh\or Twelfth% + \else Another% + \fi + }% \blindtext@count + \def\blindtext@item{item in a list}%, level~\arabic{blindlist@level}} +}% \addto\extrasenglish % \end{macrocode} % % \begin{macrocode} -\addto\extrasenglish{ - \def\blindtext@heading{Heading on level\xspace} - \def\blindtext@list{Lists} - \def\blindtext@listEx{Example for list\xspace} -} %\addto\extrasenglish +\addto\extrasenglish{% + \def\blindtext@heading{Heading on level\xspace}% + \def\blindtext@list{Lists}% + \def\blindtext@listEx{Example for list\xspace}% +}%\addto\extrasenglish % % \end{macrocode} % % % \subsection{German Texts} % +% \begin{macro}{\blindtext@german} +% Define flag, so we can check, if language is defined. +% \begin{macrocode} +\def\blindtext@german{} +% \end{macrocode} +% \end{macro} +% % \begin{macrocode} -\addto\extrasgerman{ +\addto\extrasgerman{% \def\blindtext@text{ Dies hier ist ein Blindtext zum Testen von Textausgaben. Wer diesen Text liest, ist selbst schuld. Der Text gibt lediglich den @@ -617,23 +671,26 @@ falsche Anmutung vermitteln.}%\blindtext@text % \end{macrocode} % % \begin{macrocode} -\addto\extrasgerman{ -\def\blindtext@count{\ifcase\value{listcount}\or +\addto\extrasgerman{% +\def\blindtext@count{ + \ifcase\value{blind@listcount}\or Erster\or Zweiter \or Dritter \or Vierter \or F{\"u}nfter \or Sechster \or Siebter\or Achter \or Neunter \or Zehnter\or - Elfter \or Zw{\"o}lfter \or Dreizehnter \or Vierzehnter\else - Noch ein\fi + Elfter \or Zw{\"o}lfter \or Dreizehnter \or Vierzehnter + \else + Noch ein + \fi }%\blindtext@count -\def\blindtext@item{Listenpunkt, Stufe~\arabic{blind@levelcount}} -}% %\addto\extrasgerman +\def\blindtext@item{Listenpunkt, Stufe~\arabic{blind@levelcount}}% +}%\addto\extrasgerman % \end{macrocode} % % \begin{macrocode} -\addto\extrasgerman{ - \def\blindtext@heading{{\"U}berschrift auf Ebene\xspace} - \def\blindtext@list{Listen} - \def\blindtext@listEx{Beispiel einer Liste\xspace} -} %\addto\extrasgerman +\addto\extrasgerman{% + \def\blindtext@heading{{\"U}berschrift auf Ebene\xspace}% + \def\blindtext@list{Listen}% + \def\blindtext@listEx{Beispiel einer Liste\xspace}% +}%\addto\extrasgerman % % If the packet \Lpack{german} is loaded, select the language. % \begin{macrocode} @@ -641,8 +698,15 @@ falsche Anmutung vermitteln.}%\blindtext@text % \end{macrocode} % % \subsection{German - New typesetting} +% \begin{macro}{\blindtext@ngerman} +% Define flag, so we can check, if language is defined. +% \begin{macrocode} +\def\blindtext@ngerman{} +% \end{macrocode} +% \end{macro} +% % \begin{macrocode} -\addto\extrasngerman{ +\addto\extrasngerman{% \def\blindtext@text{ Dies hier ist ein Blindtext zum Testen von Textausgaben. Wer diesen Text liest, ist selbst schuld. Der Text gibt lediglich den @@ -662,23 +726,24 @@ falsche Anmutung vermitteln.}%\blindtext@text % \end{macrocode} % % \begin{macrocode} -\addto\extrasngerman{ -\def\blindtext@count{\ifcase\value{listcount}\or +\addto\extrasngerman{% +\def\blindtext@count{ + \ifcase\value{blind@listcount}\or Erster\or Zweiter \or Dritter \or Vierter \or F{\"u}nfter \or Sechster \or Siebter\or Achter \or Neunter \or Zehnter\or Elfter \or Zw{\"o}lfter \or Dreizehnter \or Vierzehnter\else Noch ein\fi }%\blindtext@count -\def\blindtext@item{Listenpunkt, Stufe~\arabic{blind@levelcount}} -}% %\addto\extrasgerman +\def\blindtext@item{Listenpunkt, Stufe~\arabic{blind@levelcount}}% +}%\addto\extrasgerman % \end{macrocode} % % \begin{macrocode} -\addto\extrasngerman{ - \def\blindtext@heading{{\"U}berschrift auf Ebene\xspace} - \def\blindtext@list{Listen} - \def\blindtext@listEx{Beispiel einer Liste\xspace} -} %\addto\extrasngerman +\addto\extrasngerman{% + \def\blindtext@heading{{\"U}berschrift auf Ebene\xspace}% + \def\blindtext@list{Listen}% + \def\blindtext@listEx{Beispiel einer Liste\xspace}% +}%\addto\extrasngerman % % If the packet \Lpack{ngerman} is loaded, select the language. % \begin{macrocode} @@ -686,9 +751,16 @@ falsche Anmutung vermitteln.}%\blindtext@text % \end{macrocode} % % \subsection{Latin Texts} +% \begin{macro}{\blindtext@latin} +% Define flag, so we can check, if language is defined. +% \begin{macrocode} +\def\blindtext@latin{} +% \end{macrocode} +% \end{macro} +% % I don't speak latin, but I think the classic "Lorem ipsum" should be available. % \begin{macrocode} -\addto\extraslatin{ +\addto\extraslatin{% \def\blindtext@text{ Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam lobortis facilisis sem. Nullam nec mi et neque pharetra @@ -706,6 +778,33 @@ turpis accumsan semper.}%\blindtext@text } % \end{macrocode} % +% The following "Latin" texts are not really correct latin. +% (I never learned Latin) +% If you want correct texts, please provide them to me. +% +% \begin{macrocode} +\addto\extraslatin{% +\def\blindtext@count{ + \ifcase\value{blind@listcount}\or + Primus\or Duo\or Tres\or Quattuor\or Quinque\or + Sex\or Septem\or Octo\or Novem\or Decem\or + Undecim\or Duodecim + \else + Nova + \fi +}%\blindtext@count +\def\blindtext@item{, altum~\arabic{blind@levelcount}}% +}%\addto\extrasgerman +% \end{macrocode} +% +% \begin{macrocode} +\addto\extraslatin{% + \def\blindtext@heading{Sectio\xspace}% + \def\blindtext@list{Caudex}% + \def\blindtext@listEx{Exemplum caudex\xspace}% +}%\addto\extraslatin +% \end{macrocode} +% % \section{Some other macros} % \changes{V1.2b}{2001/05/25}{Add macros vieltext and alotoftext} % \begin{macro}{\alotoftext} diff --git a/Master/texmf-dist/source/latex/blindtext/blindtext.ins b/Master/texmf-dist/source/latex/blindtext/blindtext.ins index 9d26d286aba..1921638325f 100644 --- a/Master/texmf-dist/source/latex/blindtext/blindtext.ins +++ b/Master/texmf-dist/source/latex/blindtext/blindtext.ins @@ -1,41 +1,41 @@ -\def\batchfile{blindtext.ins} -\input docstrip.tex -\keepsilent -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\preamble ----------------------------------------------------------------------- -The original file is loadable from CTAN on: -tex-archive/latex/contrib/blindtext - -Name of contribution: blindtext -Name and email: Knut Lickert -Location on CTAN: tex-archive/macros/latex/contrib/blindtext -Summary description: Package for writing text -License type: Free - -Announcement text: -blindtext.sty: - Style to create text. - Can be used to create examples with a lot text to become a feeling - for the look of classes, packages... - - There are macros to create dummy text, dummy lists and - dummy documents with sections, text and lists. - -For more information visit - http://tex.lickert.net/packages/blindtext/index.html ----------------------------------------------------------------------- -\endpreamble - -\generateFile{blindtext.sty}{f}{\from{blindtext.dtx}{package}} - -\Msg{***************************************************************} -\Msg{*} -\Msg{* To finish the installation you have to copy the files } -\Msg{*} -\Msg{*\space\space *.sty into a directory searched by TeX} -\Msg{*} -\Msg{***************************************************************} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\endinput +\def\batchfile{blindtext.ins} +\input docstrip.tex + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\preamble +---------------------------------------------------------------------- +The original file is loadable from CTAN on: +tex-archive/latex/contrib/blindtext + +Name of contribution: blindtext +Name and email: Knut Lickert +Location on CTAN: tex-archive/macros/latex/contrib/blindtext +Summary description: Package for writing text +License type: Free + +Announcement text: +blindtext.sty: + Style to create text. + Can be used to create examples with a lot text to become a feeling + for the look of classes, packages... + + There are macros to create dummy text, dummy lists and + dummy documents with sections, text and lists. + +For more information visit + http://tex.lickert.net/packages/blindtext/index.html +---------------------------------------------------------------------- +\endpreamble + +\generateFile{blindtext.sty}{f}{\from{blindtext.dtx}{package}} + +\Msg{***************************************************************} +\Msg{*} +\Msg{* To finish the installation you have to copy the files } +\Msg{*} +\Msg{*\space\space *.sty into a directory searched by TeX} +\Msg{*} +\Msg{***************************************************************} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\endinput diff --git a/Master/texmf-dist/tex/latex/blindtext/blindtext.sty b/Master/texmf-dist/tex/latex/blindtext/blindtext.sty index 08a615911dd..06f37e91888 100644 --- a/Master/texmf-dist/tex/latex/blindtext/blindtext.sty +++ b/Master/texmf-dist/tex/latex/blindtext/blindtext.sty @@ -27,8 +27,8 @@ %% For more information visit %% http://tex.lickert.net/packages/blindtext/index.html %% ---------------------------------------------------------------------- -\def\fileversion{V1.5} -\def\filedate{2005/10/20} +\def\fileversion{V1.7} +\def\filedate{2006/11/21} %% %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -52,27 +52,39 @@ \RequirePackage{xspace} \providecommand{\frqq}{} \providecommand{\flqq}{} +\newcommand{\blind@checklanguage}{% + \@ifundefined{blindtext@\languagename}{% + \PackageWarning{blindtext}{\languagename\space not + defined, using english instead.\MessageBreak + }% + \selectlanguage{english}% + }{}% +} + \newcounter{blindtext}\setcounter{blindtext}{1} \newcounter{Blindtext}\setcounter{Blindtext}{5} \newcount\blind@countxx -\newcommand{\blindtext}[1][\value{blindtext}]{ -\blind@countxx=1 -\loop -\blindtext@text -\ifnum\blind@countxx<#1\advance\blind@countxx by 1 -\repeat +\newcommand{\blindtext}[1][\value{blindtext}]{% + \blind@checklanguage + \blind@countxx=1 % + \loop + \blindtext@text + \ifnum\blind@countxx<#1\advance\blind@countxx by 1 % + \repeat } -\newcount\blindtext@numBlindtext -\newcommand{\Blindtext}[1][\value{Blindtext}]{ -\blindtext@numBlindtext=#1 -\blind@Blindtext} -\newcount\blind@countyy -\newcommand{\blind@Blindtext}[1][\value{blindtext}]{ -\blind@countyy=1 -\loop -{\blindtext@parstart\blindtext[#1]\blindtext@parend\par} -\ifnum\blind@countyy<\blindtext@numBlindtext\advance\blind@countyy by 1 -\repeat +\newcount\blindtext@numBlindtext% +\newcommand{\Blindtext}[1][\value{Blindtext}]{% +\blind@checklanguage% +\blindtext@numBlindtext=#1% +\blind@Blindtext% +} +\newcount\blind@countyy% +\newcommand{\blind@Blindtext}[1][\value{blindtext}]{% + \blind@countyy=1 % +\loop% +{\blindtext@parstart\blindtext[#1]\blindtext@parend\par}% + \ifnum\blind@countyy<\blindtext@numBlindtext\advance\blind@countyy by 1 % +\repeat% } \newcommand{\blindtext@parstart}{} %Text at start of paragraph \newcommand{\blindtext@parend}{} %Text at end of paragraph @@ -86,54 +98,55 @@ \newcount\blind@listitem %% ^^A----------------------------------------------------------- \newcommand{\blindlist}[1]{ +\blind@checklanguage \def\blind@listtype{#1} \setcounter{blind@levelcount}{1} \blind@list } -\newcommand{\blind@list}[1][5]{ -\setcounter{blindlist}{#1} +\newcommand{\blind@list}[1][5]{% +\setcounter{blindlist}{#1}% \addtocounter{blindlist@level}{1}%depth of list -\blind@listitem=1 -\begin{\blind@listtype} -\blind@items -\end{\blind@listtype} -\blind@longfalse -\blind@optionalfalse + \blind@listitem=1 % +\begin{\blind@listtype}% +\blind@items% +\end{\blind@listtype}% +\blind@longfalse% +\blind@optionalfalse% } -\newcommand{\blindlistlist}[2][4]{ -\setcounter{blindlistlevel}{#1} +\newcommand{\blindlistlist}[2][4]{% +\setcounter{blindlistlevel}{#1}% \setcounter{blindlist@level}{0}%deepest reached level \setcounter{blind@levelcount}{1}%actual level for printout -\def\blind@listtype{#2} -\blind@list +\def\blind@listtype{#2}% +\blind@list% } -\newcommand{\blindlistlistoptional}{ -\blind@optionaltrue -\blindlistlist +\newcommand{\blindlistlistoptional}{% +\blind@optionaltrue% +\blindlistlist% } \newcommand{\blinditemize}{\blindlist{itemize}} \newcommand{\blindenumerate}{\blindlist{enumerate}} -\newcommand{\Blindlist}[1]{ -\blind@longtrue -\blindlist{#1} +\newcommand{\Blindlist}[1]{% +\blind@longtrue% +\blindlist{#1}% } \newcommand{\Blinditemize}{\Blindlist{itemize}} \newcommand{\Blindenumerate}{\Blindlist{enumerate}} -\newcommand{\blindlistoptional}[1]{ -\blind@optionaltrue -\blindlist{#1} +\newcommand{\blindlistoptional}[1]{% +\blind@optionaltrue% +\blindlist{#1}% } -\newcommand{\Blindlistoptional}[1]{ -\blind@optionaltrue -\blind@longtrue -\blindlist{#1} +\newcommand{\Blindlistoptional}[1]{% +\blind@optionaltrue% +\blind@longtrue% +\blindlist{#1}% } \newcommand{\blinddescription}{\blindlistoptional{description}} \newcommand{\Blinddescription}{\Blindlistoptional{description}} -\newcounter{listcount} +\newcounter{blind@listcount} \newcounter{blind@levelcount} \newcommand{\blind@items}{ -\setcounter{listcount}{1} +\setcounter{blind@listcount}{1} \loop \ifblind@optional \ifblind@long @@ -141,21 +154,24 @@ \else \item[\blindtext@count] \blindtext@item \fi -\else%\blind@optionalfalse + \else % \blind@optionalfalse \ifblind@long \item \blindtext@text \else \item \blindtext@countitem \fi -\fi%\ifblind@optional -{\loop - \ifnum\value{blindlistlevel}>\value{blindlist@level} - \addtocounter{blind@levelcount}{1} - \blind@list[\value{blindlist}]\relax - \addtocounter{blind@levelcount}{-1} - \setcounter{listcount}{1} -\repeat} -\ifnum\value{listcount}<\value{blindlist}\addtocounter{listcount}{1} + \fi % \ifblind@optional + {% + \loop + \ifnum\value{blindlistlevel}>\value{blindlist@level} + \addtocounter{blind@levelcount}{1} + \blind@list[\value{blindlist}]\relax + \addtocounter{blind@levelcount}{-1} + \setcounter{blind@listcount}{1} + \repeat + }% +\ifnum\value{blind@listcount}<\value{blindlist} +\addtocounter{blind@listcount}{1} \repeat } %% ^^A----------------------------------------------------------- @@ -168,7 +184,7 @@ \blindtext \subsection{\blindtext@heading 2 (subsection)} \blindtext - \subsubsection{ \blindtext@heading 3 (subsubsection)} + \subsubsection{\blindtext@heading 3 (subsubsection)}% \blindtext \paragraph{\blindtext@heading 4 (paragraph)} \blindtext @@ -225,17 +241,22 @@ Kein babel.sty verwendet -> Zufallssprache}} \newcommand{\addto}[2]{#2} }{} \def\blindtext@text{Text} -\def\blindtext@count{\ifcase\blind@listitem\or - First\or Second%... - \else Last\blind@listitem=0\fi - \global\advance\blind@listitem by 1 +\def\blindtext@count{% + \ifcase\blind@listitem\or + First\or Second%... + \else + Last% + \blind@listitem=0 % + \fi + \global\advance\blind@listitem by 1 % }%\blindtext@count} \def\blindtext@item{itemtext} \def\blindtext@countitem{\blindtext@count\ \blindtext@item} \def\blindtext@heading{Heading on level\xspace} \def\blindtext@list{Lists} \def\blindtext@listEx{Example for list\xspace} -\addto\extrasenglish{ +\def\blindtext@english{} +\addto\extrasenglish{% \def\blindtext@text{ Hello, here is some text without a meaning. This text should show, how a printed text will look like at this place. If you read this @@ -249,20 +270,24 @@ be written in of the original language. There is no need for a special contents, but the length of words should match to the language.}%\blindtext@text } -\addto\extrasenglish{ -\def\blindtext@count{\ifcase\value{listcount}\or - First\or Second \or Third \or Fourth\or Fivth\or - Sixth\or Seventh\or Eighth \or Ninth\or Tenth\or - Eleventh\or Twelfth\else Another\fi -}%\blindtext@count -\def\blindtext@item{item in a list} %, level~\arabic{blindlist@level}} -} %\addto\extrasenglish -\addto\extrasenglish{ - \def\blindtext@heading{Heading on level\xspace} - \def\blindtext@list{Lists} - \def\blindtext@listEx{Example for list\xspace} -} %\addto\extrasenglish -\addto\extrasgerman{ +\addto\extrasenglish{% + \def\blindtext@count{% + \ifcase\value{blind@listcount}\or + First\or Second \or Third \or Fourth\or Fivth\or + Sixth\or Seventh\or Eighth \or Ninth\or Tenth\or + Eleventh\or Twelfth% + \else Another% + \fi + }% \blindtext@count + \def\blindtext@item{item in a list}%, level~\arabic{blindlist@level}} +}% \addto\extrasenglish +\addto\extrasenglish{% + \def\blindtext@heading{Heading on level\xspace}% + \def\blindtext@list{Lists}% + \def\blindtext@listEx{Example for list\xspace}% +}%\addto\extrasenglish +\def\blindtext@german{} +\addto\extrasgerman{% \def\blindtext@text{ Dies hier ist ein Blindtext zum Testen von Textausgaben. Wer diesen Text liest, ist selbst schuld. Der Text gibt lediglich den @@ -279,22 +304,26 @@ sein. Fremdsprachige Texte wie \frqq Lorem ipsum\flqq\ dienen nicht dem eigentlichen Zweck, da sie eine falsche Anmutung vermitteln.}%\blindtext@text } -\addto\extrasgerman{ -\def\blindtext@count{\ifcase\value{listcount}\or +\addto\extrasgerman{% +\def\blindtext@count{ + \ifcase\value{blind@listcount}\or Erster\or Zweiter \or Dritter \or Vierter \or F{\"u}nfter \or Sechster \or Siebter\or Achter \or Neunter \or Zehnter\or - Elfter \or Zw{\"o}lfter \or Dreizehnter \or Vierzehnter\else - Noch ein\fi + Elfter \or Zw{\"o}lfter \or Dreizehnter \or Vierzehnter + \else + Noch ein + \fi }%\blindtext@count -\def\blindtext@item{Listenpunkt, Stufe~\arabic{blind@levelcount}} -}% %\addto\extrasgerman -\addto\extrasgerman{ - \def\blindtext@heading{{\"U}berschrift auf Ebene\xspace} - \def\blindtext@list{Listen} - \def\blindtext@listEx{Beispiel einer Liste\xspace} -} %\addto\extrasgerman +\def\blindtext@item{Listenpunkt, Stufe~\arabic{blind@levelcount}}% +}%\addto\extrasgerman +\addto\extrasgerman{% + \def\blindtext@heading{{\"U}berschrift auf Ebene\xspace}% + \def\blindtext@list{Listen}% + \def\blindtext@listEx{Beispiel einer Liste\xspace}% +}%\addto\extrasgerman \@ifpackageloaded{german}{\selectlanguage{german}}{} -\addto\extrasngerman{ +\def\blindtext@ngerman{} +\addto\extrasngerman{% \def\blindtext@text{ Dies hier ist ein Blindtext zum Testen von Textausgaben. Wer diesen Text liest, ist selbst schuld. Der Text gibt lediglich den @@ -311,22 +340,24 @@ sein. Fremdsprachige Texte wie \frqq Lorem ipsum\flqq\ dienen nicht dem eigentlichen Zweck, da sie eine falsche Anmutung vermitteln.}%\blindtext@text } -\addto\extrasngerman{ -\def\blindtext@count{\ifcase\value{listcount}\or +\addto\extrasngerman{% +\def\blindtext@count{ + \ifcase\value{blind@listcount}\or Erster\or Zweiter \or Dritter \or Vierter \or F{\"u}nfter \or Sechster \or Siebter\or Achter \or Neunter \or Zehnter\or Elfter \or Zw{\"o}lfter \or Dreizehnter \or Vierzehnter\else Noch ein\fi }%\blindtext@count -\def\blindtext@item{Listenpunkt, Stufe~\arabic{blind@levelcount}} -}% %\addto\extrasgerman -\addto\extrasngerman{ - \def\blindtext@heading{{\"U}berschrift auf Ebene\xspace} - \def\blindtext@list{Listen} - \def\blindtext@listEx{Beispiel einer Liste\xspace} -} %\addto\extrasngerman +\def\blindtext@item{Listenpunkt, Stufe~\arabic{blind@levelcount}}% +}%\addto\extrasgerman +\addto\extrasngerman{% + \def\blindtext@heading{{\"U}berschrift auf Ebene\xspace}% + \def\blindtext@list{Listen}% + \def\blindtext@listEx{Beispiel einer Liste\xspace}% +}%\addto\extrasngerman \@ifpackageloaded{ngerman}{\selectlanguage{ngerman}}{} -\addto\extraslatin{ +\def\blindtext@latin{} +\addto\extraslatin{% \def\blindtext@text{ Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam lobortis facilisis sem. Nullam nec mi et neque pharetra @@ -342,6 +373,23 @@ Praesent lectus tellus, aliquet aliquam, luctus a, egestas a, turpis. Mauris lacinia lorem sit amet ipsum. Nunc quis urna dictum turpis accumsan semper.}%\blindtext@text } +\addto\extraslatin{% +\def\blindtext@count{ + \ifcase\value{blind@listcount}\or + Primus\or Duo\or Tres\or Quattuor\or Quinque\or + Sex\or Septem\or Octo\or Novem\or Decem\or + Undecim\or Duodecim + \else + Nova + \fi +}%\blindtext@count +\def\blindtext@item{, altum~\arabic{blind@levelcount}}% +}%\addto\extrasgerman +\addto\extraslatin{% + \def\blindtext@heading{Sectio\xspace}% + \def\blindtext@list{Caudex}% + \def\blindtext@listEx{Exemplum caudex\xspace}% +}%\addto\extraslatin \let\alotoftext=\blindtext \endinput %% diff --git a/Master/texmf-dist/tpm/blindtext.tpm b/Master/texmf-dist/tpm/blindtext.tpm index 54d95fdd0d5..113053ca96c 100644 --- a/Master/texmf-dist/tpm/blindtext.tpm +++ b/Master/texmf-dist/tpm/blindtext.tpm @@ -3,7 +3,7 @@ blindtext Package - 2006/01/11 23:51:23 + 2007/01/02 17:45:00 rahtz Producing 'blind' text for testing. @@ -16,17 +16,17 @@ creating 'blind' text useful in testing new classes and packages. 3520863 - + texmf-dist/tex/latex/blindtext/blindtext.sty texmf-dist/tpm/blindtext.tpm - + texmf-dist/doc/latex/blindtext/ClassesEn.pdf texmf-dist/doc/latex/blindtext/ClassesGe.pdf texmf-dist/doc/latex/blindtext/README texmf-dist/doc/latex/blindtext/blindtext.pdf - + texmf-dist/source/latex/blindtext/blindtext.dtx texmf-dist/source/latex/blindtext/blindtext.ins -- cgit v1.2.3