Aktualizacja LaTeX

This commit is contained in:
Mateusz Słodkowicz 2024-12-01 23:51:09 +01:00
parent 37e0007ce4
commit fb6afd3879
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
2 changed files with 350 additions and 371 deletions

View File

@ -1,7 +1,7 @@
LaTeX dla [[../Podstawy Programowania I/README.org::*Zadanie 2][zadania]] LaTeX dla [[../Podstawy Programowania I/README.org::*Zadanie 2][zadania]]
#+header: :exports results :results file raw #+header: :exports results :results file raw
#+header: :file svg/pp1zad2.svg #+header: :file svg/pp1zad2.svg
#+begin_src latex :headers '("\\usepackage[paperwidth=1000px, paperheight=500px]{geometry}""\\usepackage{anyfontsize}""\\usepackage{amsmath}" "\\usepackage{xcolor}" "\\usepackage{fontspec}") #+begin_src latex :headers '("\\usepackage[paperwidth=1000px, paperheight=600px]{geometry}""\\usepackage{anyfontsize}""\\usepackage{amsmath}" "\\usepackage{xcolor}" "\\usepackage{fontspec}")
\setmainfont{Hack Nerd Font} \setmainfont{Hack Nerd Font}
\begin{document} \begin{document}
\color{gray}{ \color{gray}{
@ -10,8 +10,9 @@ LaTeX dla [[../Podstawy Programowania I/README.org::*Zadanie 2][zadania]]
\frac{3}{4} * x^{3} * \frac{7}{8} x & \text{dla x ∈ <-10, 0>} \\ \frac{3}{4} * x^{3} * \frac{7}{8} x & \text{dla x ∈ <-10, 0>} \\
\frac{1}{sin(x) + 3} & \text{dla x ∈ (0, 4>} \\ \frac{1}{sin(x) + 3} & \text{dla x ∈ (0, 4>} \\
-2x/3 & \text{dla pozostałych} -2x/3 & \text{dla pozostałych}
} }
\end{cases} \end{cases}
\\
} }
\end{document} \end{document}
#+end_src #+end_src

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB