• This repository has been archived on 11/May/2021
  • Stars
    star
    148
  • Rank 249,983 (Top 5 %)
  • Language
    Java
  • License
    MIT License
  • Created almost 10 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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).

More Repositories

1

intellij-foldable-project-view

Plugin for IntelliJ-based IDEs folding root files in the ProjectView
Kotlin
96
star
2

jetbrains-plugins-explorer

IntelliJ Platform Explorer
56
star
3

idea-nodesecurity

IntelliJ Node Security plugin that indicates which Node packages in your project are vulnerable.
Kotlin
30
star
4

webpack-nodesecurity-plugin

Run Node Security check on your package.json file using Webpack
JavaScript
23
star
5

react-app-rewire-yaml

Add yaml-loader to a react-app-rewired config.
JavaScript
15
star
6

StackExchange

StackExchange API Java wrapper
Java
11
star
7

middy-secrets

Middy middleware that loads secret data from AWS Secrets Manager
JavaScript
9
star
8

shakeoff

Shake off all notifications in your IntelliJ-based IDE
Kotlin
9
star
9

idea-vcswatch

VCS watch is a plugin that periodically checks for any changes in the current project's repositories.
Java
7
star
10

static-multihosting

Static Multihosting - serve multiple directories within single S3 bucket using CloudFront and domain wildcard.
HCL
6
star
11

AdventOfCode2015

Advent of Code 2015 solutions
JavaScript
5
star
12

AdventOfCode2016

Advent of Code 2016 solutions
JavaScript
4
star
13

transform-string

The TransformString library providing a set of functions for string case transformation.
Kotlin
4
star
14

corona-attacks

Corona Attacks
TypeScript
3
star
15

yaml-lint-loader

YAML linter module for Webpack
JavaScript
2
star
16

AdventOfCode2017

Advent of Code 2017 solutions
JavaScript
2
star
17

advent-of-code

Kotlin
2
star
18

chrzanow.ski

Jakub Chrzanowski - website
TypeScript
1
star
19

OlxSniper

Olx Sniper
Kotlin
1
star
20

intellij-platform-plugin-oauth2-flow

An example plugin for IntelliJ-based IDEs presenting OAuth2 flow implementation
Kotlin
1
star