2828 vertical-align : middle;
2929 }
3030 </ style >
31- < link rel ="stylesheet " href ="html-outputs_files/libs/revealjs/dist/theme/quarto-8a5cdbf101a0845817b98f2425171703.css ">
31+ < link rel ="stylesheet " href ="html-outputs_files/libs/revealjs/dist/theme/quarto-2c1b5f745a11cfad616ebade4a4a7d24.css ">
32+ < link rel ="stylesheet " href ="qmdpres.css ">
3233 < link href ="html-outputs_files/libs/revealjs/plugin/quarto-line-highlight/line-highlight.css " rel ="stylesheet ">
3334 < link href ="html-outputs_files/libs/revealjs/plugin/reveal-menu/menu.css " rel ="stylesheet ">
3435 < link href ="html-outputs_files/libs/revealjs/plugin/reveal-menu/quarto-menu.css " rel ="stylesheet ">
@@ -132,23 +133,35 @@ <h1 class="title">Part 2: HTML Outputs</h1>
132133</ div >
133134
134135</ section >
135- < section id ="anatomy-of-a-quarto-document " class ="title-slide slide level1 center ">
136- < h1 > Anatomy of a Quarto Document</ h1 >
137-
136+ < section id ="anatomy-of-a-quarto-document " class ="slide level2 ">
137+ < h2 > Anatomy of a Quarto Document</ h2 >
138+ < aside class ="notes ">
139+ < p > Open palmer-penguins.qmd in RStudio.</ p >
140+ < p > Show them source vs. visual editing mode.</ p >
141+ < p > Show them how to run code-chunks inline.</ p >
142+ < p > Set the preview to Viewer Pane.</ p >
143+ < p > Render the document to the Viewer Pane</ p >
144+ < style type ="text/css ">
145+ span .MJX_Assistive_MathML {
146+ position : absolute!important ;
147+ clip : rect (1px , 1px , 1px , 1px );
148+ padding : 1px 0 0 0 !important ;
149+ border : 0 !important ;
150+ height : 1px !important ;
151+ width : 1px !important ;
152+ overflow : hidden!important ;
153+ display : block!important ;
154+ }</ style > </ aside >
138155</ section >
139-
140- < section id ="favorite-yaml " class ="title-slide slide level1 center ">
141- < h1 > Favorite YAML</ h1 >
142-
156+ < section id ="some-of-my-favorite-quarto-yaml " class ="slide level2 ">
157+ < h2 > Some of My Favorite Quarto YAML</ h2 >
143158</ section >
144-
145- < section >
146- < section id ="data-analysis-notebook " class ="title-slide slide level1 center ">
147- < h1 > Data Analysis Notebook</ h1 >
148-
159+ < section id ="some-of-my-favorite-quarto-markdown " class ="slide level2 ">
160+ < h2 > Some of My Favorite Quarto Markdown</ h2 >
149161</ section >
150- < section id ="my-favorite-features " class ="slide level2 ">
151- < h2 > My Favorite Features</ h2 >
162+ < section id ="example-data-analysis-notebook " class ="slide level2 ">
163+ < h2 > Example: Data Analysis Notebook</ h2 >
164+ < h3 id ="my-favorite-features "> My Favorite Features</ h3 >
152165< ul >
153166< li > author info</ li >
154167< li > paged tabled</ li >
@@ -158,27 +171,104 @@ <h2>My Favorite Features</h2>
158171</ section >
159172< section id ="examples " class ="slide level2 ">
160173< h2 > Examples</ h2 >
161- </ section > </ section >
162- < section id ="e-books " class ="title-slide slide level1 center ">
163- < h1 > e-Books</ h1 >
164-
165174</ section >
166-
167- < section id ="report-generator " class ="title-slide slide level1 center ">
168- < h1 > Report generator</ h1 >
169-
175+ < section id ="e-books " class ="slide level2 ">
176+ < h2 > e-Books</ h2 >
170177</ section >
178+ < section id ="report-generator " class ="slide level2 ">
179+ < h2 > Report generator</ h2 >
180+ </ section >
181+ < section id ="presentations " class ="slide level2 ">
182+ < h2 > Presentations</ h2 >
183+ < p > Quarto can generate presentations in 3 formats:</ p >
184+
185+ < img data-src ="./images/new-quarto-slides576x512x256.png " class ="r-stretch "> < aside class ="notes ">
186+ < p > You can create slides in revealjs, beamer (requires LaTeK), or PowerPoint</ p >
187+ < style type ="text/css ">
188+ span .MJX_Assistive_MathML {
189+ position : absolute!important ;
190+ clip : rect (1px , 1px , 1px , 1px );
191+ padding : 1px 0 0 0 !important ;
192+ border : 0 !important ;
193+ height : 1px !important ;
194+ width : 1px !important ;
195+ overflow : hidden!important ;
196+ display : block!important ;
197+ }</ style > </ aside >
198+ </ section >
199+ < section id ="presenting-revealjs-slides " class ="slide level2 ">
200+ < h2 > Presenting revealjs Slides</ h2 >
201+ < table class ="caption-top ">
202+ < colgroup >
203+ < col style ="width: 25% ">
204+ < col style ="width: 74% ">
205+ </ colgroup >
206+ < tbody >
207+ < tr class ="odd ">
208+ < td style ="text-align: center; "> < code > f</ code > </ td >
209+ < td style ="text-align: left; "> full screen mode (< code > esc</ code > to escape)</ td >
210+ </ tr >
211+ < tr class ="even ">
212+ < td style ="text-align: center; "> < code > s</ code > </ td >
213+ < td style ="text-align: left; "> open Speaker View</ td >
214+ </ tr >
215+ < tr class ="odd ">
216+ < td style ="text-align: center; "> < code > alt + click</ code > </ td >
217+ < td style ="text-align: left; "> zoom in</ td >
218+ </ tr >
219+ < tr class ="even ">
220+ < td style ="text-align: center; "> < code > o</ code > </ td >
221+ < td style ="text-align: left; "> overview mode</ td >
222+ </ tr >
223+ < tr class ="odd ">
224+ < td style ="text-align: center; "> < code > e</ code > </ td >
225+ < td style ="text-align: left; "> toggle back/forth to pdf export mode (then print to PDF with your browser)</ td >
226+ </ tr >
227+ < tr class ="even ">
228+ < td style ="text-align: center; "> < code > m</ code > </ td >
229+ < td style ="text-align: left; "> toggle menu</ td >
230+ </ tr >
231+ < tr class ="odd ">
232+ < td style ="text-align: center; "> < code > ?</ code > </ td >
233+ < td style ="text-align: left; "> see more tips</ td >
234+ </ tr >
235+ </ tbody >
236+ </ table >
237+ < aside class ="notes ">
238+ < p > If you can’t remember these keyboard shortcuts, just click the menu button and go to ‘Tools’.</ p >
239+ < style type ="text/css ">
240+ span .MJX_Assistive_MathML {
241+ position : absolute!important ;
242+ clip : rect (1px , 1px , 1px , 1px );
243+ padding : 1px 0 0 0 !important ;
244+ border : 0 !important ;
245+ height : 1px !important ;
246+ width : 1px !important ;
247+ overflow : hidden!important ;
248+ display : block!important ;
249+ }</ style > </ aside >
250+ </ section >
251+ < section id ="getting-help-guides-community-documentation " class ="slide level2 ">
252+ < h2 > Getting Help: Guides, Community, Documentation</ h2 >
253+ < h3 id ="present-like-a-pro "> Present like a Pro</ h3 >
254+ < ul >
255+ < li > https://quarto.org/docs/presentations/revealjs/presenting.html</ li >
256+ </ ul >
257+ < h3 id ="tips-n-tricks "> Tips ’n Tricks</ h3 >
258+ < ul >
259+ < li > < a href ="https://mine-cetinkaya-rundel.github.io/quarto-tip-a-day " class ="uri "> https://mine-cetinkaya-rundel.github.io/quarto-tip-a-day</ a > </ li >
260+ </ ul >
261+ </ section >
262+ < section id ="publishing-your-content " class ="slide level2 ">
263+ < h2 > Publishing Your Content</ h2 >
264+ < p > will come at end</ p >
171265
172- < section id ="presentations " class ="title-slide slide level1 center ">
173- < h1 > Presentations</ h1 >
174- < p > Three options:</ p >
175-
176-
177- < img data-src ="./images/new-quarto-slides576x512x256.png " class ="r-stretch "> </ section >
266+ </ section >
178267 </ div >
179268 < div class ="quarto-auto-generated-content " style ="display: none; ">
269+ < p > < img src ="images/igis-logo_pin-only_80x100.png " class ="slide-logo "> </ p >
180270< div class ="footer footer-default ">
181-
271+ < p > Quarto Showcase </ p >
182272</ div >
183273</ div > </ div >
184274
0 commit comments