diff options
author | Karl Hallsby <karl@hallsby.com> | 2022-10-03 00:35:44 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2022-10-03 00:35:44 -0500 |
commit | 57f5f88b62d20b3e8dfaf560fd096e1a87d88e5d (patch) | |
tree | b39e7643221976baa5e04c5a32faa0e24c93fb16 | |
parent | 0d58ecc69409e0a1eec8b2692db40736698e149b (diff) |
Add comment describing what \tableformat <label> field does
-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 7dd491a..e49050b 100644 --- a/Hallsby_Karl.tex +++ b/Hallsby_Karl.tex @@ -44,6 +44,7 @@ \usepackage{titling} \usepackage[explicit]{titlesec} % \titleformat{<command>}[<shape>]{<format>}{<label>}{<sep>}{<before>}[<after>] +% <label> refers to the way the section number/letter is formatted % \titlespacing{<command>}{<left>}{<beforesep>}{<aftersep>}[<right>] % Starred version kills the indentation of the paragraph following the title \titleformat{\section}{\Large\bfseries}{}{0em}{\MakeUppercase{#1}}[\titlerule] |