Skip to content

Latest commit

 

History

History
58 lines (51 loc) · 2.04 KB

config.md

File metadata and controls

58 lines (51 loc) · 2.04 KB

+++ author = "Stephan Antholzer, Gregor Ehrensperger, Johannes Sappl" mintoclevel = 2

prepath = "ws22_ulg_ds_julia"

hasplotly = true

Add here files or directories that should be ignored by Franklin, otherwise

these files might be copied and, if markdown, processed by Franklin which

you might not want. Indicate directories by ending the name with a /.

Base files such as LICENSE.md and README.md are ignored by default.

ignore = ["node_modules/"]

RSS (the website_{title, descr, url} must be defined to get RSS)

generate_rss = true website_title = "WS22 ULG Data Science - Julia in first semester" website_descr = "Lecture Material | Julia first semester" website_url = "https://noxthot.github.io/ws22_ulg_ds_julia/" +++

\newcommand{\R}{\mathbb R} \newcommand{\scal}[1]{\langle #1 \rangle} \newcommand{\note}[1]{@@note @@title ⚠ Note@@ @@content #1 @@ @@} \newcommand{\example}[1]{

}
\newcommand{\exercise}[1]{
~~~<button type="button" class="collapsible" style="background-color:#b5ddff">~~~ Exercise ~~~</button><div class="collapsiblecontent">~~~ #1 ~~~</div>~~~
}
\newcommand{\collapssol}[1]{
~~~<button type="button" class="collapsible" style="background-color:#fffca5">~~~ Solution ~~~</button><div class="collapsiblecontent">~~~ #1 ~~~</div>~~~
}

\newcommand{\solution}[1]{~~~<div class="solution">~~~ Solution ~~~</div><div class="solutioncollapsible">~~~ #1 ~~~</div>~~~}

\newcommand{\figenv}[3]{

#1

#1 ~~~ } \newcommand{\figenvsource}[4]{ ~~~

#1

#1 Original source:

#4

~~~ }