-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(image): better latex test document (#1392)
Current test.tex page is poorly written and often contains mistakes (e.g. missing backspace in front of greek letters). I have created a page that is much more useful. It contains some of the most beautiful math equations ever written. The file is validated: "pdflatex test.tex" command produces valid (and nice looking) PDF document. The document is also much longer - I have some issues with it in nvim (partial latex rendering or rendering that works only if something major is changed), so maybe it can help Folke to check the latex preview functionality once again. <img width="1019" alt="Screenshot 2025-02-23 at 11 13 48" src="https://github.com/user-attachments/assets/306715be-89c0-4186-8910-c0069717c23a" /> --------- Co-authored-by: Sasa Markovic <[email protected]>
- Loading branch information
Showing
4 changed files
with
172 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,5 @@ node_modules | |
tt.* | ||
/tmp | ||
repomix* | ||
.DS_Store | ||
.aider* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
\relax | ||
\gdef \@abspage@last{1} | ||
\@writefile{toc}{\contentsline {section}{\numberline {1}Image Tests}{1}{}\protected@file@percent } | ||
\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Test image centered in a figure environment.}}{1}{}\protected@file@percent } | ||
\newlabel{fig:test_image}{{1}{1}{}{}{}} | ||
\@writefile{toc}{\contentsline {section}{\numberline {2}Some beautiful mathematical equations}{2}{}\protected@file@percent } | ||
\gdef \@abspage@last{4} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters