diff options
author | Karl Berry <karl@freefriends.org> | 2017-06-06 21:57:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-06-06 21:57:28 +0000 |
commit | 289116fcf3cec3b7fe8d462c6563c1c46ba9e13f (patch) | |
tree | 27eff31a0ff70f4e10e5a646dfbcc310c03dc8ee /Master/texmf-dist/doc/latex/bxcalc/bxcalcize.tex | |
parent | d6136de4d8066d5be6ce0996a3e1ff0b01527f14 (diff) |
bxcalc (22may17)
git-svn-id: svn://tug.org/texlive/trunk@44514 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bxcalc/bxcalcize.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/bxcalc/bxcalcize.tex | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bxcalc/bxcalcize.tex b/Master/texmf-dist/doc/latex/bxcalc/bxcalcize.tex new file mode 100644 index 00000000000..c8644da2980 --- /dev/null +++ b/Master/texmf-dist/doc/latex/bxcalc/bxcalcize.tex @@ -0,0 +1,56 @@ +\documentclass[a4paper]{article} +\usepackage[scale=0.75]{geometry} +\usepackage{shortvrb} +\MakeShortVerb{\|} +\newcommand{\PkgVersion}{1.0} +\newcommand{\PkgDate}{2017/05/21} +\newcommand{\Pkg}[1]{\textsf{#1}} +\newcommand{\Meta}[1]{$\langle$\textit{#1}$\rangle$} +\newcommand{\Note}{\par\noindent \textbf{NB:}\quad} +\newcommand{\Means}{~:\quad} +\providecommand{\eTeX}{$\varepsilon$-{\TeX}} +%----------------------------------------------------------- +\begin{document} +\title{The \Pkg{bxcalcize} package} +\author{Takayuki YATO\quad (aka.~``ZR'')} +\date{v\PkgVersion \quad[\PkgDate]} +\maketitle + +%=========================================================== +\section{Overview} + +After loading \Pkg{calc}, most of the length specifications +in {\LaTeX} become aware of that package--- i.e.\ +\Pkg{calc} expressions can be written in place of +simple lengths. +However some commands remain \Pkg{calc}-unaware; for example +one cannot use expressions in the argument of |\hspace|. +This package patches to the {\LaTeX} kernel and eliminates +remaining \Pkg{calc}-unawareness +(as far as I know). + +\paragraph{Supported format} \LaTeX. +\paragraph{Supported engine} Any engine with {\eTeX} extensions. +\paragraph{Prerequisite packages} \Pkg{calc} package. + +%=========================================================== +\section{Package Loading} + +Use |\usepackage| as usual, with no options. +\begin{quote}\small\begin{verbatim} +\usepackage{bxcalcize} +\end{verbatim}\end{quote} + +%=========================================================== +\section{Usage} + +After loading the package, one can use \Pkg{calc} expressions +in the following places: +\begin{itemize} +\item the sole argument of |\hspace|(|*|), |\vspace|(|*|), +and |\addvspace|; +\item the sole optional argument of |\\|. +\end{itemize} + +%=========================================================== +\end{document} |