1
0

html.cfg 608 B

123456789101112131415161718192021222324252627282930313233343536
  1. \Preamble{xhtml}
  2. \Configure{tableofcontents*}{chapter,section,subsection}
  3. \Css{* :not(img) {
  4. max-width: 100\%;
  5. width: 50vw;
  6. height: auto;
  7. margin: 0 auto;
  8. }}
  9. \Css{* {
  10. font-size: 1vw;
  11. }}
  12. \Css{.ecrm-0500 {
  13. font-size: 70\%;
  14. font-style: italic;
  15. color: gray;
  16. -webkit-user-select: none;
  17. -moz-user-select: none;
  18. -o-user-select: none;
  19. user-select: none;
  20. }}
  21. \Css{.ecrm-0500:after {
  22. content:" ";
  23. white-space: pre;
  24. -webkit-user-select: none;
  25. -moz-user-select: none;
  26. -o-user-select: none;
  27. user-select: none;
  28. }}
  29. \begin{document}
  30. \EndPreamble