diff options
author | Karl Berry <karl@freefriends.org> | 2008-12-05 01:52:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-12-05 01:52:40 +0000 |
commit | d00f2929d26af30109b9c7f5909b584460b73978 (patch) | |
tree | e4ca1a17c574062225ca3f59ef5829b89792ad30 /Master/texmf-dist/doc/latex/pdfx/small2e.tex | |
parent | 328f6344fc5d11b5731246b12ea1df785d55d968 (diff) |
new latex package pdfx (4dec08)
git-svn-id: svn://tug.org/texlive/trunk@11521 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pdfx/small2e.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/pdfx/small2e.tex | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pdfx/small2e.tex b/Master/texmf-dist/doc/latex/pdfx/small2e.tex new file mode 100644 index 00000000000..728ecb3b4cc --- /dev/null +++ b/Master/texmf-dist/doc/latex/pdfx/small2e.tex @@ -0,0 +1,42 @@ +% This is a small sample LaTeX input file (Version of 10 April 1994) +% +% Use this file as a model for making your own LaTeX input file. +% Everything to the right of a % is a remark to you and is ignored by LaTeX. + +% The Local Guide tells how to run LaTeX. + +% WARNING! Do not type any of the following 10 characters except as directed: +% & $ # % _ { } ^ ~ \ + +\documentclass{article} % Your input file must contain these two lines +\usepackage[a-1b]{pdfx} + +\begin{document} % plus the \end{document} command at the end. + + +\section{Simple Text} % This command makes a section title. + +Words are separated by one or more spaces. Paragraphs are separated by +one or more blank lines. The output is not affected by adding extra +spaces or extra blank lines to the input file. + +Double quotes are typed like this: ``quoted text''. +Single quotes are typed like this: `single-quoted text'. + +dashes are typed as Long three dash characters---like this. + +Emphasized text is typed like this: \emph{this is emphasized}. +Bold text is typed like this: \textbf{this is bold}. + +\subsection{A Warning or Two} % This command makes a subsection title. + +If you get too much space after a mid-sentence period---abbreviations +like etc.\ are the common culprits)---then type a backslash followed by +a space after the period, as in this sentence. + +Remember, don't $\left[\frac2a\right]H_n^1$ type the 10 special characters (such as dollar sign and +backslash) except as directed! The following seven are printed by +typing a backslash in front of them: \$ \& \# \% \_ \{ and \}. +The manual tells how to make other symbols. + +\end{document} % The input file ends with this command. |