11 lines
384 B
Markdown
11 lines
384 B
Markdown
|
# Dynamic paper with chronodiagram
|
||
|
|
||
|
To build create initial paper html using
|
||
|
|
||
|
```bash
|
||
|
pandoc --extract-media=assets/ -s -f docx+styles -t html -s ../06\ After\ editing/02\ -\ 2023-12-04\ Diagramming\ \(After\ Editing\)\ -\ Changes\ accepted\ v2.docx -o paper.html --section-divs --css=paper.css
|
||
|
```
|
||
|
|
||
|
then make manual edits mimicing the demo (`canvas.html`) to have it actually work.
|
||
|
|