2021-08-02 02:42:39 +08:00
|
|
|
\Preamble{xhtml}
|
|
|
|
|
|
|
|
\Configure{tableofcontents*}{chapter,section,subsection}
|
|
|
|
|
2021-08-05 18:37:55 +08:00
|
|
|
\Css{html {
|
|
|
|
width: 100vw;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}}
|
|
|
|
|
|
|
|
\Css{body {
|
|
|
|
max-width: 50rem;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 1rem;
|
2021-08-02 02:42:39 +08:00
|
|
|
margin: 0 auto;
|
2021-08-05 18:37:55 +08:00
|
|
|
overflow-x: hidden;
|
|
|
|
}}
|
|
|
|
|
|
|
|
\Css{div.author {
|
|
|
|
white-space: normal;
|
|
|
|
}}
|
|
|
|
|
|
|
|
\Css{img.math {
|
|
|
|
height: 1rem;
|
|
|
|
vertical-align: top;
|
2021-08-02 02:42:39 +08:00
|
|
|
}}
|
|
|
|
|
2021-08-08 01:29:50 +08:00
|
|
|
\Css{pre.fancyvrb, {
|
|
|
|
white-space: pre;
|
|
|
|
}}
|
|
|
|
|
2021-08-05 18:37:55 +08:00
|
|
|
\Css{figure, .fancyvrb, .verbatim {
|
|
|
|
margin-inline: 0;
|
|
|
|
overflow-x: auto;
|
2021-08-02 02:42:39 +08:00
|
|
|
}}
|
|
|
|
|
2021-08-08 01:29:50 +08:00
|
|
|
\Css{.ecrm-0500 {
|
2021-08-02 02:42:39 +08:00
|
|
|
font-size: 70\%;
|
2021-08-08 01:29:50 +08:00
|
|
|
font-style: italic;
|
2021-08-02 02:42:39 +08:00
|
|
|
color: gray;
|
2021-08-08 01:29:50 +08:00
|
|
|
width: 1.5rem;
|
|
|
|
display: inline-block;
|
2021-08-02 02:42:39 +08:00
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-o-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}}
|
|
|
|
|
|
|
|
\begin{document}
|
2021-08-05 18:37:55 +08:00
|
|
|
\EndPreamble
|