Skip to content

Commit

Permalink
Try use raw LaTeX
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Apr 26, 2024
1 parent c3cc9dc commit 46687cb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/configure-pages@v5
- name: Install forester and build
run: |
sudo apt-get install libev-dev
sudo apt-get install libev-dev dvisvgm
brew install opam bubblewrap
opam init --auto-setup --yes
opam update --yes
Expand Down
10 changes: 10 additions & 0 deletions trees/uts-0002.tree
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,15 @@

\p{This is also an experiment of using [Forester](https://www.jonmsterling.com/jms-005P.xml) for building [forests of evergreen notes](https://www.jonmsterling.com/tfmt-000V.xml). I wish to use it to organize many definitions and discussions about Spin groups. My hope to find these notes easier to reuse and refer to in blogs, papers, blueprints etc.}

\def\my-tex[body]{
\tex{
\usepackage{tikz, tikz-cd, mathtools, amsmath, amssymb, stmaryrd}
}{\body}
}

\my-tex{
Let $M$ be a module over a commutative ring $R$, equipped with a quadratic form $Q: M \to R$.
}

\p{See [[lawson2016spin]].}

0 comments on commit 46687cb

Please sign in to comment.