diff --git a/example.scrbl b/example.scrbl index f2c37bb..d400d0f 100644 --- a/example.scrbl +++ b/example.scrbl @@ -3,6 +3,8 @@ @(require "math.rkt") @setup-math +@title{Document title} + @section{A section} In section @secref{sec:foo} we present, blah blah. diff --git a/output/example.html b/output/example.html index 19dc513..2b773d4 100644 --- a/output/example.html +++ b/output/example.html @@ -1,2 +1,2 @@ -
???
1 A section
1.1 My subsection

1 A section

In section My subsection we present, blah blah.

1.1 My subsection

\[\frac{2x}{x^2}\]

image

 
\ No newline at end of file +Document title
Document title
1 A section
1.1 My subsection

Document title

1 A section

In section My subsection we present, blah blah.

1.1 My subsection

\[\frac{2x}{x^2}\]

image

 
\ No newline at end of file diff --git a/output/example.pdf b/output/example.pdf index ef3d23a..578a280 100644 Binary files a/output/example.pdf and b/output/example.pdf differ