summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/richtext
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2017-07-13 09:26:18 +0900
committerNorbert Preining <norbert@preining.info>2017-07-13 09:26:18 +0900
commit30e9cda301125dbde368d7bba3331bfd0f8389a1 (patch)
tree44f0aa317efd985e6490f921d5495cd2d0aa9885 /texmf-dist/doc/latex/richtext
parentd9c316b8eb45d1ca15978bee0e9965b7ab828617 (diff)
add lmacs popupmenu rangen renditions richtext yt4pdf
Diffstat (limited to 'texmf-dist/doc/latex/richtext')
-rw-r--r--texmf-dist/doc/latex/richtext/README.md14
-rw-r--r--texmf-dist/doc/latex/richtext/examples/richtext_tst.tex58
-rw-r--r--texmf-dist/doc/latex/richtext/richtextman.pdfbin0 -> 1982477 bytes
3 files changed, 72 insertions, 0 deletions
diff --git a/texmf-dist/doc/latex/richtext/README.md b/texmf-dist/doc/latex/richtext/README.md
new file mode 100644
index 00000000..dadde345
--- /dev/null
+++ b/texmf-dist/doc/latex/richtext/README.md
@@ -0,0 +1,14 @@
+The richtext Package
+Author: D. P. Story
+Dated: 2016/10/03
+
+The richtext package is used to create rich text strings that can, in turn,
+be inserted into the RV (and V) keys of text field. Currently, only the eforms
+package supports the RV key.
+
+Now, I simply must get back to my retirement.
+
+D. P. Story
+www.acrotex.net
+dpstory@uakron.edu
+dpstory@acrotex.net
diff --git a/texmf-dist/doc/latex/richtext/examples/richtext_tst.tex b/texmf-dist/doc/latex/richtext/examples/richtext_tst.tex
new file mode 100644
index 00000000..0f84e599
--- /dev/null
+++ b/texmf-dist/doc/latex/richtext/examples/richtext_tst.tex
@@ -0,0 +1,58 @@
+\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}
+
+
+\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}
+
diff --git a/texmf-dist/doc/latex/richtext/richtextman.pdf b/texmf-dist/doc/latex/richtext/richtextman.pdf
new file mode 100644
index 00000000..c11f86d5
--- /dev/null
+++ b/texmf-dist/doc/latex/richtext/richtextman.pdf
Binary files differ