AHE/resources/TEX.org

22 lines
672 B
Org Mode
Raw Normal View History

2024-12-01 23:51:09 +01:00
LaTeX dla [[../Podstawy Programowania I/README.org::*Zadanie 2][zadania]]
2024-12-01 23:51:09 +01:00
#+header: :exports results :results file raw
#+header: :file svg/pp1zad2.svg
2024-12-01 23:51:09 +01:00
#+begin_src latex :headers '("\\usepackage[paperwidth=1000px, paperheight=600px]{geometry}""\\usepackage{anyfontsize}""\\usepackage{amsmath}" "\\usepackage{xcolor}" "\\usepackage{fontspec}")
2024-12-01 23:51:09 +01:00
\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>} \\
2024-12-01 23:51:09 +01:00
-2x/3 & \text{dla pozostałych}
2024-12-01 23:51:09 +01:00
}
2024-12-01 23:51:09 +01:00
\end{cases}
}
2024-12-01 23:51:09 +01:00
\\
2024-12-01 23:51:09 +01:00
\end{document}
#+end_src
#+RESULTS:
[[file:svg/pp1zad2.svg]]