summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/textualicomma/textualicomma.dtx
blob: d68700216ecd223ed8dc0d4cbf9ba19425390df5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
%\iffalse
%<*package>
%% \CharacterTable
%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
%%   Digits        \0\1\2\3\4\5\6\7\8\9
%%   Exclamation   \!     Double quote  \"     Hash (number) \#
%%   Dollar        \$     Percent       \%     Ampersand     \&
%%   Acute accent  \'     Left paren    \(     Right paren   \)
%%   Asterisk      \*     Plus          \"     Comma         \,
%%   Minus         \-     Point         \.     Solidus       \/
%%   Colon         \:     Semicolon     \;     Less than     \<
%%   Equals        \=     Greater than  \>     Question mark \?
%%   Commercial at \@     Left bracket  \[     Backslash     \\
%%   Right bracket \]     Circumflex    \^     Underscore    \_
%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
%%   Right brace   \}     Tilde         \~}
%</package>
%\fi
% \iffalse
% Doc-Source file to use with LaTeX2e
% Copyright (C) 2017 Sebastian Friedl
% This work is subject to the LaTeX Project Public License, Version 1.3c or -- at your option -- any later version of this license.
% The work consists of the files textualicomma.ins and textualicomma.dtx
% as well as the derived file textualicomma.sty
% \fi
% \iffalse
%<*driver>
\documentclass[11pt]{ltxdoc}

\usepackage{alltt}
\usepackage{csquotes}
\usepackage{graphicx}
\usepackage{hologo}
\usepackage{multicol}
\usepackage{hyperref}
	\hypersetup{pdftitle={The textualicomma package}, pdfauthor={Sebastian Friedl}}
\usepackage{verbatim}

\usepackage[no-math]{fontspec}
\usepackage[erewhon,vvarbb]{newtxmath}
\setmainfont[Numbers=OldStyle]{Source Serif Pro}[ItalicFont={Erewhon-Italic}, BoldItalicFont={Erewhon-BoldItalic}]
\setsansfont[Numbers=OldStyle,Scale=MatchLowercase]{Source Sans Pro}
\setmonofont[Numbers=OldStyle,Scale=MatchLowercase]{Source Code Pro}

\usepackage{polyglossia}
\setdefaultlanguage{english}
\usepackage[english]{selnolig}


\usepackage[left=4.50cm,right=2.75cm,top=3.25cm,bottom=2.75cm,nohead]{geometry}

\parindent0pt



\CodelineNumbered

\begin{document}
\DocInput{textualicomma.dtx}
\end{document}
%</driver>
% \fi
%
% \MakeShortVerb{"}
%
% \title{The \texttt{textualicomma} package \\ {\large\url{https://github.com/SFr682k/textualicomma}}}
% \author{Sebastian Friedl \\ \href{mailto:sfr682k@t-online.de}{\ttfamily sfr682k@t-online.de}}
% \date{2017/12/03}
% \maketitle
%
% \begin{abstract}\noindent
%	A solution for using the textual comma character as decimal separator in math mode. \\[\medskipamount]
%	\textbf{\texttt{textualicomma} is based on the \href{https://www.ctan.org/pkg/icomma}{\texttt{icomma} package} and intended as a solution for situations where the text comma character discerns from the math comma character.} Escaping to text mode every time a comma is used in math mode may slow down the compilation process. \\
%	Please check, whether \href{https://www.ctan.org/pkg/icomma}{\texttt{icomma}} already satisfies your needs.
% \end{abstract}
%
%
% \subsection*{Obtaining the package and documentation file}
% \begin{small}
% 	You can obtain the package files by running \LaTeX\ over the file "textualicomma.ins": \\
% 	"    latex textualicomma.ins"
%
% 	\medskip
% 	For compiling the documentation, run \textbf{\hologo{LuaLaTeX}}~(!) twice over "textualicomma.dtx": \\
% 	"    lualatex textualicomma.dtx" \\
% 	"    lualatex textualicomma.dtx" \\
% 	Please verify that all dependencies are fulfilled \emph{before} compiling.
% \end{small}
%
% \subsection*{License}
% \begin{small}
% 	\addcontentsline{toc}{subsection}{License}
% 	\textcopyright\ 2017 Sebastian Friedl
% 	
% 	\smallskip
% 	This work may be distributed and/or modified under the conditions of the \LaTeX\ Project Public License, either version 1.3c of this license or (at your option) any later version.
% 	
% 	\smallskip
% 	The latest version of this license is available at \url{http://www.latex-project.org/lppl.txt} and version 1.3c or later is part of all distributions of \LaTeX\ version 2008-05-04 or later.
% 	
% 	\smallskip
% 	This work has the LPPL maintenance status \enquote*{maintained}. The current maintainer of this work is Sebastian Friedl. \\
% 	This work consists of the files "textualicomma.dtx" and "textualicomma.ins" and the derived file "textualicomma.sty".
% \end{small}
% 
% 
% \subsection*{Call for cooperation}
% \begin{small}
% 	\addcontentsline{toc}{subsection}{Call for cooperation}
% 	Please report bugs and other problems as well as suggestions for improvements by using the \href{https://github.com/SFr682k/textualicomma/issues}{issue tracker on GitHub} or sending an email to \href{mailto:sfr682k@t-online.de}{\texttt{sfr682k@t-online.de}}.
% \end{small}
%
%
%
%
% \clearpage
% \part{The documentation}
% \section{Introduction}
% Using the comma as decimal separator in ordinary \LaTeX\ has always been proble\-matic, since the comma is treated as a punctuation character and \LaTeX\ adds some space after it. \\
% The solution was defining an ‘intelligent’ comma ‘recognizing’ whether it is used as decimal separator or punctuation character.
%
% \medskip
% The common solution to this problem is the \texttt{icomma} package by Walter Schmidt \cite{icomma}. \\
% However, some fonts, e.~g. Source Serif Pro, don't provide any math support. Although there are fonts looking very similar to Source Serif and providing math support (like Utopia and its ‘clones’ Fourier and Erewhon), more or less obvious differences are visible (compare ‘$,$’ to~‘,’). The only solution solving this ‘problem’ is escaping to text mode.
%
% \section{The \texttt{textualicomma} package}
% \subsection{\texttt{textualicomma}'s behaviour}
% \texttt{textualicomma} makes some changes and additions to \texttt{icomma}'s code in order to provide automated escaping to text mode. The behaviour remains the same:
% \begin{itemize}
%     \item The comma is treated as decimal separator if it is directly followed by a number. Thus, a number is to be entered as, for instance, \\
%           "3,142"
%     \item whereas mathematical expressions like $(x\text{,}\,y)$ are to be written with a space after the comma: \\
%           \verb*|(x, y)|
% \end{itemize}
%
% Also, the period is redefined so that it adapts to the used font.
%
%
% \subsection{Package options}
% By default, the font used for typesetting the comma is the roman text font. This behaviour can be modified by using package options:
% 
% \medskip
% \DescribeMacro{sffamily}
% Passing the "sffamily" option to "textualicomma" results in the comma being printed using the loaded sans serif font
%
% \medskip
% \DescribeMacro{ttfamily}
% Passing the "ttfamily" option to "textualicomma" results in the comma being printed using the loaded typewriter font
%
% \bigskip
% \DescribeMacro{\textualicommafont}
% Both options change the used font \emph{for the whole document}. Changes inside a document can be made using the "\textualicommafont" command: \\
% "\textualicommafont{\rmfamily}" \\
% "\textualicommafont{\sffamily}" \\
% "\textualicommafont{\ttfamily}" \\
%
%
%
% \section{Bugs and problems}
% Generally, since the comma is made ‘active’, problems are not unlikely.
%
% \medskip
% For example, when using the ‘intelligent comma’ together with the \texttt{dcolumn} package, a comma to be \textit{printed} as the decimal separator in a column of type "D" is to be specified as "{\mathord\mathcomma}", rather than "{,}", since the latter leads to an error. For instance:
%
% \begin{center}
%     \verb|\begin{tabular}{... D{,}{\mathord\mathcomma}{2} ...}|
% \end{center}
%
% Note that specifying the comma as the related input character works as usual.
%
%
%
% \begin{thebibliography}{1}
%    \bibitem{icomma}
%        Walter Schmidt.
%        The \texttt{icomma} package for \LaTeXe.
%        Package and Documentation available on CTAN (\href{https://www.ctan.org/pkg/icomma}{\ttfamily https://www.ctan.org/pkg/icomma})
% \end{thebibliography}
%
%
%
% \clearpage
% \part{The package code}
%
%    \begin{macrocode}
\ProvidesPackage{textualicomma}[2017/12/03 textualicomma package]
%    \end{macrocode}
%
% Use the roman text font family by default
%    \begin{macrocode}
\def\mathtxtcmmaffamily{\rmfamily}
%    \end{macrocode}
%
% Provide an option for switching to the sans serif font
%    \begin{macrocode}
\newif\if@mathtxtcmmasffamily
\@mathtxtcmmasffamilyfalse
\DeclareOption{sffamily}{\@mathtxtcmmasffamilytrue}
%    \end{macrocode}
%
% Provide an option for switching to the typewriter font
%    \begin{macrocode}
\newif\if@mathtxtcmmattfamily
\@mathtxtcmmattfamilyfalse
\DeclareOption{ttfamily}{\@mathtxtcmmattfamilytrue}
%    \end{macrocode}
%
% Process all defined options
%    \begin{macrocode}
\ProcessOptions
%    \end{macrocode}
%
% If one of the "sffamily" or "ttfamily" options has been used, changes are applied
%    \begin{macrocode}
\if@mathtxtcmmasffamily\def\mathtxtcmmaffamily{\sffamily}\fi
\if@mathtxtcmmattfamily\def\mathtxtcmmaffamily{\ttfamily}\fi
%    \end{macrocode}
%
% Provide an command for switching the font inside the document
%    \begin{macrocode}
\def\textualicommafont#1{\def\mathtxtcmmaffamily{#1}}
%    \end{macrocode}
%
% We define the comma character at the beginning of the document.
%    \begin{macrocode}
\AtBeginDocument{%
  \def\mathtextcomma{\text{\mathtxtcmmaffamily,}}
%    \end{macrocode}
%
% I don't know what the following lines are exactly doing, but they can't be removed; probably, because they are making the comma ‘active’
%    \begin{macrocode}
  \mathchardef\mathcomma\mathcode`\,%
  \mathcode`\,="8000 %
}
{\catcode`,=\active
  \gdef,{\futurelet\@let@token\sm@rtcomma}
}
%    \end{macrocode}
%
% Define the ‘smart comma’
%    \begin{macrocode}
\def\sm@rtcomma{%
  \ifx\@let@token\@sptoken\mathtextcomma\protect\,\else
  \ifx\@let@token\space \else
    \mathtextcomma\fi\fi}
%    \end{macrocode}
%
% Allow changing of the period's font.
%    \begin{macrocode}
\DeclareMathSymbol{.}{\mathalpha}{operators}{`.}
%    \end{macrocode}
%
% \Finale
% That's enough code. "\endinput".
%    \begin{macrocode}
\endinput
%    \end{macrocode}