1
0

html.cfg 772 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. \Preamble{xhtml}
  2. \Configure{tableofcontents*}{chapter,section,subsection}
  3. \Css{html {
  4. width: 100vw;
  5. overflow-x: hidden;
  6. }}
  7. \Css{body {
  8. max-width: 50rem;
  9. box-sizing: border-box;
  10. padding: 1rem;
  11. margin: 0 auto;
  12. overflow-x: hidden;
  13. }}
  14. \Css{div.author {
  15. white-space: normal;
  16. }}
  17. \Css{img.math {
  18. height: 1rem;
  19. vertical-align: top;
  20. }}
  21. \Css{pre.fancyvrb, {
  22. white-space: pre;
  23. }}
  24. \Css{figure, .fancyvrb, .verbatim {
  25. margin-inline: 0;
  26. overflow-x: auto;
  27. }}
  28. \Css{.ecrm-0500 {
  29. font-size: 70\%;
  30. font-style: italic;
  31. color: gray;
  32. width: 1.5rem;
  33. display: inline-block;
  34. -webkit-user-select: none;
  35. -moz-user-select: none;
  36. -o-user-select: none;
  37. user-select: none;
  38. }}
  39. \begin{document}
  40. \EndPreamble