开源软件名称(OpenSource Name):hsz/idea-latex
开源软件地址(OpenSource Url):https://github.com/hsz/idea-latex
开源编程语言(OpenSource Language):
Java
98.4%
开源软件介绍(OpenSource Introduction):idea-latex v0.3.0
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 |
|
Ctrl + L, B |
Italic |
|
Ctrl + L, I |
Underline |
|
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).
|
请发表评论