Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenyony/latex-learning
https://github.com/kenyony/latex-learning
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kenyony/latex-learning
- Owner: KenyonY
- License: mit
- Created: 2020-06-23T16:31:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T10:24:44.000Z (over 4 years ago)
- Last Synced: 2024-10-18T22:41:19.846Z (about 1 month ago)
- Language: HTML
- Size: 326 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
### My RESUME
\LeTeX 简历模板
http://www.latextemplates.com/
https://www.overleaf.com/gallery/tagged/cv
https://www.overleaf.com/latex/templates
---
### markdown风格的\LeTeX:
入门:
[本地文档](file:///C:/Users/beidongjiedeguang/OneDrive/a_resume/marddown风格的latex/markdown/markdown.html#latex)
https://liam.page/2020/03/30/writing-manuscript-in-Markdown-and-typesetting-with-LaTeX/
http://mirror.lzu.edu.cn/CTAN/macros/generic/markdown/markdown.pdf
```bash
xelatex --shell-escape xxx.tex
```开启与LaTeX混合风格的输入模式:
```latex
\documentclass[UTF8]{ctexart}
\usepackage{markdown}
\markdownSetup{hybrid = true}
```这样,我们就可以在.md文件里写LaTeX代码了哈哈哈哈哈