Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
qwinsi committed Aug 19, 2024
1 parent 183023c commit a4e1364
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions cheat-sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
.js-toc {
position: fixed;
padding: 1em;
max-width: 200px;
}

aside {
Expand All @@ -105,8 +106,8 @@
background-color: #f0f0f0;
}

/* hide <aside> on mobile */
@media (max-width: 1000px) {
/* hide <aside> on small screens */
@media (max-width: 1200px) {
aside {
display: none;
}
Expand Down Expand Up @@ -558,6 +559,11 @@ <h2 id="misecllaneous-symbols">Miscellaneous Symbols</h2>
<tr><td><code>\zeta</code></td><td><span class="render-m">\zeta</span></td><td><code>zeta</code></td></tr>
</tbody>
</table>

<h2 id="handling-unsupported">Handling macros unsupported by Typst</h2>
<p>
There is not always a Typst equivalent for every LaTeX macro. <a>This post</a> provides a list of those counterexamples and corresponding workarounds.
</p>
</main>
</div>
</body>
Expand Down

0 comments on commit a4e1364

Please sign in to comment.