22 lines
1.2 KiB
Markdown
22 lines
1.2 KiB
Markdown
- 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 | \textnormal |
|
||
| 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 | \textsuperscript |
|
||
| FBS | CTRL+L, CTRL+- | \textsubscript |
|
||
- **Surround existing text with command:** Mark text, then CTRL+L, CTRL+W and select the command from the popup.
|
||
- |