From ddb5ab19113c05015e8fa556d52a3bcef5fcee81 Mon Sep 17 00:00:00 2001 From: Kevin Buzzard Date: Thu, 14 Dec 2023 23:22:19 +0000 Subject: [PATCH] add more LaTeX abbreviations --- blueprint/src/macro/common.tex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/blueprint/src/macro/common.tex b/blueprint/src/macro/common.tex index 31589358..059df7b8 100644 --- a/blueprint/src/macro/common.tex +++ b/blueprint/src/macro/common.tex @@ -2,11 +2,15 @@ \newcommand{\Z}{\mathbb{Z}} \newcommand{\Q}{\mathbb{Q}} -\newcommand{\Qbar}{\overline{\mathbb{Q}}} +\newcommand{\Qp}{\mathbb{Q}_p} +\newcommand{\Qbar}{\overline{\Q}} +\newcommand{\Qpbar}{\overline{\Q}_p} \newcommand{\bbC}{\mathbb{C}} \newcommand{\GQ}{\Gal(\Qbar/\Q)} +\newcommand{\GQp}{\Gal(\Qpbar/\Qp)} \DeclareMathOperator{\Gal}{Gal} \DeclareMathOperator{\Aut}{Aut} +\DeclareMathOperator{\GL}{GL} \usepackage{amsthm} \newtheorem{stealthdefinition}{Definition}[chapter]