Adiciona curriculos direcionados e ajusta build
This commit is contained in:
parent
177aad9ef5
commit
3ca5ad16b9
8 changed files with 316 additions and 3 deletions
10
AGENTS.md
10
AGENTS.md
|
|
@ -6,15 +6,23 @@ Currículos em LaTeX (PT-BR e EN) com build via Makefile.
|
|||
## Arquivos principais
|
||||
- `curriculo-ptbr.tex`
|
||||
- `curriculo-en.tex`
|
||||
- `curriculo-ptbr-data.tex`
|
||||
- `curriculo-en-data.tex`
|
||||
- `curriculo-ptbr-processos.tex`
|
||||
- `curriculo-en-processes.tex`
|
||||
- `curriculo-ptbr-qualidade.tex`
|
||||
- `curriculo-en-qc.tex`
|
||||
- `Makefile`
|
||||
|
||||
## Convenções
|
||||
- Texto em PT-BR no arquivo PT-BR e em EN no arquivo EN.
|
||||
- Evite duplicar conteúdo; mantenha as seções alinhadas entre os dois idiomas.
|
||||
- Use estrutura simples e ATS-friendly (sem imagens ou tabelas).
|
||||
- Currículos direcionados devem manter a mesma estrutura e refletir o foco da vaga.
|
||||
|
||||
## Build
|
||||
- `make` compila todos os `.tex`, limpa artefatos e abre os PDFs.
|
||||
- `make` compila todos os `.tex` e limpa artefatos.
|
||||
- `make open` abre os PDFs.
|
||||
- `make clear` remove apenas artefatos do LaTeX.
|
||||
- Após cada alteração, rode `make`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue