{"id":25657203,"url":"https://github.com/codex-devlab/basic_cv","last_synced_at":"2026-05-19T07:10:45.336Z","repository":{"id":277382039,"uuid":"931050759","full_name":"codex-devlab/Basic_CV","owner":"codex-devlab","description":"A Docker-based tool for converting LaTeX resumes to DOCX format using Pandoc.","archived":false,"fork":false,"pushed_at":"2025-02-14T13:45:07.000Z","size":14704,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-20T06:36:28.692Z","etag":null,"topics":["docker","latex","latex-examples","pandoc"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codex-devlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-11T16:33:20.000Z","updated_at":"2025-02-14T13:45:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"4d4fa2af-d4a6-4811-9ebc-8e4026fc4d86","html_url":"https://github.com/codex-devlab/Basic_CV","commit_stats":null,"previous_names":["codex-devlab/basic_cv"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codex-devlab/Basic_CV","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-devlab%2FBasic_CV","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-devlab%2FBasic_CV/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-devlab%2FBasic_CV/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-devlab%2FBasic_CV/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codex-devlab","download_url":"https://codeload.github.com/codex-devlab/Basic_CV/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-devlab%2FBasic_CV/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33205712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"online","status_checked_at":"2026-05-19T02:00:06.763Z","response_time":58,"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":["docker","latex","latex-examples","pandoc"],"created_at":"2025-02-23T23:16:50.858Z","updated_at":"2026-05-19T07:10:45.317Z","avatar_url":"https://github.com/codex-devlab.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Basic_CV\n\nThis project provides a Docker-based solution for converting LaTeX-formatted resumes (`resume.tex`) into DOCX format using Pandoc.\n\n## Prerequisites\n\n- [Docker](https://www.docker.com/get-started) installed on your system.\n\n## Getting Started\n\nFollow the steps below to set up and run the conversion process:\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/codex-devlab/Basic_CV.git\ncd Basic_CV\n```\n\n### 2. Start the Docker Container\n\n#### Option A: Using docker run\n\n```shell\ndocker run -itd \\\n  --volume \"$(git rev-parse --show-toplevel)\":/data:rw \\\n  --user $(id -u):$(id -g) \\\n  --name pandoc_convert \\\n  --entrypoint /bin/sh \\\n  pandoc/latex:3.6.3-alpine\n```\n#### Option B: Using Docker Compose\n\n\n```shell\ncd Basic_CV\necho \"UID=$(id -u)\" \u003e container/.env\necho \"GID=$(id -g)\" \u003e\u003e container/.env\necho \"PROJECT_PATH=$(git rev-parse --show-toplevel)\" \u003e\u003e container/.env\ndocker compose -f container/docker-compose.yaml up -d\n```\n\n### 3. Convert the LaTeX Resume to DOCX\n\nAccess the running container and execute the conversion command:\n\n```shell\ndocker exec -it pandoc_convert /bin/sh\n```\n\nInside the container:\n\n```shell\ncd data\n(pandoc_convert)$ pandoc example/LaTeXTemplates_awesome-resume-cv_v1.3/resume.tex --trace=false --filter tools/pandoc-crossref --reference-doc=reference-doc/ResumsumeViking-Word-Resume-Simple.docx  -o conv_resume.docx --verbose --lua-filter=tools/Conv_modern_to_standard.lua\n```\n\nThe converted conv_resume.docx file will be available in your project directory.\n\n\n\n## Reference\n* [Example_LaTeXTemplates_awesome-resume-cv_v1.3](https://www.latextemplates.com/template/awesome-resume-cv)\n* [CTAN](https://ctan.org/)\n  * [lshort – A short introduction to LaTeX 2e](https://ctan.org/pkg/lshort)\n    * [LaTeX-ko-Ishort Manual PDF](http://mirrors.ctan.org/info/lshort/korean/lshort-ko.pdf)\n    * [LaTeX-en-Ishort Manual PDF](http://mirrors.ctan.org/info/lshort/english/lshort.pdf)\n      * [Github-LaTeX-en](https://github.com/oetiker/lshort)\n\n* [Pandoc Crossref](https://github.com/lierdakil/pandoc-crossref)  \n  pandoc filter for numbering figures, equations, tables and cross-references to them.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodex-devlab%2Fbasic_cv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodex-devlab%2Fbasic_cv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodex-devlab%2Fbasic_cv/lists"}