From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/harnon-cv/README | 41 +++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 macros/latex/contrib/harnon-cv/README (limited to 'macros/latex/contrib/harnon-cv/README') diff --git a/macros/latex/contrib/harnon-cv/README b/macros/latex/contrib/harnon-cv/README new file mode 100644 index 0000000000..977cafee34 --- /dev/null +++ b/macros/latex/contrib/harnon-cv/README @@ -0,0 +1,41 @@ + +---------------------------------- +harnon-cv (Latex Document Class) +---------------------------------- + +This is a latex document class for building a neat CV document using a 'timeline' for displaying your recent experience. A minimal working example is provided in sample.tex, which also provides some basic examples of the special commands provided. + +Include the class by starting your .tex file with + + \documentclass{harnon-cv} + +You can add your information by writing + + % add your user information + \author{My Name} + \youremail{your@email.com} + \yourwebsite{http://github.com} + \youraddress{121 Your Address, \\Your Town\\Your Postcode} + + +You can add headers to document sections as follows + + \adddocumentheader{Top of Page Super heading} + \addheadertext{Section Heading} + \addsubheader{Sub section heading} + \addcallout{Some emphasised text, similar to sub section} + +You can also add a timeline as follows + + \starttimeline + \timelineitem{2009}{Did some stuff} + \timelinespacer + \timelineitem{2010}{ + \addtimelinebullet{Some text in a bullet pt} + \addtimelinebullet{Some more text in a bullet point} + } + \stoptimeline + +The \timelineseparator command just adds some white space between timeline items. It is optional. + +This is provided as public domain (with no warranty), so use, change, modify however you wish. If you find or add something particularly cool, feel free to push some changes at https://github.com/mecharius/latex-timelineCV \ No newline at end of file -- cgit v1.2.3