update the org template

This commit is contained in:
Andreas Zweili 2017-10-30 07:54:24 +01:00
parent d090e51042
commit b0a5ffa47b
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,9 @@
#+TITLE: Casestudy Webtechnologien
#+SETUPFILE: ~/git_repos/notes/settings/html_theme/setup/theme-readtheorg.setup
#+AUTHOR: Andreas Zweili
#+AUTHOR: Ivan Hörler Andreas Zweili
#+LaTeX_CLASS: article
#+LATEX_CLASS_OPTIONS: [a4paper,11pt]
#+LaTeX_HEADER: \input{style}
* Section
@ -28,11 +31,13 @@
*** Code Block
#+CAPTION: Python Code Block
#+BEGIN_SRC python
for var in collection:
while variable = True:
#+END_SRC
#+CAPTION: SQL Code Block
#+BEGIN_SRC sql
create FUNCTION functionname()
RETURNS varchar(100)