diff options
author | Karl Hallsby <karl@hallsby.com> | 2022-10-04 12:51:54 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2022-10-04 12:52:15 -0500 |
commit | 5b1239603f18e0910b7e2e35ba98c3261fb66e80 (patch) | |
tree | 68e9c1ea135e77727097c67ca8db1f3f0f894110 | |
parent | a839bb2f8f75585f6f51212d92fb7b160a6ac954 (diff) |
Add context-sensitive quotes (csquotes) package
-rw-r--r-- | Hallsby_Karl.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Hallsby_Karl.tex b/Hallsby_Karl.tex index 9cc24e1..f340f8f 100644 --- a/Hallsby_Karl.tex +++ b/Hallsby_Karl.tex @@ -22,6 +22,7 @@ % \definecolor{linkcolour}{rgb}{0,0.2,0.6} % Link color % \hypersetup{colorlinks,breaklinks,urlcolor=linkcolour,linkcolor=linkcolour} % Set link colors throughout the document +\usepackage{csquotes} % Allow sub-figure/table/equation environments and caption those correctly \usepackage{subcaption} |