{"id":22398114,"url":"https://github.com/raffeyang/hilatex","last_synced_at":"2026-01-31T19:01:06.148Z","repository":{"id":266445758,"uuid":"898358215","full_name":"RaffeYang/HiLaTex","owner":"RaffeYang","description":"HiLaTex是一个用于中文和英文排版的 LaTeX 模板项目，旨在提供一个灵活且易于使用的文档结构，适用于各种文档类型，如论文、报告和演示文稿。该项目包含多个示例文件，演示了如何使用不同的 LaTeX 功能，包括自定义字体、TikZ 绘图和模板设置。","archived":false,"fork":false,"pushed_at":"2025-08-01T14:32:04.000Z","size":12,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-01T16:32:51.215Z","etag":null,"topics":["latex","latex-chinese","latex-template"],"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/RaffeYang.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}},"created_at":"2024-12-04T08:53:49.000Z","updated_at":"2025-08-01T14:32:08.000Z","dependencies_parsed_at":"2024-12-04T10:24:46.150Z","dependency_job_id":"122d55aa-96cd-4528-ac28-9f8dbad95e55","html_url":"https://github.com/RaffeYang/HiLaTex","commit_stats":null,"previous_names":["raffeyang/hilatex"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RaffeYang/HiLaTex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaffeYang%2FHiLaTex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaffeYang%2FHiLaTex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaffeYang%2FHiLaTex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaffeYang%2FHiLaTex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RaffeYang","download_url":"https://codeload.github.com/RaffeYang/HiLaTex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaffeYang%2FHiLaTex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28950279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T18:30:42.805Z","status":"ssl_error","status_checked_at":"2026-01-31T18:30:19.593Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["latex","latex-chinese","latex-template"],"created_at":"2024-12-05T07:08:53.760Z","updated_at":"2026-01-31T19:01:06.111Z","avatar_url":"https://github.com/RaffeYang.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HiLaTex\n\n欢迎使用 HiLaTex 项目！这是一个用于中文和英文排版的 LaTeX 模板项目，旨在提供一个灵活且易于使用的文档结构，适用于各种文档类型，如论文、报告和演示文稿。\n\n## 文件说明\n\n### Hi.tex\n\n这是英文LaTex文档文件，展示了基本的 LaTeX 结构和内容。它包含了文档的基本设置和示例文本。\n\n### HiCN.tex\n\n这是一个中文文档示例，演示了如何在 LaTeX 中处理中文内容。该文件展示了中文排版的基本用法。\n\n### HiCNFont.tex\n\n该文件展示了如何在文档中使用自定义字体。你可以根据需要修改字体设置以适应你的文档风格。\n\n### HiTemplate.tex\n\n这是一个模板文件，提供了一种结构化的文档格式。你可以根据自己的需求进行修改和扩展。\n\n### HiTikZ.tex\n\n该文件展示了如何在 LaTeX 中使用 TikZ 绘制图形和图表。它包含了一些基本的绘图示例。\n\n## 安装和使用\n\n1. 克隆项目:\n```bash\ngit clone https://github.com/yourusername/HiLatex.git\ncd HiLatex\n```\n2. 编译文档:\n使用 XeLaTeX 编译器编译 LaTeX 文件，确保你已经安装了必要的 LaTeX 发行版（如 TeX Live 或 MacTeX）。你可以在命令行中运行以下命令：\n\n```bash\nxelatex Hi.tex\n```\n你可能需要编译多次，以确保所有引用和目录都能正确更新。\n\n3. 查看输出:\n编译后，查看生成的 PDF 文件以查看文档效果。\n\n## 贡献\n欢迎任何形式的贡献！如果你有建议或发现问题，请提交 issue 或者创建 pull request。\n[MIT](LICENSE) 许可证。","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraffeyang%2Fhilatex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraffeyang%2Fhilatex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraffeyang%2Fhilatex/lists"}