Skip to content
Snippets Groups Projects
Select Git revision
  • 2d38b9bc6de38b872eec032cde8ea12a509eb89c
  • master default protected
2 results

JSchnable.tex

Blame
  • JSchnable.tex 53.64 KiB
    %adapted from:
    %https://github.com/rossibarra/CV
    
    \documentclass[letterpaper]{article}
    \usepackage{CJKutf8}
    \usepackage{hyperref}
    \usepackage{geometry}
    \usepackage{etaremune}
    \usepackage{fixltx2e}
    \usepackage{pgf}
    \usepackage{float}
    \usepackage{textcomp}
    %\usepackage{eurofont}
    \usepackage{color}
    \usepackage{verbatim}
    \definecolor{unlred}{rgb}{0.0,0.0,0.71}
    
    % Comment the following lines to use the default Computer Modern font
    % instead of the Palatino font provided by the mathpazo package.
    % Remove the 'osf' bit if you don't like the old style figures.
    \usepackage[T1]{fontenc}
    \usepackage[sc,osf]{mathpazo}
    \usepackage{setspace}
    % Set your name here
    \def\name{James C. Schnable}
    \renewcommand\thefootnote{\textcolor{unlred}{\arabic{footnote}}}
    
    
    % Replace this with a link to your CV if you like, or set it empty
    % (as in \def\footerlink{}) to remove the link in the footer:
    %\def\footerlink{https://github.com/rossibarra/CV/blob/master/CV.pdf?raw=true}
    
    %Add in-line comments
    \newcommand{\ignore}[1]{}
    
    % The following metadata will show up in the PDF properties
    \hypersetup{
      colorlinks = true,
      urlcolor = unlred,
      pdfauthor = {\name},
      pdfkeywords = {comparative genomics, maize, grasses},
      pdftitle = {\name: Curriculum Vitae},
      pdfsubject = {Curriculum Vitae},
      pdfpagemode = UseNone
    }
    
    \geometry{
      body={6.5in, 9in},
      left=1.0in,
      top=1.0in
    }
    
    % Customize page headers
    \pagestyle{myheadings}
    \markright{\name}
    \thispagestyle{empty}
    
    % Custom section fonts
    \usepackage{sectsty}
    \sectionfont{\rmfamily\mdseries\Large}
    \subsectionfont{\rmfamily\mdseries\itshape\large}
    
    % Other possible font commands include:
    % \ttfamily for teletype,
    % \sffamily for sans serif,
    % \bfseries for bold,
    % \scshape for small caps,
    % \normalsize, \large, \Large, \LARGE sizes.
    
    % Don't indent paragraphs.