scripts

Scripts for general automations
git clone git://git.laack.co/scripts.git
Log | Files | Refs

header.tex (1297B)


      1 \usepackage{enumitem}
      2 \usepackage{graphicx}
      3 \usepackage{amsthm}
      4 \usepackage{caption}
      5 \usepackage{tcolorbox}
      6 \usepackage{fancyhdr}
      7 \usepackage{datetime}
      8 \usepackage{longtable}
      9 \usepackage{geometry}
     10 % these are more normal margins
     11  \geometry{verbose,tmargin=1in,bmargin=1in,lmargin=1in,rmargin=1in}
     12 
     13 \pagestyle{fancy}
     14 \fancyhf{}
     15 \lhead{Andrew Laack}
     16 \rhead{\today}
     17 % \rhead{\thepage} % page number
     18 
     19 % indentation
     20 %\usepackage{indentfirst}  % Force indentation of the first paragraph
     21 %\setlength{\parindent}{2em}  % Indent paragraphs by 1em (adjust as needed)
     22 %\setlength{\parskip}{0pt}  
     23 
     24 
     25 \newtcolorbox[]{alphaAnswer}[1][]{%
     26    colframe=black, % Frame color
     27    colback=white,  % Background color
     28    boxrule=0.2mm,  % Thickness of the frame
     29    sharp corners,
     30 }
     31 
     32 \setlength{\parindent}{0pt}
     33 
     34 % this allows setting the default font size
     35 %\makeatletter
     36 % \renewcommand\normalsize{%
     37 %    \@setfontsize\normalsize{13pt}{13pt}%
     38 %}
     39 
     40 \normalsize
     41 \makeatother
     42 
     43 % this sets the default font family to ~TNR. 
     44 % other options exist, but some don't play nicely
     45 % with pandoc for whatever reason.
     46 
     47 %\usepackage{mathptmx} % Times-like font
     48 % 
     49 \usepackage{setspace}  % Add this package
     50 \setstretch{2}
     51 
     52 % \AtBeginDocument{
     53 % 	\centering
     54 % }
     55 
     56 % \newcommand{\fix}{\marginpar{FIX}}
     57 % \newcommand{\new}{\marginpar{NEW}}