diff options
author | Karl Hallsby <karl@hallsby.com> | 2020-09-29 00:29:32 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2020-09-29 00:29:32 -0500 |
commit | a7bb0d0efe668429a8055ae8bb381848b6eae508 (patch) | |
tree | f71681ee3ffb4e48b0b33ec8aaaea21cf453c3b4 | |
parent | e7427ac1270418d631ccce8206c38c55a7fadf46 (diff) |
Add multicol package to allow for multiple columns of text
-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 2041d2d..4689614 100644 --- a/Hallsby_Karl.tex +++ b/Hallsby_Karl.tex @@ -1,6 +1,7 @@ \documentclass[letterpaper,10pt,final,twoside,notitlepage]{article} \usepackage[top=0.35in,left=1.0in,right=1.0in,bottom=1.0in]{geometry} +\usepackage{multicol} \usepackage[utf8]{inputenc} \usepackage[USenglish]{babel} \usepackage[super]{nth} |