| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Inkscape Workshop</title>
- <link href="favicon.png" rel="icon" type="image/png"/>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
- <style type="text/css">
- @import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
- @import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
- @import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
- body { font-family: 'Droid Serif'; }
- h1, h2, h3 {
- font-family: 'Yanone Kaffeesatz';
- font-weight: normal;
- }
- .remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
- </style>
- </head>
- <body>
- <textarea id="source">
- class: center, middle
- # Inkscape Workshop
- Volker @OWBA
- ???
- ---
- # Agenda
- 1. **Roomtour**
- Rundgang durchs Tool
- 1. **Relevante Konfiguration**
- 1. **Arbeiten mit Inkscape**
- 1. **Copypaste, Duplikate und Stempel**
- 1. **Path Math**
- Mengenlehre mit Objekten/Pfaden
- 1. **Ausrichten und einrasten**
- oder einrichten und ausrasten?
- 1. **Trampelpfade**
- Vektoren zu Fuß
- Bei Fragen: fragen.
- ---
- # Introduction
- </textarea>
- <script src="https://remarkjs.com/downloads/remark-latest.min.js" type="text/javascript">
- </script>
- <script type="text/javascript">
- var slideshow = remark.create();
- </script>
- </body>
- </html>
|