Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Cv | 18,833 | 2 months ago | 169 | lppl-1.3c | TeX | |||||
:page_facing_up: Awesome CV is LaTeX template for your outstanding job application | ||||||||||
Leetcode | 10,719 | 9 months ago | 52 | bsd-3-clause | TeX | |||||
LeetCode题解,151道题完整版。广告:推荐刷题网站 https://www.lintcode.com/?utm_source=soulmachine | ||||||||||
Milewski Ctfp Pdf | 10,186 | 7 days ago | 55 | other | TeX | |||||
Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source | ||||||||||
Resume | 7,249 | a month ago | 21 | mit | TeX | |||||
An elegant \LaTeX\ résumé template. 大陆镜像 https://gods.coding.net/p/resume/git | ||||||||||
Mtheme | 5,644 | 6 months ago | 83 | TeX | ||||||
A modern LaTeX Beamer theme | ||||||||||
Mathmodel | 5,610 | 9 days ago | 16 | mit | TeX | |||||
研究生数学建模,本科生数学建模、数学建模竞赛优秀论文,数学建模算法,LaTeX论文模板,算法思维导图,参考书籍,Matlab软件教程,PPT | ||||||||||
Draft | 5,197 | 6 days ago | 728 | TeX | ||||||
C++ standards drafts | ||||||||||
Pandoc Latex Template | 5,095 | a month ago | 88 | bsd-3-clause | TeX | |||||
A pandoc LaTeX template to convert markdown files to PDF or LaTeX. | ||||||||||
Vimtex | 4,588 | 3 days ago | 12 | mit | TeX | |||||
VimTeX: A modern Vim and neovim filetype plugin for LaTeX files. | ||||||||||
Thuthesis | 3,987 | 9 days ago | 6 | lppl-1.3c | TeX | |||||
LaTeX Thesis Template for Tsinghua University |
Example of the use of jlcode to write Julia code in LaTeX
The example.tex
file provides a template.
The example.pdf
is an example output file.
Test it with:
git clone https://github.com/m3g/jlcode_example
cd jlcode_example
make
Currently it requires lualatex
installed for a proper handling of unicode characters. The Makefile
uses latexmk
for rendering.
jlcode.sty
obtained from here:JuliaMono-light.ttf
obtained from here:It is recommended to always get the latest versions of these files from the original sites for optimal functionality.