First work on d-figure

This commit is contained in:
Ludwig Schubert
2017-08-21 18:43:26 -07:00
parent dea6f27995
commit 5e237be027
3 changed files with 151 additions and 1 deletions
+2 -1
View File
@@ -17,11 +17,12 @@ import { DMath } from './components/d-math';
import { References } from './components/d-references';
import { Title } from './components/d-title';
import { TOC } from './components/d-toc';
import { Figure } from './components/d-figure';
const components = [
Abstract, Acknowledgements, Appendix, Article, Bibliography,
Byline, Cite, Code, Footnote, FootnoteList, FrontMatter, DMath,
References, Title, TOC,
References, Title, TOC, Figure,
];
/* Distill website specific components */