Skip to content

Commit

Permalink
fix bib problem
Browse files Browse the repository at this point in the history
  • Loading branch information
llorracc committed Oct 31, 2023
1 parent 82cbb68 commit 64e0438
Show file tree
Hide file tree
Showing 48 changed files with 401 additions and 539 deletions.
6 changes: 6 additions & 0 deletions .make-pages.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ cp $econ_ark_theme.css page-style.css
cmd="[[ ! -e _config.yml ]] && echo 'theme: jekyll-theme-minimal' > _config.yml"
echo "$cmd" ; eval "$cmd"

pdflatex $jobName
bibtex $jobName
pdflatex $jobName
pdflatex $jobName

cmd="source ~/.bash_profile ; make4ht --loglevel error --utf8 --config $jobName.cfg --format html5 $(basename $jobName) "'"svg"'" "'"-cunihtf -utf8"'""

# compiling it with make4ht generates the $jobName.css file
Expand All @@ -31,3 +36,4 @@ css="cat page-style.css | cat - $jobName-generated-by-make4ht.css > $jobName-pag
eval "$css"
rm -f page-style.css && rm -f $jobName-generated-by-make4ht.css

cp $jobName.html index.html
257 changes: 0 additions & 257 deletions EquityPremiumPuzzle-generated-by-make4ht.css

This file was deleted.

Binary file modified EquityPremiumPuzzle.pdf
Binary file not shown.
Loading

0 comments on commit 64e0438

Please sign in to comment.