Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Cv | 19,307 | 6 days ago | 169 | lppl-1.3c | TeX | |||||
:page_facing_up: Awesome CV is LaTeX template for your outstanding job application | ||||||||||
Katex | 16,712 | 1,691 | 733 | 4 days ago | 67 | August 29, 2022 | 370 | mit | JavaScript | |
Fast math typesetting for the web. | ||||||||||
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 | 16 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 | 18 days ago | 16 | mit | TeX | |||||
研究生数学建模,本科生数学建模、数学建模竞赛优秀论文,数学建模算法,LaTeX论文模板,算法思维导图,参考书籍,Matlab软件教程,PPT | ||||||||||
Draft | 5,219 | a day ago | 734 | 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,603 | 8 hours ago | 12 | mit | TeX | |||||
VimTeX: A modern Vim and neovim filetype plugin for LaTeX files. |
codeanatomy
-- Draw Code Anatomy(C) 2019 Hồng-Phúc Bùi
The idea of this Package is to typeset illustrations of pieces of code with annotations on each single parts of code (Code Anatomy). The origin of this idea is code illustrations in the texbook Computer Science An Interdisciplinary Approach from Robert Sedgewick and Kevin Wayne.
This package just provides tools to draw those figures.
Some illustrations can be found here: https://introcs.cs.princeton.edu/java/home/ For example: Anatomy of a static method:
This package may be distributed and/or modified under the conditions of the LaTeX Project Public License (LPPL), either version 1.3c of this License or any later version. The latest version of this license is in the file https://www.latex-project.org/lppl.txt
codeanatomy.sty
just run one oflatex codeanatomy.ins
pdflatex codeanatomy.ins
xelatex codeanatomy.ins
lualatex codeanatomy.ins
then you can copy codeanatomy.sty
to your local texmf
tree, where latex can find it.
lualatex
lualatex codeanatomy.dtx
lualatex codeanatomy.usage.tex
lualatex codeanatomy.lstlisting.tex
(lualatex
because of my name, really ego right! It needs unicode to be typeset correctly.)
I try to use latex3 as much as posible. You can use
l3build doc
to create the style file and documentation files at once. You can also (like I also do) use make
to call repeatly tasks.