Aktualizacja LaTeX

This commit is contained in:
Mateusz Słodkowicz 2024-12-01 23:51:09 +01:00
parent e3e6778c73
commit 1725f52fdb
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
3 changed files with 952 additions and 255 deletions

19
resources/TEX.org Normal file
View File

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

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -1,7 +0,0 @@
\color{grey}{
y(x) =
\begin{cases}
\frac{3}{4} * x^{3} * \frac{7}{8} x & \text{dla x ∈ <-10, 0>} \\
\frac{1}{sin(x) + 3} & \text{dla x ∈ (0, 4>} \\
-2x/3 & \text{dla pozostalych}
\end{cases}}