summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tucv
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-12-08 00:38:52 +0000
committerKarl Berry <karl@freefriends.org>2010-12-08 00:38:52 +0000
commitab69a828385a1559928c1a1b887fc03cf00702c0 (patch)
tree827d78ec89b46dbd26a7208931eaeb29288ee688 /Master/texmf-dist/doc/latex/tucv
parentffcb74e60a180d671758213c607119609a64a689 (diff)
new latex package tucv 1.0 (7dec10)
git-svn-id: svn://tug.org/texlive/trunk@20680 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tucv')
-rw-r--r--Master/texmf-dist/doc/latex/tucv/README62
-rw-r--r--Master/texmf-dist/doc/latex/tucv/tucv.pdfbin0 -> 180557 bytes
-rw-r--r--Master/texmf-dist/doc/latex/tucv/tucv_ex.pdfbin0 -> 87631 bytes
-rw-r--r--Master/texmf-dist/doc/latex/tucv/tucv_ex.tex94
4 files changed, 156 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tucv/README b/Master/texmf-dist/doc/latex/tucv/README
new file mode 100644
index 00000000000..0bf6e046515
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tucv/README
@@ -0,0 +1,62 @@
+TU CV
+-----
+
+1 - Introduction
+
+TUCV is a LaTeX package for producing a CV or resume. It is based upon the
+shaded resume style, originally by Matthew Boedicker. The capabilities
+it provides are inspired by the University of Tulsa's Cyber Corps resume
+format; it is inclined to produce a somewhat lengthy, detailed document.
+
+Up to date source files for this package are available at its bitbucket
+repository at <https://bitbucket.org/duplico/tu-cv>.
+
+Detailed documentation can be found in tucv.pdf, which may also be
+generated by running pdflatex on tucv.dtx.
+
+Source and PDF output of a sample CV with dummy content is provided in
+tucv_ex.tex and tucv_ex.pdf.
+
+2 - Installation
+
+Dependencies: array, calc, color, fancyhdr, xparse.
+
+The tucv package provides a single style, tucv.sty, which is generated
+by running latex on tucv.ins. To use, place tucv.ins in a directory
+searched by the latex compiler.
+
+3 - Acknowledgments
+
+3.1 - TU Resume Format
+
+The format of the sample CV and the document style that guided the
+adaptation of this package is based upon the University of Tulsa
+Institute for Information Security and Cyber Corps program's de facto
+resume format, which is the work, among others, of:
+
+o Alexander Barclay
+ http://www.alexbarclay.net
+o Christopher Swenson
+ http://www.caswenson.com
+
+3.2 - LaTeX Package
+
+This style is based upon the shaded resume template that is the work of:
+
+o Matthew Boedicker <matthewm@boedicker.org>
+ http://matthewm.boedicker.org/
+o David J Grant <davidgrant-at-gmail.com>
+ http://www.davidgrant.ca
+o Todd C Miller <Todd.Miller@courtesan.com>
+ http://www.gratisoft.us/todd/
+o George Louthan <georgerlouth@nthefourth.com>
+ http://georgerloutha.nthefourth.com
+
+4 - License
+
+This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
+Unported License. To view a copy of this license, visit
+http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to
+Creative Commons
+171 Second Street, Suite 300
+San Francisco, California, 94105, USA.
diff --git a/Master/texmf-dist/doc/latex/tucv/tucv.pdf b/Master/texmf-dist/doc/latex/tucv/tucv.pdf
new file mode 100644
index 00000000000..cb49afa2fc7
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tucv/tucv.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/tucv/tucv_ex.pdf b/Master/texmf-dist/doc/latex/tucv/tucv_ex.pdf
new file mode 100644
index 00000000000..69322faad62
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tucv/tucv_ex.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/tucv/tucv_ex.tex b/Master/texmf-dist/doc/latex/tucv/tucv_ex.tex
new file mode 100644
index 00000000000..7da92c6d77b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tucv/tucv_ex.tex
@@ -0,0 +1,94 @@
+% (c) 2009-2010 George R. Louthan IV <georgerlouth@nthefourth.com>
+% http://georgerloutha.nthefourth.com
+% (c) 2007 Todd C. Miller <Todd.Miller@courtesan.com>
+% http://www.gratisoft.us/todd/
+% (c) 2003-2007 David J. Grant <davidgrant-at-gmail.com>
+% http://www.davidgrant.ca
+% (c) 2002 Matthew Boedicker <mboedick@mboedick.org>
+% http://mboedick.org
+%
+% This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
+% Unported License. To view a copy of this license, visit
+% http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to
+% Creative Commons
+% 171 Second Street, Suite 300
+% San Francisco, California, 94105, USA.
+
+\documentclass[letterpaper,11pt]{article}
+\usepackage[pagesetup]{tucv}
+\fancyfoot[C]{Name - Resume \thepage}
+
+\begin{document}
+
+% Page heading and name/contact info table
+\begin{tabular*}{7in}{l@{\extracolsep{\fill}}r}
+\textbf{\Large Sample Resume - tucv class} & Phone number\\
+Address & Email address \\
+Address 2 & URL \\
+\end{tabular*}
+
+% Resume section heading
+\resheading{Objective}
+\begin{itemize}
+% This is the freest form resume entry available. It's basically just text.
+\item[] \resentrysinglecol{I want to do stuff.}
+\end{itemize}
+
+\resheading{Education}
+\begin{itemize}
+\item[]
+% The school entry provides name and location fields
+ \resschool{School Name}{Location}
+% The degree entry is indented one level and provides a degree, major, date and
+% optional notes field.
+ \resdegree[Notes]{Degree}{Major}{Date}
+ \resdegree{Degree}{Major}{Date}
+\item[]
+% The school entry with the notes field:
+ \resschool[Notes about school]{School Name}{Location}
+% This is a two-column entry, indented one level and providing a text field and
+% date field.
+ \ressubentry{Certificate, etc.}{Date}
+\end{itemize}
+\resheading{Academics}
+ \begin{itemize}
+% This provides a top-level bold item and a description field.
+ \item[] \resdesc{Instructor}{Course 1, Course 2}
+ \item[] \resdesc{Teaching Assistant}{Course 1}
+ \item[] \resdesc{Referee}{Journal 1, Conference 1}
+ \item[] \resdesc{Information Assurance Coursework}{Course 1, Course 2}
+\end{itemize}
+
+\resheading{Employment History}
+\begin{itemize}
+\item[]
+% Top-level entry for an employer, providing employer, location, and description
+% fields:
+\resemployer[Brief description of employer]{Employer name}{Location}
+% Indented entry for a job, providing title, start date, end date, and
+% description fields:
+ \resjob[Description of job]{Job title}{Start}{End}
+\end{itemize}
+
+% This is a section for conferences.
+\resheading{Conferences}
+\begin{itemize}
+ % Major conference entry: provides name and role fields
+ \item[] \resconference{Major conference name}{Role (dates)}
+ % Subconference entry (e.g. workshop, session, etc.): provides name and role
+ % fields.
+ \ressubconference{Workshop or session name}
+ {Role (dates)}
+\end{itemize}
+
+% This is a section for publications
+% In a future version, BiBTeX integration is probably a desired feature, but
+% for now there is just a text entry type called resbib.
+\footnotetext[1]{Denotes a peer-reviewed publication}
+\resheading{Publications and Presentations}
+\begin{itemize}
+% This item provides article title (bolded) and rest-of-citation fields.
+\item[] \resbib{``Article title''\footnotemark[1]}{Paper at Conference, Year.
+ Authors.}
+\end{itemize}
+\end{document}