Skip to content

Commit

Permalink
update: citation examples & biber (#33)
Browse files Browse the repository at this point in the history
* update: citation examples & biber

* update: README
  • Loading branch information
RizhongLin authored Jun 4, 2023
1 parent aff2890 commit 69ec4e2
Show file tree
Hide file tree
Showing 12 changed files with 419 additions and 335 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
# biber biblatex bibtex: for executable bibtex
# txfonts: mathptmx is obsoleted; times: times is obsoleted but utmb8a.pfb is needed
# dvips: for 8r.enc, OS X needed; gsftopk: command needed when xdv -> pdf
TL_PACKAGES: adjustbox algorithmicx algorithms biber biblatex bibtex booktabs caption carlisle cases catchfile chinese-jfm chngcntr cleveref collectbox ctex dvips enumitem environ extarrows fancybox fancyhdr fancyvrb float framed fvextra gbt7714 gsftopk helvetic hologo ifplatform lastpage latexmk lineno minted multirow mwe natbib needspace newtx nth oberdiek pdftexcmds realscripts rsfs setspace siunitx subfig tcolorbox texcount texliveonfly threeparttable threeparttablex times titling tocloft trimspaces txfonts ucs upquote was xcolor xecjk xstring zhnumber
TL_PACKAGES: adjustbox algorithmicx algorithms biber biblatex biblatex-gb7714-2015 bibtex booktabs caption carlisle cases catchfile chinese-jfm chngcntr cleveref collectbox ctex dvips enumitem environ extarrows fancybox fancyhdr fancyvrb float framed fvextra gbt7714 gsftopk helvetic hologo ifplatform lastpage latexmk lineno minted multirow mwe natbib needspace newtx nth oberdiek pdftexcmds realscripts rsfs setspace siunitx subfig tcolorbox texcount texliveonfly threeparttable threeparttablex times titling tocloft trimspaces txfonts ucs upquote was xcolor xecjk xstring zhnumber

jobs:
build-linux:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: install Python for minted
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: "3.9"
- name: pip install Pygments for minted
run: pip install Pygments
- name: install TeXLive
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: install Python for minted
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: "3.9"
- name: pip install Pygments for minted
run: pip install Pygments
- name: install TeXLive
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ _out
*.fls
*.aux
*.bbl
*.bcf
*.blg
*.fdb_latexmk
*.log
*.out
*.run.xml
*.toc
*.xdv
*.synctex.gz
Expand Down
2 changes: 1 addition & 1 deletion README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Download TeXLive and use `tlmgr` to download packages:
# You can also install BasicTex: https://mirrors.chevalier.io/CTAN/systems/mac/mactex/mactex-basictex-20210325.pkg
sudo tlmgr update --self

sudo tlmgr install adjustbox algorithmicx algorithms biber biblatex bibtex booktabs \
sudo tlmgr install adjustbox algorithmicx algorithms biber biblatex biblatex-gb7714-2015 bibtex booktabs \
caption carlisle cases catchfile chinese-jfm chngcntr cleveref collectbox ctex dvips \
enumitem environ extarrows fancybox fancyhdr fancyvrb float framed fvextra \
gbt7714 gsftopk helvetic hologo ifplatform lastpage latexmk lineno \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pip install Pygments
# You can also install BasicTex: https://mirrors.chevalier.io/CTAN/systems/mac/mactex/mactex-basictex-20210325.pkg
sudo tlmgr update --self

sudo tlmgr install adjustbox algorithmicx algorithms biber biblatex bibtex booktabs \
sudo tlmgr install adjustbox algorithmicx algorithms biber biblatex biblatex-gb7714-2015 bibtex booktabs \
caption carlisle cases catchfile chinese-jfm chngcntr cleveref collectbox ctex dvips \
enumitem environ extarrows fancybox fancyhdr fancyvrb float framed fvextra \
gbt7714 gsftopk helvetic hologo ifplatform lastpage latexmk lineno \
Expand Down
Loading

0 comments on commit 69ec4e2

Please sign in to comment.