# cv [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/francisco-perez-sorrosal/cv  
**GitHub Stars:** 5  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/cv

## Description
An MCP server that provides access to Francisco Perez-Sorrosal's CV

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "cv": {
    "url": "https://tug.org/mactex/"
  }
}
```

## Documentation & 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)

