Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.06 KB

config.md

File metadata and controls

32 lines (27 loc) · 1.06 KB

@def website_title = "JuliaCon Proceedings Guide" @def website_descr = "Guides for the JuliaCon Proceedings" @def website_url = "https://JuliaCon.github.io/proceedings-guide/" @def prepath = "proceedings-guide"

@def author = "JuliaCon Team"

@def mintoclevel = 2

@def ignore = ["node_modules/", "franklin", "franklin.pub"]

\newcommand{\R}{\mathbb R} \newcommand{\scal}[1]{\langle #1 \rangle}

\newcommand{\note}[1]{@@note @@title ⚠ Note@@ @@content #1 @@ @@} \newcommand{\warn}[1]{@@warning @@title ⚠ Warning!@@ @@content #1 @@ @@}