-
Notifications
You must be signed in to change notification settings - Fork 0
/
ec327-sp24.qmd
52 lines (44 loc) · 1.32 KB
/
ec327-sp24.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
title: "ec327-sp24"
---
## Quarto
Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see <https://quarto.org>.
<!--
# include-in-header: |
# ```{=bash}
# bash typ2png4reveal.sh
# ```
# auto-stretch: false
# lightbox: true
# <format:>
# pdf:
# documentclass: standalone
# # papersize: letter
# # fontsize: 15pt
# pdf-engine: xelatex
# # latex:
# include-in-header:
# - text: |
# \usepackage{sgamex, mathtools, pstricks, pst-node}
# \gamemathtrue
# \newcommand\hstrike[3][red]{
# \ncline[linewidth=1pt, nodesepA=-12pt, nodesepB=-12pt, linecolor=#1]{#2}{#3}
# }
# \newcommand\vstrike[3][blue]{
# \ncline[linewidth=1pt, nodesepA=-10pt, nodesepB=-12pt, linecolor=#1]{#2}{#3}
# }
# filters:
# - imagify
# imagify:
# header-includes: |
# \usepackage{sgamex, mathtools, pstricks, pst-node, colortbl}
# \gamemathtrue
# \newcommand\hstrike[3][red]{
# \ncline[linewidth=1pt, nodesepA=-12pt, nodesepB=-12pt, linecolor=#1]{#2}{#3}
# }
# \newcommand\vstrike[3][blue]{
# \ncline[linewidth=1pt, nodesepA=-10pt, nodesepB=-12pt, linecolor=#1]{#2}{#3}
# }
# zoom: 1.75
# # embed: false
-->