Code Monkey home page Code Monkey logo

cv's Introduction

CV

Eventually I hope to have a more complete system for organizing and deploying a CV and biosketch for academic purposes. Right now it is just a LaTeX template for the UNL COE CV Word template.

Current status

(Rough) LaTeX template for the prescribed UNL COE CV Word template. I hope to make a full LaTeX document class in the near future. Instructions are found in the files themselves.

Here is a completed example.

cv's People

Contributors

jmb275 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

transafeailab

cv's Issues

Support reverse numbering of bibitems

Currently, things like conference/journal lists number "C1", "C2" etc sequentially. They should probably number in reverse order, given they are sorted newest to oldest.

Or perhaps give people the option to choose which way it orders by keeping the current setting, and adding star forms:

\RequirePackage{etaremune}

\newenvironment{journalbib*}
  {\renewcommand\labelenumi{[J\theenumi]}%
   \etaremune[
     leftmargin=0.55in,
     topsep=0pt,
     itemsep=2pt,
     parsep=\z@,
     partopsep=0pt,
     topsep=0pt]
     }
  {\endetaremune}

\newenvironment{conferencebib*}
  {\renewcommand\labelenumi{[C\theenumi]}%
   \etaremune[
     leftmargin=0.55in,
     topsep=0pt,
     itemsep=2pt,
     parsep=\z@,
     partopsep=0pt,
     topsep=0pt]
     }
  {\endetaremune}

Book bib entries should start with a "B"

Since conference and journal bib entries start with a letter (C, J), perhaps books should do the same (B)?

\newlist{bookbib}{enumerate}{3}
\setlist[bookbib]{label=[B\arabic*],
  resume,
  leftmargin=0.55in,
  % leftmargin={\mybibhang+0.55in},
  % leftmargin={\mybibhang+\widthof{[9999]}},%
  % itemindent=-\mybibhang,
  % itemsep=\mybibsep,parsep=\z@,partopsep=0pt,
  itemsep=2pt,
  parsep=\z@,
  partopsep=0pt,
  topsep=0pt,
  after=\vspace{10pt}}
\let\oldendbookbib\endbookbib
\def\endbookbib{\oldendbookbib\vspace{-.6\baselineskip}}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.