Skip to content

Latest commit

 

History

History
78 lines (64 loc) · 1.57 KB

template_hahnec.md

File metadata and controls

78 lines (64 loc) · 1.57 KB
marp theme size paginate footer header
true
hahnec
4K
false
[▣](#1 " ")   Title

Headline

Subheading

Location, Year

<style scoped> section{justify-content: center;} </style>

Section 1

w:950 Figure using w: as width given as pixel unit ![w:350 invert](http://www.domain.com/img.png)


Section 2

Math $$ \mathbf{A} \mathbf{x} = \mathbf{b}; \quad \mathbf{A} = \begin{bmatrix} a_{11} & a_{12} \ a_{21} & a_{22} \ \end{bmatrix} ; \quad \mathbf{x} = \begin{bmatrix} x_1 \ x_2 \ \end{bmatrix} ; \quad \mathbf{b} = \begin{bmatrix} b_{1} \ b_{2} \ \end{bmatrix} $$

Code

for x in "banana":
  print(x)

Table - https://www.tablesgenerator.com/markdown_tables

Tables Are Cool
col 1 is left-aligned $1600
col 2 is centered $12

Section 3

  • ... from surrounded backticks ...
  • italic from *italic*
  • bold from **bold**
  • strikethrough from ~~strikethrough~~
  • blockquote from >

  • source link from [source link](http://www.website.com)
  • and some fancy emojis 💩 from :shit: using words surrounded by colons

an emoji compilation for markdown is found below

https://gist.github.com/rxaviers/7360908