- Per-project toolchain setting in
.latexcfg
file.
- The viewer window is bring to front after building process or SyncTeX.
- Atom-LaTeX complaining
arara
returningnull
.
- A delay-minimap-refresh feature to prevent keystroke stuttering in long LaTeX files.
- Build-after-save not working.
- (#9) Use glob matching for cleaning project.
- (#11) Dollar sign matching pattern.
- (#12) Focus editor window after reverse synctex.
- Click on home icon of control bar to manually set root file.
- Significantly reduce loading time with lazy load.
- Clean LaTeX project command and auto-clean after build.
- Also consider current buffer when generating command auto-complete.
- Now Atom-LaTeX prioritize
.latexcfg
file over magic comments.
- Root file cannot have spaces in file name.
- bibtex file cannot be located elsewhere than the root directory.
- (#6) bibtex file cannot include file extension.
- (#6)
\addbibresource
is not considered as bibtex file definition command.
- LaTeX error does not show in panel when latexmk toolchain is used.
- Better latexmk log message parsing.
- (#5) Remove default stdout buffer size limit.
- Atom-LaTeX log area is now resizable.
- Redesign Atom-LaTeX control panel.
- Move screencasts to a new file to avoid lag while loading settings.
- LaTeX command autocompletion now also sort by the number of appearances.
- Way of showing error notification.
- Default command autocompletion is to create a new line.
- All default key binds to avoid conflict
- Not including new references in unsaved buffer.
- Not parsing fatal error LaTeX log.
- Mispositioned environment autocompletion items.
- Keymap not properly binded.
- TabView Panel undefined preventing switching preview mode.
- Better logging for main file detection.
- Two new methods to set LaTeX main file.
- Add a preview-in-tab PDF viewer.
- Remove console messages.
- Auto-enable word wrap.
- Allow
ctrl
+/
for auto comment.
- Wrong direct synctex position when word wrap is on
- Unnecessary
\begin{\w+}
syntax highlight leading to typing lag. - Escaped curly brackets in citation title should not be removed.
- Command autocomplete will guess the number of curly brackets needed.
- Direct and reverse SyncTeX support.
- Status bar now alerts LaTeX building warninngs.
- Pre-mature activation of package leading to significant startup time.
- Use npm package
latex-symbols-list
to develop more autocomplete symbols.
- Autocomplete for commands and environments.
- Commands are gathered from all LaTeX source files in the project, and some predefined ones.
- Environments are predefined.
- Now autocomplete will sort according to prefix and displayed text.
- A new
Build LaTeX from Active Editor
command to set main LaTeX file to current active editor if it contains\begin{document}
, and start building.
- Use cached results for autocomplete when already typed some characters to reduce I/O operations.
- Autocomplete prefix is not removed after confirming a suggestion.
- Screencasts of some select features.
- Auto-complete for cross-references.
- Now Atom-LaTeX will search all tex files recursively from the main file with
\input{}
commands.
- Auto-complete for citations.
- Atom-LaTeX will search all bibTeX files referenced in the main LaTeX file to develop bibitem keys.
- Now alerts when no main LaTeX file can be detected.
- It will try to check the current active editor first. If not, all root files are checked.
- Create new Atom window to display PDF viewer.
- Menu items not working.
- Initial release.