From 373531a4e496078f8775b1e088274fab17d908c9 Mon Sep 17 00:00:00 2001 From: ltadeu6 Date: Mon, 6 Apr 2026 18:50:31 -0300 Subject: [PATCH] Novas habilidades --- AGENTS.md | 26 ++++++++++++++++++++++++++ Makefile | 2 +- curriculo-en.tex | 7 +++---- curriculo-ptbr.tex | 6 ++---- 4 files changed, 32 insertions(+), 9 deletions(-) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..8a383dc --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,26 @@ +# AGENTS.md + +## Projeto +Currículos em LaTeX (PT-BR e EN) com build via Makefile. + +## Arquivos principais +- `curriculo-ptbr.tex` +- `curriculo-en.tex` +- `habilidades.md` +- `Makefile` + +## Convenções +- Texto em PT-BR no arquivo PT-BR e em EN no arquivo EN. +- Atualize `habilidades.md` antes de refletir mudanças em `*.tex`. +- Evite duplicar conteúdo; mantenha as seções alinhadas entre os dois idiomas. +- Use estrutura simples e ATS-friendly (sem imagens ou tabelas). + +## Build +- `make` compila todos os `.tex`, limpa artefatos e abre os PDFs. +- `make clear` remove apenas artefatos do LaTeX. +- Após cada alteração, rode `make`. + +## Estilo +- Seções curtas e objetivas. +- Bullets com verbos no início. +- Datas no formato `AAAA -- AAAA` (ou `Atual`). diff --git a/Makefile b/Makefile index 9ccfc8d..39cde71 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ build: $(PDFS) $(LATEX) $< open: $(PDFS) - @for f in $(PDFS); do $(OPEN) "$$f"; done + @for f in $(PDFS); do $(OPEN) "$$f" >/dev/null 2>&1 & done clean clear: @rm -f *.aux *.log *.out *.toc *.synctex.gz *.fls *.fdb_latexmk \ diff --git a/curriculo-en.tex b/curriculo-en.tex index e261dcb..fdcf92f 100644 --- a/curriculo-en.tex +++ b/curriculo-en.tex @@ -28,11 +28,10 @@ Quality Control Analyst \hfill 2023 -- Present Intern -- Quality Control \hfill 2022 -- 2023 \section*{Education} -\textbf{B.Sc. in Bioprocess and Biotechnology Engineering} \\ -UTFPR \hfill 2017 -- 2023 +\textbf{UTFPR} -- B.Sc. in Bioprocess and Biotechnology Engineering \hfill 2017 -- 2023 -\textbf{Technical Degree in Chemistry} \\ -ETEC \hfill 2014 -- 2016 + +\noindent\textbf{ETEC} -- Technical Degree in Chemistry \hfill 2014 -- 2016 \section*{Research \& Projects} \begin{itemize} diff --git a/curriculo-ptbr.tex b/curriculo-ptbr.tex index 882ed03..02fa3d9 100644 --- a/curriculo-ptbr.tex +++ b/curriculo-ptbr.tex @@ -28,11 +28,9 @@ Analista de Controle de Qualidade \hfill 2023 -- Atual Estagiário -- Controle de Qualidade \hfill 2022 -- 2023 \section*{Formação} -\textbf{Bacharelado em Engenharia de Bioprocessos e Biotecnologia} \\ -UTFPR \hfill 2017 -- 2023 +\textbf{UTFPR} -- Bacharelado em Engenharia de Bioprocessos e Biotecnologia \hfill 2017 -- 2023 -\textbf{Técnico em Química} \\ -ETEC \hfill 2014 -- 2016 +\noindent\textbf{ETEC} -- Técnico em Química \hfill 2014 -- 2016 \section*{Pesquisa \& Projetos} \begin{itemize}