mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
added some examples
This commit is contained in:
parent
27e104e9ff
commit
c96f849d1b
5 changed files with 146 additions and 2 deletions
|
@ -11,8 +11,8 @@
|
|||
\tikz[overlay,remember picture,baseline] \coordinate [anchor=base] (#1);}
|
||||
|
||||
\newcommand\DrawBrace[3]{%
|
||||
\draw [decorate,decoration={brace,amplitude=5pt,mirror,raise=2pt}]
|
||||
(#1) -- (#2) node [midway,xshift=15pt] {$\displaystyle #3$};
|
||||
\draw [ultra thick, decorate,decoration={brace,amplitude=5pt,mirror,raise=2pt}]
|
||||
(#1) -- (#2) node [midway,xshift=23pt] {\Huge $\displaystyle #3$};
|
||||
}
|
||||
|
||||
\begin{document}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue