summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/richtext/examples/richtext_tst.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/richtext/examples/richtext_tst.tex')
-rw-r--r--Master/texmf-dist/doc/latex/richtext/examples/richtext_tst.tex59
1 files changed, 0 insertions, 59 deletions
diff --git a/Master/texmf-dist/doc/latex/richtext/examples/richtext_tst.tex b/Master/texmf-dist/doc/latex/richtext/examples/richtext_tst.tex
deleted file mode 100644
index 84e29a68a44..00000000000
--- a/Master/texmf-dist/doc/latex/richtext/examples/richtext_tst.tex
+++ /dev/null
@@ -1,59 +0,0 @@
-\documentclass[12pt]{article}
-\usepackage[designiii,forcolorpaper]{web}
-\usepackage{eforms}
-\usepackage{richtext}
-
-\let\uif\textsf
-\let\app\textsf
-\let\pkg\textsf
-
-\convertcolorspec{named}{webbrown}{HTML}{\htmlWebBrown}
-
-
-\parindent0pt \parskip6pt
-
-\begin{document}
-
-
-A single line of \textit{rich text}, one paragraph.
-
-\rtpara{para1}{A single line of \it{rich text}.}
-\textField[\Ff{\FfRichText} \DS{\useDefaultDS}%
-\RV{\useRV{para1}}\V{\useV{para1}}]{rtFld1}{3in}{16bp}
-
-Single paragraph field but with multiple lines of text. Height allows roughly
-4 lines of text.
-
-\rtpara{para1}{\span{ulstyle=2wul,style=bold}{Single paragraph field but with multiple lines of text.}
-Height allows roughly 4 lines of text. Let's have more text so we get another line wrap.}
-\textField[\Ff{\FfRichText}\Ff{\FfMultiline}\DS{\useDefaultDS}
-\RV{\useRV{para1}}\V{\useV{para1}}]{rtFld2}{3in}{16bp*4}
-
-Multiple paragraph field with multiple lines of text.
-
-\rtpara[indent=first]{para1}{Now is the time for
- \span{style=strikeit,color=ff0000}{\it{\bf{J\374rgen}}} and all good men to
- come to the aid of \it{their} \bf{country}. Now is the time for
- \span{style=italic}{all good} women to do the same.}
-\rtpara[indent=first]{para2}{This is a second paragraph. I hope we can agree
- on what to do next.}
-\rtpara[halign=right]{para3}{\span{url=http://www.acrotex.net}{AcroTeX.Net}}
-
-\setDefaultStyle{myDS}{font={Helvetica,sans-serif},color=\htmlWebBrown} %size=12,
-
-
-\setRVVContent{myContent}
-{
- {para1}
- {para2}
- {skipline}
- {skipline}
- {para3}
-}
-
-\textField[\Ff{\FfRichText}\Ff{\FfMultiline}
-\DS{\useDS{myDS}}%\DS{\useDefaultDS}%
-\RV{\useRVContent{myContent}}\V{\useVContent{myContent}}]{rtFld3}{3in}{16\baselineskip}
-
-\end{document}
-