@@ -4,6 +4,12 @@ class: center, middle, inverse
4
4
---
5
5
#remark
6
6
[ ri-mahrk]
7
+
8
+ .author[ Foo Bar]
9
+
10
+ .institution[ University of There]
11
+
12
+ .date[ 27 January]
7
13
.footnote[ Go directly to [ project site] ( https://github.com/gnab/remark )]
8
14
---
9
15
## What is it and why should I be using it?
@@ -330,6 +336,29 @@ Getting up and running is done in only a few steps:
330
336
For more information on using remark, please check out the [ wiki] ( https://github.com/gnab/remark/wiki ) pages.
331
337
]
332
338
---
339
+ class: left
340
+
341
+ ## How About Some Gnarly Equations?
342
+
343
+ I'm glad you asked. With a link to the MathJax Javascript library, you can
344
+ write inline equations ` \(E=mc^2\) ` , or full-line equations like:
345
+
346
+ ` $$\Gamma(t)= \pi \, \Im\left\{ \mathbf{x}_+^H(t) \, \frac{\mathrm{d}}{\mathrm{d} t}\mathbf{x}_+(t)\right\}$$ `
347
+
348
+ You can just write in LaTeX, with minor modifications for specifying in-line or
349
+ full-line equations. Also, in Remark, the equations are surrounded by
350
+ backquotes, as you see in the source.
351
+
352
+
353
+ [ {MathJax}] ( https://www.mathjax.org/ ) lets you write your equations in other ways; see the documentation for details.
354
+
355
+
356
+ Note that writing equations in MathJax impacts the portability of your talk.
357
+ Currently, this template links to a local copy of Remark, but a remote (online)
358
+ copy of MathJax. If you want the equations to work when you are offline, you
359
+ need to copy the entire MathJax project, about 150 Mb. See the comments at the
360
+ bottom of this file.
361
+ ---
333
362
name: last-page
334
363
template: inverse
335
364
0 commit comments