From 49fccbbc9739f42ebc4bdff1c22b080bf8509980 Mon Sep 17 00:00:00 2001 From: MLopez-Ibanez <2620021+MLopez-Ibanez@users.noreply.github.com> Date: Sat, 22 Jun 2024 17:21:35 +0100 Subject: [PATCH] * macros.tex: Handle \big and \binom. --- macros.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macros.tex b/macros.tex index 529964cf..b9f5f910 100644 --- a/macros.tex +++ b/macros.tex @@ -4,6 +4,8 @@ \newcommand{\softwarepackage}[1]{\texttt{#1}} \newcommand{\setminus}{ ∖ } \newcommand{\textemdash}{ — } +\newcommand{\big}{} +\newcommand{\binom}[2]{C_{#1,#2}} \newcommand{\text}[1]{\textrm{#1}} %%% Local Variables: %%% mode: latex