Autocomplete

Complete LaTeX commands

  • Texpad's autocomplete saves you from typing common commands. Start typing a command and the autocomplete popover will show.
  • Use the arrow keys to scroll through the list, and tab to accept the current suggestion.
  • Texpad will scan your document for command and environment definitions and add these to the autocomplete list.

Autofill

  • Type \ref{ and any label defined in any file included in your document will appear as a potential autocomplete.
  • Likewise, \cite{ commands will be filled with any bibitems, or bibtex file entries, if any were found.