org load order
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
|
||||
* syntax highlighting
|
||||
* scr block
|
||||
|
||||
** graphviz dot
|
||||
** syntax highlighting
|
||||
|
||||
*** graphviz dot
|
||||
#+begin_src dot
|
||||
digraph G {
|
||||
main -> parse -> execute;
|
||||
@@ -15,7 +17,7 @@ digraph G {
|
||||
}
|
||||
#+end_src
|
||||
|
||||
** gnuplot
|
||||
*** gnuplot
|
||||
#+begin_src gnuplot :results silent
|
||||
reset
|
||||
|
||||
@@ -38,9 +40,9 @@ plot f(x) w lp lw 1, g(x) w p lw 2, h(x) w l lw 3
|
||||
#+end_src
|
||||
|
||||
|
||||
* custom header
|
||||
** custom header
|
||||
|
||||
** python
|
||||
*** python
|
||||
|
||||
- interactive inside org
|
||||
- html export creates a svg file
|
||||
@@ -63,3 +65,9 @@ ax.set_xlabel('Electrical current, A')
|
||||
ax.set_ylabel('Temperature, °C')
|
||||
ax.set_title('Characteristic curve of the peltier element')
|
||||
#+end_src
|
||||
|
||||
* latex
|
||||
|
||||
=org-startup-with-latex-preview=
|
||||
|
||||
\(a=5\)
|
||||
|
||||
Reference in New Issue
Block a user