LaTeX Editor - Keyboard Shortcuts Reference
Action
Shortcut
New File
Ctrl+N
Open File
Ctrl+O
Save
Ctrl+S
Save As
Ctrl+Shift+S
Export to PDF
Ctrl+E
Show Errors
Ctrl+L
Quit Application
Ctrl+Q
Action
Shortcut
Find & Replace
Ctrl+F
Find Next
(in Find dialog)
Find Previous
(in Find dialog)
Action
Shortcut
Rebuild Preview
Ctrl+R
Show Errors
Ctrl+L
Menu Navigation
File Menu
New - Create a blank document
New from Template - Choose from Article, Report, Beamer, or Letter templates
Open - Open an existing LaTeX file
Recent Files - Quick access to recently opened files (up to 10)
Save - Save current document
Save As - Save with a new filename
Export to PDF - Export editor content to PDF
Exit - Close the application
Edit Menu
Find and Replace - Search and replace text with options for case sensitivity and whole words
Enable Spell Checking - Toggle spell checking (framework placeholder)
View Menu
Theme Selection - Choose from available color themes
Rebuild Preview - Manually refresh the preview pane
Show Errors - Display a list of all LaTeX syntax errors
LaTeX Toolbar Quick-Insert
The toolbar provides quick insertion for:
Bold (\textbf{})
Italic (\textit{})
Underline (\underline{})
Emphasize (\emph{})
Small Caps (\textsc{})
Typewriter (\texttt{})
Inline Math ($...$)
Display Math ($$...$$)
Equation environment
Align environment
Fraction (\frac{}{})
Square Root (\sqrt{})
Chapter (\chapter{})
Section (\section{})
Subsection (\subsection{})
Subsubsection (\subsubsection{})
Itemize (bullet list)
Enumerate (numbered list)
Description
Table
Figure
Article citation template
Book citation template
InProceedings citation template
Misc citation template
Cite command (\cite{})
Bibliography block
Auto-updating Preview : The preview pane automatically refreshes 500ms after you stop typing
Syntax Error Detection : Errors are checked automatically 1 second after you stop typing
Error Indicators : Look for red ! marks in the line number margin and wavy red underlines
Line Numbers : Click on the editor to see the current line highlighted
Recent Files : Files that no longer exist are automatically removed from the recent files list
Templates : Use templates to quickly start with proper document structure
Find Wrap-Around : Find automatically wraps to the beginning/end of the document