Files
logseq/pages/Latex commands.md
2025-06-05 22:07:12 +02:00

22 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
- apt-file search stmaryrd.sty
-
- [LaTeX Workshop (Visual Studio Code) Keyboard Shortcuts by jcwinkler - Download free from Cheatography - Cheatography.com: Cheat Sheets For Every Occasion](https://cheatography.com/jcwinkler/cheat-sheets/latex-workshop-visual-studio-code/)
- ### Font commands (textmode)
- | **Prefix** | **Shortcut** | **Font command** |
| --- | --- | --- |
| FNO | CTRL+L, CTRL+N | \textn­ormal |
| FRM | CTRL+L, CTRL+R | \textrm |
| FEM | CTRL+L, CTRL+E | \emph |
| FSF |   | \textsf |
| FTT | CTRL+L, CTRL+T | \texttt |
| FIT | CTRL+L, CTRL+I | \textit |
| FSL | CTRL+L, CTRL+S | \textsl |
| FSC | CTRL+L, CTRL+C | \textsc |
| FUL | CTRL+L, CTRL+u | \underline |
| FUC |   | \uppercase |
| FLC |   | \lowercase |
| FBF | CTRL+L, CTRL+B | \textbf |
| FSS | CTRL+L, CTRL+6 | \texts­upe­rscript |
| FBS | CTRL+L, CTRL+- | \texts­ubs­cript |
- **Surround existing text with command:** Mark text, then CTRL+L, CTRL+W and select the command from the popup.
-