Skip to content

Commit

Permalink
site: add LaTeX to features
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrf committed Sep 10, 2023
1 parent 73f627c commit 2d070f9
Show file tree
Hide file tree
Showing 4 changed files with 212 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ website:
cp site/emmanuel_baudin.png build/bootstrap/site/static/images/emmanuel_baudin.png
cp site/screenshots/overview.png build/bootstrap/site/static/images/overview.png
cp site/screenshots/smb-import.png build/bootstrap/site/static/images/smb-import.png
cp site/screenshots/latex.png build/bootstrap/site/static/images/latex.png
cp site/icons.html build/bootstrap/site/layouts/partials/icons.html
cp site/scripts.html build/bootstrap/site/layouts/partials/scripts.html
cp site/_navbar.scss build/bootstrap/site/assets/scss/_navbar.scss
Expand Down
9 changes: 9 additions & 0 deletions site/masthead-followup.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ <h2 class="display-5 mb-3 fw-semibold lh-sm">Features</h2>
<p class="d-flex justify-content-md-start justify-content-md-center lead fw-normal">
<img src="/images/smb-import.png" />
</p>
<p class="d-flex justify-content-md-start justify-content-md-center lead fw-normal">
&nbsp;
</p>
<p class="lead fw-normal">
<b>Use LaTeX typesetting</b>
</p>
<p class="d-flex justify-content-md-start justify-content-md-center lead fw-normal">
<img src="/images/latex.png" />
</p>
</div>

<div class="col-lg-7 mx-auto pb-3 mb-3 mb-md-5 text-md-center">
Expand Down
202 changes: 202 additions & 0 deletions site/screenshots/latex.excalidraw

Large diffs are not rendered by default.

Binary file added site/screenshots/latex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2d070f9

Please sign in to comment.