Skip to content

Instantly share code, notes, and snippets.

View AlbertLei's full-sized avatar

Albert Lei AlbertLei

View GitHub Profile
$name=$ARGV[0]; # 'ecology';
# $name='ecology';
$file1n="$name.bib";
$file2n="$name.bib.tmp";
system("cp $file1n $file1n.save");
open(file1,"$file1n");
open(file2,">$file2n");
$titleLast=0;
$isbook=0;
@AlbertLei
AlbertLei / error.log
Created May 3, 2021 17:02
cosx question
This is XeTeX, Version 3.141592653-2.6-0.999993 (TeX Live 2021) (preloaded format=xelatex 2021.5.3) 4 MAY 2021 00:28
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**test-rstudio.tex
(./test-rstudio.tex
LaTeX2e <2020-10-01> patch level 4
L3 programming layer <2021-02-18> (/usr/local/texlive/2021/texmf-dist/tex/latex
/base/book.cls
Document Class: book 2020/04/10 v1.4m Standard LaTeX document class