summaryrefslogtreecommitdiff
path: root/fonts/uppunctlm/doc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/uppunctlm/doc
Initial commit
Diffstat (limited to 'fonts/uppunctlm/doc')
-rw-r--r--fonts/uppunctlm/doc/always_upright_punctuation_marks.pdfbin0 -> 154645 bytes
-rw-r--r--fonts/uppunctlm/doc/always_upright_punctuation_marks.tex61
2 files changed, 61 insertions, 0 deletions
diff --git a/fonts/uppunctlm/doc/always_upright_punctuation_marks.pdf b/fonts/uppunctlm/doc/always_upright_punctuation_marks.pdf
new file mode 100644
index 0000000000..0953b5a1d4
--- /dev/null
+++ b/fonts/uppunctlm/doc/always_upright_punctuation_marks.pdf
Binary files differ
diff --git a/fonts/uppunctlm/doc/always_upright_punctuation_marks.tex b/fonts/uppunctlm/doc/always_upright_punctuation_marks.tex
new file mode 100644
index 0000000000..1dc7bbec14
--- /dev/null
+++ b/fonts/uppunctlm/doc/always_upright_punctuation_marks.tex
@@ -0,0 +1,61 @@
+\documentclass{article}
+
+\usepackage{lmodern}
+\usepackage{uppunctlm}
+\usepackage[T1]{fontenc}
+
+\def\labelenumi{(\theenumi)}
+
+\title{Always Upright Shape Some Punctuation Marks and Arabic Numerals}
+\author{Yuwsuke KIEDA}
+\date{2016/09/29 v0.1}
+
+\begin{document}
+
+\maketitle
+
+\section{Descriptions}
+
+We provides a mechanism to be the punctuation that is always upright
+shape even if you specify the italic.
+
+It is directed to Latin Modern fonts.
+It provide the following files: tfm, vf, fd, and sty.
+Those shown below is always upright shapes:
+comma, period, semicolon, colon, parentheses, square brackets,
+and Arabic numerals.
+
+\section{Requirements}
+
+\begin{itemize}
+ \item the Latin Modern fonts
+\end{itemize}
+
+\section{Usage (preamble)}
+
+\begin{quote}
+\begin{verbatim}
+\usepackage{lmodern}
+\usepackage{uppunctlm}
+\usepackage[T1]{fontenc}
+\end{verbatim}
+\end{quote}
+
+\section{License}
+
+The GUST Font Source License (GFSL)
+
+\section{Samples}
+
+\itshape
+Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
+Etiam lobortis facilisis sem;
+nullam nec mi et neque pharetra sollicitudin.
+Praesent imperdiet mi nec ante:
+Donec ullamcorper, (felis) non sodales commodo,
+lectus velit ultrices augue, a [dignissim] nibh lectus placerat pede.
+Vivamus nunc nunc, molestie ut, ultricies vel, semper in, velit.
+Ut porttitor. Praesent in sapien.
+
+0, 1, 2, 3, 4, 5, 6, 7, 8, and 9.
+\end{document} \ No newline at end of file