From 31982778f8762f06a3a3681a8a60b3df18f98d73 Mon Sep 17 00:00:00 2001 From: Ludwig Schubert Date: Fri, 1 Sep 2017 15:05:31 -0700 Subject: [PATCH] Remove d-acknowledgements (useless) and d-title (actively hindering modularization) --- examples/article.html | 23 +++++++---- src/components.js | 6 +-- src/components/d-acknowledgements.js | 30 -------------- src/components/d-appendix.js | 30 ++++++++------ src/components/d-math.js | 28 ++++---------- src/components/d-title.js | 58 ---------------------------- src/controller.js | 4 ++ src/styles/d-math.css | 11 ++++++ src/styles/styles-article.css | 46 ++++++++++++++++++---- src/styles/styles-layout.css | 17 +++----- src/styles/styles.js | 4 +- 11 files changed, 105 insertions(+), 152 deletions(-) delete mode 100644 src/components/d-acknowledgements.js delete mode 100644 src/components/d-title.js create mode 100644 src/styles/d-math.css diff --git a/examples/article.html b/examples/article.html index 740d72d..8f78266 100644 --- a/examples/article.html +++ b/examples/article.html @@ -20,7 +20,12 @@ "affiliation":"Google Brain", "affiliationURL":"https://g.co/brain" } - ] + ], + "katex": { + "delimiters": [ + {"left": "$$", "right": "$$", "display": false} + ] + } } @@ -29,10 +34,8 @@ - -

How to Use t-SNE Effectively

-

Although extremely useful for visualizing high-dimensional data, t-SNE plots can sometimes be mysterious or misleading.

-
+

How to Use t-SNE Effectively

+

Although extremely useful for visualizing high-dimensional data, t-SNE plots can sometimes be mysterious or misleading.