summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-23 18:01:17 +0000
committerKarl Berry <karl@freefriends.org>2020-01-23 18:01:17 +0000
commite66af1cde2d8105b8bb55da2b9842311e890aa39 (patch)
tree200931e51da334ae40d0119ba7a71ab9a2ee7876 /Master/texmf-dist/doc
parent9a10b8e494005a7ee98c3623327a1aa79205fc00 (diff)
cmupint (21jan20)
git-svn-id: svn://tug.org/texlive/trunk@53507 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/fonts/cmupint/README.md14
-rw-r--r--Master/texmf-dist/doc/fonts/cmupint/cmupint.pdfbin0 -> 294992 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/cmupint/cmupint.tex100
3 files changed, 114 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/cmupint/README.md b/Master/texmf-dist/doc/fonts/cmupint/README.md
new file mode 100644
index 00000000000..7ad2b496dd9
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/cmupint/README.md
@@ -0,0 +1,14 @@
+The cmupint package
+version 1.0 (January 21, 2020)
+Uroš Stefanović
+
+This material is subject to The LaTeX Project Public License.
+
+The cmupint package contains various upright integral symbols
+to match Computer Modern font (default LaTeX font).
+
+This package is very simple to use: just put
+ \usepackage{cmupint}
+in preamble of the document.
+
+Happy TeXing!
diff --git a/Master/texmf-dist/doc/fonts/cmupint/cmupint.pdf b/Master/texmf-dist/doc/fonts/cmupint/cmupint.pdf
new file mode 100644
index 00000000000..44bdce03b83
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/cmupint/cmupint.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/cmupint/cmupint.tex b/Master/texmf-dist/doc/fonts/cmupint/cmupint.tex
new file mode 100644
index 00000000000..a3bd5f4b549
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/cmupint/cmupint.tex
@@ -0,0 +1,100 @@
+\documentclass{article}
+\usepackage{amsmath}
+\usepackage[displaylimits]{cmupint}
+\usepackage[T1]{fontenc}
+\usepackage[utf8]{inputenc}
+\usepackage[a4paper,top=2.0cm,left=3cm,right=2.5cm,bottom=2cm,includefoot,includehead]{geometry}
+\input glyphtounicode.tex
+\pdfgentounicode=1
+\usepackage{fancyvrb}
+\usepackage{tabularx}
+
+\title{The \texttt{cmupint} package}
+\author{Uroš Stefanović\footnote{\texttt{urostajms@gmail.com}}}
+\date{\today{} v1.0}
+
+\newcommand\tbview[1]{ \verb"#1" & $\textstyle #1$ & $\displaystyle #1$ }
+
+\begin{document}
+\maketitle
+
+\section{Why \textsf{cmupint}?}
+
+The shape of integral symbol in some languages differs slightly from the shape commonly seen in English-language textbooks.
+While the English integral symbol leans to the right, the integral symbol used throughout Central Europe (such as in German or Serbian language) is upright.
+
+Another difference is in the placement of limits for definite integrals. Generally, in English-language books, limits go to the right of the integral symbol, while in Central European languages the limits are placed above and below the integral symbol.
+
+\[ \intop\nolimits^U_L x\,\mathrm{d}x\quad \text{(English language)} \]
+\[ \int\limits^U_L x\,\mathrm{d}x\quad \text{(Central European languages)} \]
+
+The \textsf{cmupint} package contains various upright integral symbols to match Computer Modern font (default \LaTeX{} font).
+
+\section{Usage}
+
+This package is very simple to use: just put
+\begin{verbatim}
+\usepackage{cmupint}
+\end{verbatim}
+in preamble of the document.
+
+\section{Options}
+
+The available options are \texttt{displaylimits} (default option), \texttt{limits} and \texttt{nolimits} (see Table~\ref{tabl1}).
+
+\begin{table}[h!]
+ \newcolumntype{C}{>{\centering\arraybackslash}X}%
+ \setlength{\extrarowheight}{10pt}
+ \centering
+ \begin{tabularx}{.7\textwidth}{|C|C|C|}
+ \hline
+ Option & Text style & Display style \\
+ \hline
+ \hline
+ \texttt{displaylimits} & $\textstyle\int\displaylimits^U_L x\,\mathrm{d}x$ & $\displaystyle \int\displaylimits^U_L x\,\mathrm{d}x$ \\
+ \hline
+ \texttt{limits} & $\textstyle\int\limits^U_L x\,\mathrm{d}x$ & $\displaystyle \int\limits^U_L x\,\mathrm{d}x$ \\
+ \hline
+ \texttt{nolimits} & $\textstyle\int\nolimits^U_L x\,\mathrm{d}x$ & $\displaystyle \int\nolimits^U_L x\,\mathrm{d}x$ \\
+ \hline
+ \end{tabularx}
+\caption{Package options.}\label{tabl1}
+\end{table}
+
+\section{Integral symbols}
+
+For the avaible integral symbols see Table~\ref{tabl2}.
+
+\begin{table}[h!]
+ \newcolumntype{C}{>{\centering\arraybackslash\hsize=.1\hsize}X}%
+ \newcolumntype{S}{>{\centering\hsize=.3\hsize}X}
+ \setlength{\extrarowheight}{10pt}
+ \centering
+ \begin{tabularx}{\textwidth}{|SCC|SCC|}
+ \hline
+ Command & Text style & Display style & Command & Text style & Display style \\
+ \hline\hline
+ \tbview{\int} & \tbview{\iint} \\
+ \tbview{\iiint} & \tbview{\iiiint} \\
+ \tbview{\oint} & \tbview{\oiint} \\
+ \tbview{\oiiint} & \tbview{\ointctrclockwise} \\
+ \tbview{\ointclockwise} & \tbview{\varointclockwise} \\
+ \tbview{\varointctrclockwise} & \tbview{\sqint} \\
+ \tbview{\sqiint} & \tbview{\pointint} \\
+ \tbview{\npolint} & \tbview{\scpolint} \\
+ \tbview{\rppolint} & \tbview{\cirfnint} \\
+ \tbview{\intclockwise} & \tbview{\awint} \\
+ \tbview{\fint} & \tbview{\barint} \\
+ \tbview{\doublebarint} & \tbview{\xint} \\
+ \tbview{\landupint} & \tbview{\landdownint} \\
+ \tbview{\intlarhk} & \tbview{\upint} \\
+ \tbview{\downint} & \tbview{\varidotsint} \\
+ \verb"\idotsint"\footnotemark[1] & $\textstyle \idotsint$ & $\displaystyle \idotsint$ & \verb"\idotsint"\footnotemark[2] & $\textstyle \varidotsint$ & $\displaystyle \varidotsint$ \\
+ \hline
+ \end{tabularx}
+ \caption{Integral symbols.}\label{tabl2}
+\end{table}
+\footnotetext[1]{If package \texttt{amsmath} is loaded.}
+\footnotetext[2]{If package \texttt{amsmath} is not loaded.}
+
+\end{document} \ No newline at end of file