Skip to content

Commit 7c29c15

Browse files
fixed tutorial 6
1 parent c111a19 commit 7c29c15

File tree

98 files changed

+4284
-16730
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+4284
-16730
lines changed

.DS_Store

8 KB
Binary file not shown.

_quarto.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@ project:
22
type: website
33
output-dir: docs
44

5+
render:
6+
- 404.qmd
7+
- index.qmd
8+
- general/*.qmd
9+
- part-01/*.qmd
10+
- part-02/*.qmd
11+
- part-03/*.qmd
12+
- part-04/*.qmd
13+
- part-05/*.qmd
14+
- part-06/*.qmd
15+
- part-07/*.qmd
16+
517
website:
618
title: "Programming with Python"
719
repo-url: https://github.com/beyondsimulations/Introduction-to-Python
@@ -89,6 +101,11 @@ format:
89101
theme: litera
90102
css: styles.css
91103
toc: true
104+
pdf:
105+
include-in-header:
106+
text: |
107+
\usepackage{fvextra}
108+
\DefineVerbatimEnvironment{Highlighting}{Verbatim}{breaklines,commandchars=\\\{\}}
92109
93110
execute:
94111
cache: true

0 commit comments

Comments
 (0)