Skip to content

Commit

Permalink
Fixed a typo in Loyola presentation and trying again w github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ghseeli committed Oct 5, 2023
1 parent a86b31b commit c6e19b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/compile_tex_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ jobs:
- name: Install LaTeX packages
run: |
sudo apt-get update
sudo apt-get install -y texlive texlive-xetex texlive-fonts-recommended texlive-fonts-extra
sudo apt-get install liblz4-dev
sudo apt-get install liblz4-tool
wget http://mirrors.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz -O - | tar -x --gzip
mv $(ls | grep install) install-tl
tlmgr init-usertree
./install-tl/install-tl -profile texlive.profile
export PATH=$(pwd)/texlive/bin/x86_64-linux:$PATH
tlmgr update --self
tlmgr update --all
tlmgr install $(cat .tlmgr-dep)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@
\end{tikzpicture} & \phantom{=} \gamma = (1,1,1)\\
\uncover<+(1)->{H(\Psi;\gamma) &= \sigmabold\left( (1+t\frac{z_1}{z_2} + t^2
\frac{z_1^2}{z_2^2} + \cdots)(1+t\frac{z_1}{z_3} +
t^2\frac{z_1^2}{z_3^2} + \cdots)x_1 x_2 x_3 \right)\\
t^2\frac{z_1^2}{z_3^2} + \cdots)z_1 z_2 z_3 \right)\\
& = s_{111} + t( s_{201} + s_{210}) + t^2(
s_{3\text{-}10} + s_{300} + s_{31\text{-}1} ) + \cdots \\
& = s_{111} + t s_{210}}
Expand Down

0 comments on commit c6e19b3

Please sign in to comment.