|
Here you'll find various formats of
Daniel Lamblin's Resume
|
Hey, I'm sorry, my resume is so out of date, I'm not really linking to it anymore. You can still get the sample Latex Resume package. But that was always in Latex 2.09 and not Latex 2e, so that's pretty out of date too. In fact lately I've been using Abiword combined with Flash Paper (for the pdf output alone) on windows do prepare my resume. It's not all hip and HTMLized anymore. I'm looking at getting a more modernized option out someday soon. Maybe some CSS something with some XHTML+CSS=>PDF processing. Perhaps one of those XML stylesheets like I've seen on the BBC's RSS feed.
|
|
Producing a resume in four output formats from one source file
You could download res.tgz, which is a package with
res.sty in it, some example resumes, and a system of Makefiles which automatically make
all the different formats (pdf, ps, html, text) from the source LaTeX file.
I recommend you read the README first.
|
| |
Figure 1:
The process for four formats
| | |
|
|
|
 |
Daniel's Resume.tex [LaTeX Source for Resume] |
|
|
|
 | + |
 |
>ltoh.pl [LTOH Perl-Script] | |
(with) ltoh.specs [for res.sty]
|
|
|
 | + |
 |
| >latex | |
(with) res.sty [LaTeX's Resume Style Sheet] |
|
|
 | + |
 |
| >pdflatex | |
(with) res.sty [LaTeX's Resume Style Sheet] |
|
 |
>postfix_html.pl [Touchup Perl-Script #1] |
|
|
 |
>dvips [LaTeX's DVI Output to PostScript] |
|
|
 |
| Daniel's Resume.pdf |
|
 |
| Daniel's Resume.html |
|
|
 |
| Daniel's Resume.ps |
|
|
|
 |
>lynx -dump [Lynx HTML to Text] |
|
|
|
|
|
 |
>postfix_txt.pl [Touchup Perl-Script #2] |
|
|
|
|
|
 |
| Daniel's Resume.txt |
|
|
|
|
|
|