This website requires JavaScript.
Explore
Help
Register
Sign In
xunmi
/
nhmk
Watch
1
Star
0
Fork
0
You've already forked nhmk
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
19521bc60a
nhmk
/
scripts
/
Exclude
2 lines
43 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add script to gen contributor list and contrib.tex This script do mainly 2 things: 1. Generate file `Contributors` with git log in following format: Contributor's name,<1-st e-mail>[,<2nd e-mail>][,<3rd e-mail>]... The 2-nd email and so on are based on file `.mailmap` in the root directory of the repo. Note that it will also append contributors in File `Include`; and will NOT append contributors in File `Exclude`. If there are new contributors, script will sort `Contributor` after append new contributors into each file; Otherwise it do nothing. 2. Generate contrib.tex based on `Contributors` into lib/contrib.tex in following format: [name], (reasonable width) % [1-st e-mail] Which is inspired by The Not So Short Introduction to Latex 2e[1] We need to maintain `.mailmap`, `Exclude` and `Include` manually. All Chinese name should be converted into English/Pinyin in `.mailmap`, otherwise we may need extra pkg for latex to parse Chinese characters. [1] - https://tobi.oetiker.ch/lshort/lshort.pdf Close #68
2021-11-03 19:32:48 +08:00
Jim Huang, One of main author
Reference in New Issue
Copy Permalink