{"id":24141574,"url":"https://github.com/germabyte/cv","last_synced_at":"2025-08-11T13:09:10.563Z","repository":{"id":271806338,"uuid":"848018779","full_name":"germabyte/cv","owner":"germabyte","description":"This program provides a simple, user-friendly graphical interface for compiling a LaTeX-based CV (cv.tex) using PowerShell and XeLaTeX. It automates the compilation process by executing a PowerShell script that generates a clean, formatted PDF from your LaTeX file.","archived":false,"fork":false,"pushed_at":"2025-04-10T18:40:18.000Z","size":470,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T19:01:12.028Z","etag":null,"topics":["document-generation","latex","powershell","python","resume","tkinter","xelatex"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/germabyte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-27T01:28:44.000Z","updated_at":"2025-04-10T18:40:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6947201-7eb2-44c7-aed6-69fa85939806","html_url":"https://github.com/germabyte/cv","commit_stats":null,"previous_names":["germabyte/cv"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/germabyte/cv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/germabyte%2Fcv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/germabyte%2Fcv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/germabyte%2Fcv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/germabyte%2Fcv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/germabyte","download_url":"https://codeload.github.com/germabyte/cv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/germabyte%2Fcv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269891894,"owners_count":24491805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["document-generation","latex","powershell","python","resume","tkinter","xelatex"],"created_at":"2025-01-12T04:41:53.580Z","updated_at":"2025-08-11T13:09:10.345Z","avatar_url":"https://github.com/germabyte.png","language":"TeX","readme":"# LaTeX CV Compiler\n\nThis repository provides a Python-based graphical interface and PowerShell script to automate the process of compiling a LaTeX CV (`cv.tex`) file into a PDF. The system offers a straightforward, user-friendly method for compiling LaTeX documents and managing the generated output.\n\n## Features\n\n- **Graphical Interface**: A Python Tkinter GUI enables users to select the project directory and run the compilation process without using the command line.\n- **Automated Compilation**: The PowerShell script compiles the LaTeX `cv.tex` file using XeLaTeX and cleans up temporary files, ensuring the output folder only contains the final PDF.\n- **Cross-Platform**: While the PowerShell script is tailored for Windows, the Python GUI can run on any system that supports Tkinter, with minor adjustments for Linux/macOS.\n\n## Prerequisites\n\nBefore using the system, ensure the following software is installed:\n\n1. **XeLaTeX**: A LaTeX distribution (e.g., MiKTeX or TeX Live) with support for XeLaTeX. Verify installation by running:\n   ```bash\n   xelatex --version\n   ```\n2. **Python 3.x**: Required to run the `latex_cv_compiler.py` script. Install it from the [official Python website](https://www.python.org/downloads/).\n3. **Tkinter**: Bundled with most Python installations. Confirm its installation by attempting to import it in a Python shell:\n   ```python\n   import tkinter\n   ```\n\n## Usage\n\n### Step 1: Download the Repository\n\nDownload this repository as a ZIP file by clicking the **\"Code\"** button at the top of the repository page on GitHub and selecting **\"Download ZIP\"**. Extract the contents of the ZIP file to a folder on your computer.\n\n### Step 2: Prepare Your LaTeX File\n\nEnsure your LaTeX file (`cv.tex`) is in the extracted folder. Verify that the `script.ps1` file is also in the same directory. This script will handle the compilation process.\n\n### Step 3: Run the Python GUI\n\n1. Open a terminal or command prompt and navigate to the folder where the repository was extracted.\n2. Run the Python script to open the graphical interface:\n   ```bash\n   python latex_cv_compiler.py\n   ```\n\n### Step 4: Select the Project Directory\n\nIn the GUI:\n1. Click the **\"Select Project Directory\"** button.\n2. Navigate to the folder containing both `cv.tex` and `script.ps1`.\n3. The selected directory path will appear in the GUI window.\n\n### Step 5: Compile the LaTeX CV\n\nOnce the project directory is selected:\n1. Click the **\"Run Compilation Script\"** button.\n2. The PowerShell script will execute the LaTeX compilation process.\n3. Monitor the log output in the GUI for progress and any potential errors.\n\nThe final PDF will be placed in an `output` folder within the project directory. Non-PDF files will be automatically removed after compilation.\n\n### Output Files\n\n- The compiled PDF will be located in the `output` folder.\n- Temporary files (e.g., `.aux`, `.log`) will be deleted automatically.\n\n### Troubleshooting\n\n- **PowerShell Errors**: If the PowerShell script fails to run, ensure PowerShell’s execution policy allows scripts to run. Temporarily set the execution policy to \"Bypass\" with:\n  ```bash\n  Set-ExecutionPolicy Bypass -Scope Process\n  ```\n\n- **File Not Found**: If the Python GUI reports missing files (`cv.tex` or `script.ps1`), ensure both are present in the selected directory.\n\n### Customization\n\n- Edit the `cv.tex` file to include your CV content, formatting, and structure.\n- Adjust the `script.ps1` file to modify the output directory or include additional LaTeX compilation steps if needed.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgermabyte%2Fcv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgermabyte%2Fcv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgermabyte%2Fcv/lists"}