diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-24 22:15:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-24 22:15:05 +0000 |
commit | 6e93530cbc741195634fa8efe3b79a2a8b7ae70e (patch) | |
tree | 723f9511d4d34b0c52a962787e694929fe4c688d /Master/texmf-dist/doc/latex/tablvar/README.md | |
parent | 19b8337a2acf047413b2d40ac73983e54bcb9678 (diff) |
tablvar (24dec18)
git-svn-id: svn://tug.org/texlive/trunk@49493 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tablvar/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/tablvar/README.md | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/Master/texmf-dist/doc/latex/tablvar/README.md b/Master/texmf-dist/doc/latex/tablvar/README.md deleted file mode 100644 index 9816726aec9..00000000000 --- a/Master/texmf-dist/doc/latex/tablvar/README.md +++ /dev/null @@ -1,43 +0,0 @@ - -PURPOSE - -A complete and easy to use package for typesetting pretty -tables of signs and variations according to french usage. - -The syntax is similar to that on array environment -and uses intuitive position commands to draw arrows -automatically (with pstricks by default or tikz in option). - -Many functionnalities are provided for drawing twin bars, -single bars crossing the zeros, areas where the function -is not defined, placing special values,... - -The design of tables can be customized. - -The documentation is in french. - - -EXAMPLE - -A simple example of a table with 4 intervals (and 4 arrows) : -\[ -\begin{tablvar}{4} - \hline - x & -5 && -1 && 2 && 3 && 5 \\ - \hline - f'(x) & & + & 0 & - & 0 & + & 0 & - & \\ - \hline - \variations{ \mil{f(x)} & \bas{0} && \haut{2} && \bas{1} && - \haut{4} && \bas{-3} } - \hline -\end{tablvar} -\] - - -LICENSE - -This file may be distributed and/or modified under the conditions of -the LaTeX Project Public License, either version 1.3 of this license -or (at your option) any later version. The latest version of this -license is in: http://www.latex-project.org/lppl.txt - |