html.cfg 856 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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{figure, .fancyvrb, .verbatim {
  22. margin-inline: 0;
  23. overflow-x: auto;
  24. }}
  25. \Css{.ecrm-0500 {
  26. font-size: 70\%;
  27. font-style: italic;
  28. color: gray;
  29. -webkit-user-select: none;
  30. -moz-user-select: none;
  31. -o-user-select: none;
  32. user-select: none;
  33. }}
  34. \Css{.ecrm-0500:after {
  35. content:" ";
  36. white-space: pre;
  37. -webkit-user-select: none;
  38. -moz-user-select: none;
  39. -o-user-select: none;
  40. user-select: none;
  41. }}
  42. \begin{document}
  43. \EndPreamble