No description
Find a file
Bryan Brattlof 67b888affd
All checks were successful
/ build (push) Successful in 1m21s
.forgejo/workflows: migrade to forgejo workflow
Migrate from sourcehut's build infrastructure to my own. This not only
allows me more customization on the runner side it allows me full
control of how big and long these jobs can take

Signed-off-by: Bryan Brattlof <bb@ti.com>
2026-06-10 20:56:18 -05:00
.forgejo/workflows .forgejo/workflows: migrade to forgejo workflow 2026-06-10 20:56:18 -05:00
.gitignore ignore all temporary files 2021-02-01 13:29:22 -05:00
bryan-brattlof-cover-letter.tex save generalized cover letter template 2020-08-22 14:03:00 -04:00
bryan-brattlof-resume.tex update git repo urls 2023-04-08 20:31:31 -05:00
contact-details.tex add missing X to phone number 2021-02-24 13:40:58 -05:00
readme.rst list needed packages to build in readme 2021-02-01 13:32:59 -05:00
signature.png <-- this is *kinda* my signature 2019-09-10 09:57:05 -05:00

My Resume
#########

Thank you for your interest in me.

Building
########

The most up-to-date version is available on `my website
<https://bryanbrattlof.com>`_, or you can download it `directly here
<https://bryanbrattlof.com/hi/bryan-brattlof-resume.pdf>`_.

Or you can build this yourself using the :code:`latexmk` command below:

.. code-block::

   $ latexmk -pdf bryan-brattlof-resume.tex

For Ubuntu based systems You'll need the `texlive-latex-extra` package

.. code-block::

   $ apt install latexmk texlive-latex-extra