idea-latex icon indicating copy to clipboard operation
idea-latex copied to clipboard

LaTeX plugin for IntelliJ IDEA

idea-latex v0.3.0

Gitter Build Status Donate

Version Downloads Downloads last month

Introduction

LaTeX is a plugin supporting LaTeX in your project. It supports following JetBrains IDEs:

  • Android Studio
  • AppCode
  • IntelliJ IDEA
  • PhpStorm
  • PyCharm
  • RubyMine
  • WebStorm
  • 0xDBE

Compiled with Java 1.6

Features

  • Syntax highlighting
  • Editor toolbar actions with shortcuts
  • Code folding

Feature requests:

  • suggesting functions' names
  • obtaining installed packages
  • generating PDF files
  • preview generated PDF files
  • and more...

Installation

  • Using IDE built-in plugin system:
    • Preferences > Plugins > Browse repositories... > Search for "LaTeX" > Install Plugin
  • Manually:
    • Download the latest release and install it manually using Preferences > Plugins > Install plugin from disk...

Restart IDE.

Usage

Available shortcuts:

Action name Output Shortcut
Bold
\textbf($SELECTION$)
Ctrl + L, B
Italic
\textit($SELECTION$)
Ctrl + L, I
Underline
\underline($SELECTION$)
Ctrl + L, U
Align left
\begin{flushleft}$SELECTION$\end{flushleft}
Ctrl + L, L
Align center
\begin{center}$SELECTION$\end{center}
Ctrl + L, C
Align right
\begin{flushright}$SELECTION$\end{flushright}
Ctrl + L, R

Changelog

Version 0.2

  • Toolbar actions: bold, italic, underline, align left, align center, align right
  • Color settings page
  • Sections folding

Version 0.1.1

  • Fixed syntax highlighting (better BNF and Flex rules)

Version 0.1

  • Basic syntax highlighting

Developed By

@hsz Jakub Chrzanowski

Contributors

  • you can be first on this list

License

Copyright (c) 2017 hsz Jakub Chrzanowski. See the LICENSE file for license rights and limitations (MIT).