diff options
author | Karl Berry <karl@freefriends.org> | 2016-11-01 20:13:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-11-01 20:13:19 +0000 |
commit | b3e35183d4333479c65127064bcb5bae2eb6a458 (patch) | |
tree | 30cb862f12d2781c08be23e9125b18d2fd52c13a /Master/texmf-dist/doc/latex/delimset | |
parent | 89932411328fa7d9375927a54406fa3e5a8dc3da (diff) |
delimset (1nov16)
git-svn-id: svn://tug.org/texlive/trunk@42415 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/delimset')
-rw-r--r-- | Master/texmf-dist/doc/latex/delimset/README | 30 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/delimset/delimset.pdf | bin | 0 -> 314008 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/delimset/dlmssamp.tex | 118 |
3 files changed, 148 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/delimset/README b/Master/texmf-dist/doc/latex/delimset/README new file mode 100644 index 00000000000..a15e902ef19 --- /dev/null +++ b/Master/texmf-dist/doc/latex/delimset/README @@ -0,0 +1,30 @@ +delimset v1.0 +Copyright 2016 Niklas Beisert + +delimset is a LaTeX2e package to typeset and declare sets of delimiters +in math mode whose size can be adjusted conveniently. + +The package consists of the files + + README readme file + delimset.ins installation file + delimset.dtx source file + delimset.sty package file + dlmssamp.tex sample latex file + delimset.pdf manual + +The distribution consists of the files README, delimset.ins and delimset.dtx. + +Run "(pdf)latex delimset.dtx" to compile the manual delimset.pdf. + +Run "latex delimset.ins" to create the package delimset.sty and the sample dlmssamp.tex. +Copy the file delimset.sty to an appropriate directory of your LaTeX +distribution, e.g. texmf-root/tex/latex/delimset. + +This work 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 +and version 1.3 or later is part of all distributions of LaTeX +version 2005/12/01 or later. diff --git a/Master/texmf-dist/doc/latex/delimset/delimset.pdf b/Master/texmf-dist/doc/latex/delimset/delimset.pdf Binary files differnew file mode 100644 index 00000000000..f13b40abdaa --- /dev/null +++ b/Master/texmf-dist/doc/latex/delimset/delimset.pdf diff --git a/Master/texmf-dist/doc/latex/delimset/dlmssamp.tex b/Master/texmf-dist/doc/latex/delimset/dlmssamp.tex new file mode 100644 index 00000000000..66b6360aabc --- /dev/null +++ b/Master/texmf-dist/doc/latex/delimset/dlmssamp.tex @@ -0,0 +1,118 @@ +%% +%% This is file `dlmssamp.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% delimset.dtx (with options: `sample') +%% +%% Copyright (C) 2016 Niklas Beisert +%% +%% This work 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 +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2005/12/01 or later. +%% +\NeedsTeXFormat{LaTeX2e}[1996/12/01] +\ProvidesFile{dlmssamp.tex}[2016/11/01 v1.0 sample for delimset] +\documentclass[12pt]{article} + +\usepackage[margin=2cm]{geometry} +\usepackage{amsmath,amsfonts} +\usepackage{delimset} + +\begin{document} + +sizes for default brackets: +\[ +\brk0{x},\quad +\brk1{x},\quad +\brk2{x},\quad +\brk3{x},\quad +\brk4{x} +\] + +styles for default brackets: +\[ +\brk[r]{x},\quad +\brk[s]{x},\quad +\brk[c]{x},\quad +\brk[a]{x} +\] + +nested brackets: +\[ +\brk[c]2{\brk[s]!{\brk{ax+b}x+c}x+d} +\] + +default absolute value, norm and default evaluations: +\[ +\abs*{\frac{ax+b}{cx+d}},\qquad +\norm*{\frac{ax+b}{cx+d}},\qquad +\eval*{\frac{ax+b}{cx+d}}_{x=0},\qquad +\eval[s]*{\frac{ax+b}{cx+d}}_{x=0}^{x=\infty},\qquad +\] + +outer delimiter spacing: +\begin{align*} +&\square\brk0{x}\square,&&\square\brk1{A^k}\square, +\\ +&\square\brk*{x}\square,&&\square\brk*{A^k}\square, +\end{align*} + +delimiter sizes in exponents: +\[ +e^{\brk{ax+b}},\qquad +e^{\brk!{ax+b}} +\] + +delimiter declaration: +\DeclareMathDelimiterSet{\braket}[2] + {\selectdelim[l]<#1\selectdelim|#2\selectdelim[r]>} +\[ +\braket!{\psi}{\psi} +\] + +delimiter usage: +\[ +\delimpair<|>!{\psi}{\psi} +\] + +conditional set, alternative layouts: +\[ +\delimpair\{{[m]|}\}!{2n}{n\in\mathbb{Z}}, +\qquad +\delimpair\{{[b]|}\}!{2n}{n\in\mathbb{Z}}, +\qquad +\delimpair\{{[p]|}\}!{2n}{n\in\mathbb{Z}}, +\qquad +\delimpair\{|\}!{2n}{n\in\mathbb{Z}}, +\qquad +\delimpair\{{[.];}\}!{2n}{n\in\mathbb{Z}}, +\] + +delimiter definition: +\newcommand{\comm}{\delimpair[{[.],}]} +\[ +\comm!{\comm{A}{B}}{C} ++\comm!{\comm{B}{C}}{A} ++\comm!{\comm{C}{A}}{B} +=0 +\] + +alternative representation: +\renewcommand{\comm}{\delimpair[{[.];}]} +\[ +\comm!{\comm{A}{B}}{C} ++\comm!{\comm{B}{C}}{A} ++\comm!{\comm{C}{A}}{B} +=0 +\] + +\end{document} +\endinput +%% +%% End of file `dlmssamp.tex'. |