summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/delimseasy/delimseasyMan.tex
blob: a007211556a0a1ee2fdd3db8985da8d76232583f (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
259
260
261
262
263
264
265
266
267
268
269
270
271
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%  Manual for the package delimseasy.sty
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{amsart}
\usepackage{verbatim}
\usepackage{delimseasy}
 %
 \setcounter{tocdepth}{3}
 \title[delimseasy]{Package delimseasy}
 \author[Graham]{Colin C. Graham}
 \address{PO Box 2031\\Haines Junction YT Canada Y0B 1L0\\\texttt{
 ccgraham@alum.mit.edu}}
\begin{document}

\maketitle
\vskip-.35in 
\centerline{\texttt{ccgraham@alum.mit.edu}}

\bigskip
\centerline{Version 1.0 -- 2015 December 2}

\begin{abstract}  Provides commands to give consistent, easy-to-remember, easy to edit way to control the size  and blackness
 of delimiters: append 1-4 ``b''s to command for larger sizes; prepend ``B'' for boldface. These commands reduce the likelihood 
 of incomplete delimeter pairs and typically use fewer characters than the \LaTeX\ default.
 \end{abstract}
{\smaller
\tableofcontents}

\vskip-.7truein
\section{Installation and the basic delimiters}
Put \texttt{delimseasy.sty} in a convenient folder and
add
\texttt{$\backslash$usepackage\{delimseasy\}}
 to your  preamble. If  \LaTeX \ can't find the \texttt{sty} file,
 move it to the folder of your \texttt{tex} file 
or add a \texttt{PATH} to the \texttt{$\backslash$usepackage} parameter, so you have (for example)
\newline
\texttt{$\backslash$usepackage\{C:/user/YOU/Documents/WHEREYOUPUTIT/delimseasy\}}.

\medskip
Here are the basic macros:
\begin{equation*}
\begin{matrix}
\text{the macro}&	\quad\text{ typesets like }&\quad \text{common name}\\
\backslash\texttt{prn[1]}  &\texttt{(\#1)}                                     &\text{round parens}\\
\backslash\texttt{sqpr[1]} &\texttt{[\#1]}                                     &\text{square braces}\\
\backslash\texttt{crl[1]}  &\{\texttt{\#1} \}                                  &\text{curly braces}\\
\backslash\texttt{ceil[1]} &\backslash\texttt{lceil \#1} \backslash\texttt{rceil}&\text{ceiling}\\        
\backslash\texttt{flr[1]}  &\backslash\texttt{lfloor \#1}\backslash\texttt{rfloor}&\text{floor}\\
\backslash\texttt{ngl[1]}  &\backslash\texttt{langle \#1}\backslash\texttt{rangle}&\text{langle/rangle}\\
\backslash\texttt{abs[1]}  &\backslash\texttt{vert \#1} \backslash\texttt{vert}  &\text{absolute value}\\
\backslash\texttt{nrm[1]}  &\backslash\texttt{Vert \#1}  \backslash\texttt{Vert}    &\text{norm}\\
\backslash\texttt{stgt[1]} &\texttt{< \#1>}                               & \text{lessthan greaterthan}
\end{matrix}
\end{equation*}

\subsection{Adding ``b''s to change the size}
Add one to four ``b''s to the end of a macro; each ``b'' raises size by one step. Example:
\texttt{$\backslash$prnb$\{x\widehat\ 2-1\}$} gives $\prnb{x^2-1}$.

\subsection{Adding ``l'' or ``r'' for one-sided delimiters}
Prepend ``l'' (ell) or ``r'' to the front of the macro (after the backslash) for the single sided (\textbf{l}eft or \textbf{r}ight).  These macros take no parameter. Example: \texttt{$\backslash$lprnb}
gives $\lprnb$.

\subsection{Prepending a ``B'' for  boldface}
Prepend a capital ``B'' to the front of the  macro for boldface (poor man's bold); if
the macro is already a left or right, the ``B'' must preceed the ``l'' or ``r''. Needs a parameter if the
non-bolded macro does. Example: \texttt{$\backslash$Blprnb} gives $\Blprnb$

 \subsection{Warnings about paired delimeters}
 The paired delimeter macros take as a single parameter the expression to be inside of the pair. 
 Curley brackets around the expression will be essential here, as always in \LaTeX.
 See the examples below.
 
 Paired delimiters cause an error if the alignment ampersand \& is used between them.
 The same issue arises with \texttt{$\backslash$left( --- \& -- $\backslash$right}), as you may have discovered.
 There may be other formatting characters which break paired delimeters; please let me know if you
 encounter an instance.
 
 \subsubsection{Workarounds to the \& problem}
 \begin{enumerate}
 \item Rewrite. If you don't like the looks of
 \begin{align*}
 \int \text{A very very very very long  expression }&\le \text{ a shorter one}\\
 &\le\text{ another short one}\\
 &=\text{the final expression}
 \end{align*}
 perhaps you can break up the computations into smaller pieces so that you end with something like,
 `` putting (3.12)-(3.36) together we see that
 \[
 \int \text{A very very very very long  expression }\le \text{the final expression}.\text{''}
 \]
 
 \item Use the left-right versions of the delimiters. They do not have the ampersand
  problem that the two-sided versions and
 $\backslash$\texttt{left\dots$\backslash$right} do.
 
 \item Use $\backslash$\texttt{phantom}
  \begin{verbatim}
 &\int \text{A very very very very long  expression }
      \le \text{ a shorter one}\\
 &\phantom{\int \text{A very }}\le\text{the final expression}
  \end{verbatim}
  to get
 \begin{align*}
 &\int \text{A very very very very long  expression }
      \le \text{ a shorter one}\\
 &\phantom{\int \text{A very }}\le\text{the final expression}
  \end{align*}
 \end{enumerate}


\section{Examples}
\begin{enumerate}


\item Here are two versions of the same display. The first uses $\backslash$\texttt{left $\backslash$right}; the
second $\backslash$\texttt{sqprbbb}.
I prefer the second one for being smaller, neater and using less typing. It's also much easier to change the size of the
 second (add or remove a \texttt{b}) than the first (replace \texttt{$\backslash$left[...$\backslash$right]} with
  \texttt{$\backslash$bigg[...$\backslash$bigg]}).
 \[
 \left[ \sum_n\frac{x_n}{y_n}\right]^{1/2}\quad \sqprbbb{\sum_n\frac{x_n}{y_n}}^{1/2}
 \]
 
 \item Bold vs. default:
 \[
  \Bprnbb{\frac x{x^2+1}} \quad  \prnbb{\frac x{x^2+1}} \quad
  \Bcrlbb{\frac x{x^2+1}} \quad  \crlbb{\frac x{x^2+1}} 
 \]
 
 \medbreak
 \item
 \begin{verbatim}\sqprbbb{\int_a^b\prnbb{\frac{x+1}{x^2+5}}^p  dx}^{1/p}
\text{,\  }\nrmbbbb{\crlbbb{\crlbb{\crlb{\crl{x-y}}}}}\text{ and } 
  \lcrlbbbb\lsqprbbb\labsbb\lprnb \lngl
  \end{verbatim}
  \vskip-.3in
  gives
 \[
 \sqprbbb{\int_a^b\prnbb{\frac{x+1}{x^2+5}}^p  dx}^{1/p} \text{,\  }\nrmbbbb{\crlbbb{\crlbb{\crlb{\crl{x-y}}}}}\text{ and } 
  \lcrlbbbb\lsqprbbb\labsbb\lprnb \lngl
 \]

 \end{enumerate}
 The \texttt{tex} source for this PDF contains more examples, commented out.
 
 \section{Further comments}
 \subsection{An alternate package, \textit{delim}}
 The package \textit{delim} by Stefan Majewsky 
 does things this one does, in a somewhat different way, and may be preferred by many \TeX\ users.
 You can find this package by browsing CTAN under ``D''.
 
 
 \subsection{Reversed parens}
 At one time one saw open intervals expressed as
 \[
 \nrp{a,b} \quad\text{ or }\quad \rpqs{c,d}.
 \]
 This package provides paired delimeters at the 5 sizes, with and without bold face, for those two
 situations. The macros are \texttt{$\backslash$nrp} and \texttt{$\backslash$rpqs}, followed by one to four 
 ``b''s for  larger sizes and prepended by an optional  ``B'' for the bold face versions. No single sided 
 reversed macros are given.
 
 
 \subsection{Adding other delimiters}
 Just copy the model here. In making the $\backslash$\texttt{B}... versions I have used 
 $\backslash$\texttt{pmb} (poor man's bold)
 throughout because $\backslash$\texttt{boldsymbol}, though recommended (e.g., by Gr\"atzer)
 for many situations, 
 does not work for all delimiters, while poor man's bold does.
 
 
\subsection{Easy to remember sizers}
\texttt{delimseasy} includes 
versions of \LaTeX's 
built-ins:
\[\begin{matrix}
\text{New}&\text{\LaTeX\ built-in}\\
   &\texttt{$\backslash$big}\\
\backslash\texttt{bigb}  &\texttt{$\backslash$Big}\\
\backslash\texttt{bigbb} &\texttt{$\backslash$bigg}\\
\backslash\texttt{bigbbb}&\texttt{$\backslash$Bigg}
\end{matrix}\]
 
 \begin{comment}% testing, testing.........
 reverse parens
 \begin{align*}
  \nrp{
 \nrpb{
 \nrpbb{
 \nrpbbb{
 \nrpbbbb{w}}}}}
%%%%%%%%%%%%%
%  reverse bold paired square braces
 \rpqs{
 \rpqsb{
 \rpqsbb{
 \rpqsbbb{
 \rpqsbbbb{z}}}}}
%
\end{align*}
 %
 
 stgt's
 \begin{align*}
& 
\rstgt
\rstgtbb 
\rstgtbbb
\rstgtbbbb 
%%
\Brstgt
\Brstgtb
\Brstgtbb
\Brstgtbbb
\Brstgtbbbb\\
& \stgt{\stgtb{\stgtbb{\stgtbbb{\stgtbbbb{w}}}}}\\
&\Bstgt{\Bstgtb{\Bstgtbb{\Bstgtbbb{\Bstgtbbbb{w}}}}}\\
&
\lstgt
\lstgtb
\lstgtbb
\lstgtbbb
\lstgtbbbb
%%
\Blstgt
\Blstgtb
\Blstgtbb
\Blstgtbbb
\Blstgtbbbb
 \end{align*}
 
 parens, etc:
\begin{align*}
\Bprn{\Bprnb{\Bprnbb{\Bprnbb{\Bprnbbb{\Bprnbbb{}}}}}}&\quad\
\end{align*}\begin{align*}
 \Bsqpr{\Bsqprb{\Bsqprbb{\Bsqprbbb{\Bsqprbbbb{x}}}}}\\
 \end{align*}\begin{align*}
\Bcrl{\Bcrlb{\Bcrlbb{\Bcrlbbb{\Bcrlbbbb{z}}}}}
\end{align*}\begin{align*}
&\quad
\Bflr{\Bflrb{\Bflrbb{\Bflrbbb{\Bflrbbb{47}}}}}\\
\Bceil{\Bceilb{\Bceilbb{\Bceilbbb{\Bceilbbbb{2}}}}}&\quad\Bnglbbbb{\Bnglbbb{\Bnglbb{\Bnglb{\Bngl{x|y}}}}}\\
\end{align*}
\begin{align*}
\Babsbbbb{\Babsbbb{\Babsbb{\Babsb{\Babs{f}}}}}&\quad \Bnrmbbbb{\Bnrmbbb{\Bnrmbb{\Bnrmb{\Bnrm{z}}}}}\\
%\cardbbbb{\cardbbb{\cardbb{\cardb{\card{x}}}}}\\
\Blprn{\Blprnb{\Blprnbb{\Blprnbb{\Blprnbbb{\Blprnbbb{x}}}}}}&\quad \Blsqpr{\Blsqprb{\Blsqprbb{\Blsqprbbb{\Blsqprbbbb{}}}}}\\
\Blcrl{\Blcrlb{\Blcrlbb{\Blcrlbbb{\Blcrlbbbb{}}}}}&\quad
\Blflr{\Blflrb{\Blflrbb{\Blflrbbb{\Blflrbbb{}}}}}\\
\end{align*}
\begin{align*}
\Blceil{\Blceilb{\Blceilbb{\Blceilbbb{\Blceilbbbb{}}}}}
&\quad\Blnglbbbb{\Blnglbbb{\Blnglbb{\Blnglb{\Blngl{x|y}}}}}\\
\end{align*}
\begin{align*}
\Blabsbbbb{\Blabsbbb{\Blabsbb{\Blabsb{\Blabs{}}}}}
&\quad \Blnrmbbbb{\Blnrmbbb{\Blnrmbb{\Blnrmb{\Blnrm{}}}}}\\
\Brprn \Brprnb \Brprnbb \Brprnbb\Brprnbbb\Brprnbbb&\quad\ \Brsqpr{\Brsqprb{\Brsqprbb{\Brsqprbbb{\Brsqprbbbb{}}}}}\\
\Brcrl{\Brcrlb{\Brcrlbb{\Brcrlbbb{\Brcrlbbbb{}}}}}&\quad
\Brflr{\Brflrb{\Brflrbb{\Brflrbbb{\Brflrbbb{}}}}}\\
\Brceil{\Brceilb{\Brceilbb{\Brceilbbb{\Brceilbbbb{}}}}}
&\quad\Brnglbbbb{\Brnglbbb{\Brnglbb{\Brnglb{\Brngl{}}}}}\\
\Brabsbbbb{\Brabsbbb{\Brabsbb{\Brabsb{\Brabs{}}}}}
&\quad \Brnrmbbbb{\Brnrmbbb{\Brnrmbb{\Brnrmb{\Brnrm{}}}}}
\end{align*}
 \end{comment}
\end{document}  for testing