summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/bitelist/bitedemo.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-03-29 23:20:23 +0000
committerKarl Berry <karl@freefriends.org>2012-03-29 23:20:23 +0000
commit84c2b4bf9bf9fa99638f75dd5c81041d7e8705cf (patch)
tree08001c80f59e16e691575822fde1669bf8fccc44 /Master/texmf-dist/tex/generic/bitelist/bitedemo.tex
parent9fc033895f0466fc3ad09b515d588d61ea42f960 (diff)
new generic package bitelist (29mar12)
git-svn-id: svn://tug.org/texlive/trunk@25779 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/bitelist/bitedemo.tex')
-rw-r--r--Master/texmf-dist/tex/generic/bitelist/bitedemo.tex43
1 files changed, 43 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/bitelist/bitedemo.tex b/Master/texmf-dist/tex/generic/bitelist/bitedemo.tex
new file mode 100644
index 00000000000..6c4f9ed1038
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/bitelist/bitedemo.tex
@@ -0,0 +1,43 @@
+\def\filename{bitedemo.tex} \def\filedate{2012/03/29}
+\def\fileinfo{demonstrating/testing bitelist.sty (UL)}
+\expandafter\ifx\csname ProvidesPackage\endcsname\relax \else
+ \edef\bitedemolatexstart{%
+ \noexpand\ProvidesFile{\filename}%
+ [\filedate\space\fileinfo]%
+ \noexpand\RequirePackage{bitelist}}
+ \expandafter\bitedemolatexstart
+\fi
+\ifx\BiteMakeIf\undefined \input bitelist.sty \fi
+\ifx\typeout\undefined
+ \def\typeout{\immediate\write17}
+ \newlinechar`^^J
+\fi
+\def\splitted #1#2#3{>>#1|#2|#3<<}
+\def\unsplitted#1{>>#1<<}
+\def\spacetocomma#1#2{>>#1,#2<<}
+\BiteMakeIfOnly {\def}{\occursyesno}{no}
+\BiteMakeIf {\def}{\noshowsplit}{no}
+\BiteMakeIfBraces{\def}{\noShowSplit}{no}
+\typeout{^^J
+ \BiteFindByIn {no}{\occursyesno}
+ {bonobo}{YES!}{NO!}
+ \BiteFindByIn {no}{\noshowsplit}
+ {bonobo}{bonobo}{\splitted}{\unsplitted}
+ \BiteFindByInIn{no}{\noshowsplit}
+ {bonobo}{\splitted}{\unsplitted}
+ ^^J
+ \BiteFindByIn {no}{\occursyesno}
+ {bobobo}{YES!}{NO!}
+ \BiteFindByIn {no}{\noshowsplit}
+ {bobobo}{bobobo}{\splitted}{\unsplitted}
+ \BiteFindByInIn{no}{\noshowsplit}
+ {bobobo}{\splitted}{\unsplitted}
+ ^^J
+ \BiteFindByInBraces{no}{\noShowSplit}
+ {{bo}no{bo}}{\splitted}{\unsplitted}
+ ^^J
+ \BiteGetNextWord{bo no bo}{\spacetocomma}{\unsplitted}
+ \BiteGetNextWord{bo nobo} {\spacetocomma}{\unsplitted}
+ \BiteGetNextWord{bonobo} {\spacetocomma}{\unsplitted}
+ ^^J}
+\endinput