diff options
author | Karl Berry <karl@freefriends.org> | 2007-12-23 01:45:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-12-23 01:45:01 +0000 |
commit | 841463c39d1799ddc54c8530ed3580c82ec22b35 (patch) | |
tree | 96ee86988328b6b47b17770cf2b5bc90e54d03ce /Master/texmf-dist/doc/latex/quotmark/sample.tex | |
parent | 16687238a7df4f9c954d47458eb04dc7c7a56c82 (diff) |
new latex package quotmark (19dec07)
git-svn-id: svn://tug.org/texlive/trunk@5834 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/quotmark/sample.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/quotmark/sample.tex | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/quotmark/sample.tex b/Master/texmf-dist/doc/latex/quotmark/sample.tex new file mode 100644 index 00000000000..d87f984e926 --- /dev/null +++ b/Master/texmf-dist/doc/latex/quotmark/sample.tex @@ -0,0 +1,33 @@ +\documentclass{article} + +\usepackage{quotmark} + +\begin{document} + +First quote uses an environment: +\begin{qt}This is a quote.\end{qt} This isn't a quote. + +The next quote uses a text-block command: +\tqt{This is a quote.} This isn't a quote. + +Now for some nested quotes: + +\tqt{Did she say \tqt{I am here}?} he asked. + +\tqt{She said \tqt{where am I?}\,} he replied. + +\tqt{He said to me \tqt{I am Harry \tqt{Mad} Hatter},} I said. + +Paragraphs within the quotes are dealt with automatically: + +\begin{qt}Dear Sir/Madam, + +I am writing to inform you that I would like you to quote this +letter in your so-called \tqt{funny} article, which I don't find +the least bit amusing. + +Yours etc\end{qt} + +Back to unquoted text. + +\end{document} |