Skip to content

Commit

Permalink
Fix things final for session 1 intro days
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Nov 12, 2023
1 parent 87dd49f commit fcb0926
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions docs/introdays/session1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,24 @@

## Markdown

- exercise #1: [HTML page to replicate](md_result.html)
[Geogeeks page about Markdown](../../writing/markdown.md)

!!! external-link "Markdown Guide Getting Started"

[Arguable the best cheat-sheet!](https://www.markdownguide.org/cheat-sheet/)

[markdown-cheat-sheet.md](https://www.markdownguide.org/assets/markdown-cheat-sheet.md)


- exercise #1: [HTML page to replicate](md_result.html) (use PyCharm)
- exercise #2: convert your .md file to a PDF with [Pandoc](https://pandoc.org/)

- - -

## LaTeX

[Geogeeks page about LaTeX](../../writing/introlatex.md)

### Intro slides (as presented during GEO1002)

[Intro slides to LaTeX](../../writing/files/intro_latex_tudelft3d.pdf) by [tudelft3d](https://3d.bk.tudelft.nl)
Expand Down Expand Up @@ -70,15 +82,21 @@ Bento box roasted peanuts pasta Sicilian~\citep{DeVries20}.
}
```

- - -


## Python venv

[Geogeeks page about venv](../../python/venv.md)

1. [install pyenv](../../python/install.md)
1. [create a new venv](../../python/venv.md) called "geogeeks"
1. activate it (with the console or with PyCharm)
1. install [pyproj](https://pyproj4.github.io/pyproj/): `pip install pyproj`
1. try to import it: `import pyproj` and you shouldn't get any errors

## The slides
- - -

## Today's slides

Today's slides are available [there](https://surfdrive.surf.nl/files/index.php/s/n2P6iWSHehFtop8).

0 comments on commit fcb0926

Please sign in to comment.