io.github.francisco-perez-sorrosal/cv
An MCP server that provides access to Francisco Perez-Sorrosal's CV
Open source Open in the app JSON README (API)
About
An MCP server that provides access to Francisco Perez-Sorrosal's CV
Details
- Kind
- MCP servers
- Topic
- No topic detected
- Publisher
- francisco-perez-sorrosal
- Origin
- official
- Category
- ferramentas
- Transport
- local
- Version
- 0.0.3
- Stars
- 5
- Forks
- 2
- Last push
- 2026-04-30T00:21:35Z
- Repository state
- ativo
- Language
- TeX
- Added
- 2026-08-29 03:02:48
- Updated
- 2026-08-29 03:02:48
- Origin id
io.github.francisco-perez-sorrosal/cv
README
# Francisco Perez-Sorrosal CV This repository contains Francisco Perez-Sorrosal's CV in LaTeX format. ## Requirements (macOS) - LaTeX distribution (MacTeX recommended) MacTeX includes: 1. `pdflatex` a common compiler for converting LaTeX files into PDF 2. `latexmk` a Perl script that runs pdflatex plus other necessary tools like BibTeX or Biber ### Installing MacTeX with Homebrew ```bash brew install --cask mactex ``` Or download from https://tug.org/mactex/ ## CV Compilation ```bash # Compile CV to PDF with latexmk (recommended) (-c cleans auxiliary files) latexmk -pdf -c FranciscoPerezSorrosal_CV_English.tex # or compile it with pdflatex pdflatex FranciscoPerezSorrosal_CV_English.tex ``` ## Dev 1. [Dev Doc](https://github.com/francisco-perez-sorrosal/cv/blob/mcp/README_DEV.md) 2. [CICD Doc](https://github.com/francisco-perez-sorrosal/cv/blob/mcp/README_CICD.md)