Aktualizacja LaTeX
This commit is contained in:
parent
37e0007ce4
commit
fb6afd3879
|
@ -1,7 +1,7 @@
|
|||
LaTeX dla [[../Podstawy Programowania I/README.org::*Zadanie 2][zadania]]
|
||||
#+header: :exports results :results file raw
|
||||
#+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}
|
||||
\begin{document}
|
||||
\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{1}{sin(x) + 3} & \text{dla x ∈ (0, 4>} \\
|
||||
-2x/3 & \text{dla pozostałych}
|
||||
}
|
||||
}
|
||||
\end{cases}
|
||||
\\
|
||||
}
|
||||
\end{document}
|
||||
#+end_src
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
Loading…
Reference in New Issue