Revision [2850]

Last edited on 2009-06-05 07:11:15 by DarTar
Deletions:
@@[[research]] | [[papers papers & communications]] | [[teaching]] | [[erp]] | [[links]] | [[tools]] | [[cv]] | [[contact]]@@


Revision [2570]

Edited on 2008-10-27 15:49:28 by DarTar
Additions:
======CSS-driven {{tex}} logo======
Deletions:
======CSS-driven {{tex}} logos======


Revision [2132]

Edited on 2008-04-18 07:05:25 by DarTar
Additions:
======CSS-driven {{tex}} logos======
Deletions:
======CSS-driven {{tex}}, {{latex}} and {{xetex}} logos======


Revision [2131]

Edited on 2008-04-18 07:05:09 by DarTar
Additions:
======CSS-driven {{tex}}, {{latex}} and {{xetex}} logos======
Deletions:
======CSS-driven {{tex}} logos======


Revision [2130]

Edited on 2008-04-18 04:05:06 by DarTar
Additions:
Edward O'Connor has written a [[http://edward.oconnor.cx/2007/08/tex-poshlet nifty hack]] to render the {{tex}} and {{latex}} logos in plain CSS and XHTML. I have adapted his hack to create a matching {{xetex}} logo.
Deletions:
Edward O'Connor has written a [[http://edward.oconnor.cx/2007/08/tex-poshlet nifty hack]] to render the {{tex}} and {{latex}} logos in CSS and XHTML. I have adapted his code to create a {{xetex}} logo.


Revision [2129]

Edited on 2008-04-17 04:19:23 by DarTar
Deletions:
%%(css)


Revision [2126]

Edited on 2008-04-17 04:12:10 by DarTar
Additions:
===== CSS source=====
===== XHTML source =====
Deletions:
===== CSS =====
===== XHTML =====


Revision [2125]

Edited on 2008-04-17 04:11:53 by DarTar
Additions:
======CSS-driven {{tex}} logos======
===== CSS =====
===== XHTML =====
==={{tex}}===
==={{latex}}===
==={{xetex}}===
Deletions:
=====CSS-driven {{tex}} logos=====
=== CSS ===
=== XHTML ===
{{tex}}
%%(xhtml)
{{latex}}
%%(xhtml)
{{xetex}}
%%(xhtml)


Revision [2124]

Edited on 2008-04-17 04:02:14 by DarTar
Additions:
[[home]] › [[tools]] › [[latex]] › texlogo
=====CSS-driven {{tex}} logos=====
Edward O'Connor has written a [[http://edward.oconnor.cx/2007/08/tex-poshlet nifty hack]] to render the {{tex}} and {{latex}} logos in CSS and XHTML. I have adapted his code to create a {{xetex}} logo.
=== CSS ===
%%(css)
.latex {
font-family: Times, "Times New Roman", serif;
letter-spacing: 1px;
}
.latex sup {
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.85em;
vertical-align: 0.15em;
margin-left: -0.36em;
margin-right: -0.15em;
}
.latex sub {
text-transform: uppercase;
vertical-align: -0.5ex;
margin-left: -0.1667em;
margin-right: -0.125em;
font-size: 1em;
}
%%
=== XHTML ===
{{tex}}
%%(xhtml)
TeX
%%
{{latex}}
%%(xhtml)
LaTeX
%%
{{xetex}}
%%(xhtml)
XƎTeX
%%
Deletions:
[[home]] › [[tools]] › [[latex]] › cvtex
=====Typesetting your academic CV in {{latex}}=====
<<==Latest update==
''Feb 15, 2008'' v.0.2: Adding ##tex-text## mapping and fixing wrongly rendered double quotes.
<<::c::
{{image class="right_floated" src="../img/cvtex/einstein_cv.png" alt="[Example of XeTeX-typeset cv]" title="Example of XeTeX-typeset cv"}}There are several dedicated packages to typeset a curriculum vitę or a resume in {{latex}}, such as [[http://www.ctan.org/tex-archive/help/Catalogue/entries/europecv.html europecv]] or [[http://www.ctan.org/tex-archive/help/Catalogue/entries/ecv.html ecv]]. For some reason I've always found these solutions not flexible enough to suit my needs. This is why I opted for a standard (##article##) class as a basis for my CV.
Some {{tex}} distributions such as [[tools XeTeX]] allow you not only to benefit of the advanced typesetting features available in {{latex}}, but also to use in your documents expert fonts such as ""Hoefler Text"", ""Adobe Garamond Pro"" and to edit {{tex}} sources in your native (Western or non-Western) writing system.
The following are custom templates I use to typeset an academic curriculum vitę in [[latex XeTeX]]. You are free to download them and modify them to typeset your own curriculum.
For [[http://nitens.org/cv/cv.pdf my CV]] I currently use a template compiled in [[tools XeTeX]] with ""ITC Officina Serif"" as main typeface and ""ITC Officina Sans"" for headings.
::c::
===Features===
~-Access to [[latex expert font]] features (such as //ligatures//, //contextuals//, //glyph variants//) (via the ##fontspec## package)
~-[[Wikipedia:Unicode Unicode-ready]]templates
~-Custom heading fonts (via the ##sectsty## package)
~-Alternate ampersands
~-Clickable hyperlinks (via the ##hyperref## package)
~-Hanging notes
===Requirements===
''(All the required software is included in the [[http://www.tug.org/mactex/ MacTeX distribution]])''
~-A [[http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=xetex XeTeX]] distribution
~-The [[http://www.ctan.org/tex-archive/macros/xetex/latex/fontspec/ fontspec]] package
~-(optional) A graphical {{tex}} editor, e.g. [[http://www.uoregon.edu/~koch/texshop/texshop.html TeXShop]]
~-(optional) Expert fonts
=====1. Fontin=====
''(Requires the free fonts ""Fontin"" and ""Fontin Sans"")''
{{image class="right_floated" src="../img/cvtex/fontin.png" alt="[Example of XeTeX-typeset cv using Fontin]" title="Example of XeTeX-typeset cv using Fontin" link="http://nitens.org/img/cvtex/cv_template_xetex_fontin.pdf"}}===Downloads===
~-source: [[http://nitens.org/img/cvtex/cv_template_xetex_fontin.tex cv_template_xetex_fontin.tex]]
~-output: [[http://nitens.org/img/cvtex/cv_template_xetex_fontin.pdf cv_template_xetex_fontin.pdf]]
===Version===
~##0.2## ''(Feb 15, 2008)''
::c::=====2. Gentium Basic=====
''(Requires the free font ""Gentium Basic"")''
{{image class="right_floated" src="../img/cvtex/gentium.png" alt="[Example of XeTeX-typeset cv using Gentium Basic]" title="Example of XeTeX-typeset cv using Gentium Basic" link="http://nitens.org/img/cvtex/cv_template_xetex_gentium.pdf"}}===Downloads===
~-source: [[http://nitens.org/img/cvtex/cv_template_xetex_gentium.tex cv_template_xetex_gentium.tex]]
~-output: [[http://nitens.org/img/cvtex/cv_template_xetex_gentium.pdf cv_template_xetex_gentium.pdf]]
===Version===
~##0.2## ''(Feb 15, 2008)''
::c::=====3. ITC Officina=====
''(Requires the commercial fonts ""ITC Officina Sans"" and ""ITC Officina Serif"")''
{{image class="right_floated" src="../img/cvtex/officina.png" alt="[Example of XeTeX-typeset cv using ITC Officina]" title="Example of XeTeX-typeset cv using ITC Officina" link="http://nitens.org/img/cvtex/cv_template_xetex_officina.pdf"}}===Downloads===
~-source: [[http://nitens.org/img/cvtex/cv_template_xetex_officina.tex cv_template_xetex_officina.tex]]
~-output: [[http://nitens.org/img/cvtex/cv_template_xetex_officina.pdf cv_template_xetex_officina.pdf]]
===Version===
~##0.2## ''(Feb 15, 2008)''
::c::=====4. Caslon=====
''(Requires the commercial font ""Adobe Caslon Pro"")''
{{image class="right_floated" src="../img/cvtex/caslon.png" alt="[Example of XeTeX-typeset cv using Adobe Caslon Pro]" title="Example of XeTeX-typeset cv using Adobe Caslon Pro" link="http://nitens.org/img/cvtex/cv_template_xetex_caslon.pdf"}}===Downloads===
~-source: [[http://nitens.org/img/cvtex/cv_template_xetex_caslon.tex cv_template_xetex_caslon.tex]]
~-output: [[http://nitens.org/img/cvtex/cv_template_xetex_caslon.pdf cv_template_xetex_caslon.pdf]]
===Version===
~##0.2## ''(Feb 15, 2008)''
::c::=====5. Hoefler Text+Optima=====
''(Uses ""Hoefler Text"" and ""Optima"", two expert fonts bundled with Mac OS X)''
{{image class="right_floated" src="../img/cvtex/optima-hoefler.png" alt="[Example of XeTeX-typeset cv using Hoefler Text and Optima]" title="Example of XeTeX-typeset cv using Hoefler Text and Optima" link="http://nitens.org/img/cvtex/cv_template_xetex_hoefler.pdf"}}
===Downloads===
~-source: [[http://nitens.org/img/cvtex/cv_template_xetex_hoefler.tex cv_template_xetex_hoefler.tex]]
~-output: [[http://nitens.org/img/cvtex/cv_template_xetex_hoefler.pdf cv_template_xetex_hoefler.pdf]]
===Version===
~##0.2## ''(Feb 15, 2008)''
::c::=====Getting expert fonts=====
""XeTeX"" gives the [[latex best results]] with expert fonts such as those based on [[http://en.wikipedia.org/wiki/OpenType OpenType technology]]. Most of them can be purchased from digital foundries, but Mac OS comes bundled with a number of excellent fonts with expert features (e.g. ""Hoefler Text, Optima, Skia, Apple Chancery, Zapfino""). More free ""OpenType"" fonts are available on the net. Check out for example the [[http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=Gentium Gentium]], [[http://scripts.sil.org/CharisSILfont Charis SIL]] and [[http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=DoulosSILfont Doulos SIL]] fonts from [[http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&cat_id=FontDownloads SIL]], [[http://scholarsfonts.net/cardofnt.html Cardo]] by David J. Perry, the free fonts designed by [[http://www.josbuivenga.demon.nl/ Jos Buivenga]] (the creator of ""Fontin""), or this amazing [[http://www.alvit.de/blog/article/20-best-license-free-official-fonts collection]] of professional quality fonts selected by Vitaly Friedman.
=====Disclaimer=====
The above templates are provided //for free// and //without any guarantee// that they will correctly compile on your system if you have a non-standard configuration. Fonts used in the above templates are //not// included in the downloads and must be already installed on your system. You can modify the ##fontspec## settings in the document header to use any //""TrueType""//, //""OpenType""// or //AAT// font available on your system. For plain {{latex}} templates, see Matthew Boedicker's [[http://matthewm.boedicker.org/code/latex_resume_tips.php examples]].
=====External Links=====
~-[[http://www.ctan.org/tex-archive/help/Catalogue/entries/fontspec.html fontspec]]: An automatic interface to feature-rich fonts in ""XeLaTeX"" by Will Robertson.
~-[[http://www.ctan.org/tex-archive/help/Catalogue/entries/ecv.html ecv]]: a fancy Curriculum Vitae class.
~-[[http://www.ctan.org/tex-archive/help/Catalogue/entries/europecv.html europecv]]: an unofficial class for European curricula vitae.
~-[[http://matthewm.boedicker.org/code/latex_resume_tips.php LaTeX Resume Tips]] by Matthew Boedicker.
~-[[http://linux.dsplabs.com.au/resume-writing-example-latex-template-linux-curriculum-vitae-professional-cv-layout-format-text-p54/ LaTex: Professional Résumé layout made simple]] by Kamil Wójcicki


Revision [2123]

The oldest known version of this page was created on 2008-04-17 03:50:52 by DarTar [Cloned from cvtex]
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki