Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aminya/acutelyx
A collection of environments, shortcuts, toolbars, packages, etc. to enhance Lyx.
https://github.com/aminya/acutelyx
code-snippet latex latex-document latex-package lyx lyx-module lyx-template
Last synced: 15 days ago
JSON representation
A collection of environments, shortcuts, toolbars, packages, etc. to enhance Lyx.
- Host: GitHub
- URL: https://github.com/aminya/acutelyx
- Owner: aminya
- License: mit
- Created: 2019-07-14T07:59:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-26T23:24:33.000Z (about 3 years ago)
- Last Synced: 2024-10-15T02:14:21.234Z (about 1 month ago)
- Topics: code-snippet, latex, latex-document, latex-package, lyx, lyx-module, lyx-template
- Language: TeX
- Homepage:
- Size: 112 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AcuteLyx (AcuteLatex)
A collection of environments, shortcuts, toolbars, packages, etc. to enhance [Lyx](https://www.lyx.org/Download#toc3).
# Installation
- Open the terminal as Administrator and run the following command.
```
python ./installation.py
```
- Then, from the Lyx toolbar, select `Tools > Reconfigure`.
- When reconfiguration is done, hit the OK, and restart Lyx.**Note: the installation script is only tested on Windows.** Pull requests for supporting other OS are welcome.
# Lyx Shortcuts
## Normal mode:
Description | Shortcut
-------------------------------------------|---------
style the text (font, size, etc) | `ALT-T`
layout-paragraph | `ALT-P`
add a new section/environment | `ALT-S`
add label (for figures, equations, etc.) | `ALT-L`
add citation | `ALT-C`
add a reference to a figure/table/equation | `ALT-R`
add hyperlink | `ALT-H`## Math mode:
Description | Shortcut
-------------------------|---------------
inline math | `CTRL+M`
standalone math | `CTRL+SHIFT+M`
numbered math | `CTRL+ALT+N`
convert to numbered math | `CTRL+ALT+M`
text in math (\\mbox) | `CTRL+ALT-T`
fractions (\\frac) | `CTRL+ALT-F`
brackets | `ALT+M+[,{,(`# Using The Environments
- Select `Documents > Settings` from the Lyx Toolbar,
- Select `Modules`. Then select `AcuteLyx`
- Press `Add` and then `Apply` to load the module. Do the same thing for `AcuteLyx Headers/Footers`![loading-modules](images/loading-modules.png)
The added environments will appear under `Insert > Custom Insets`
![Custom Insets](images/custom-insets.png)
# Uninstallation
Open terminal as Administrator and run the following command. Then, from the Lyx toolbar, select `Tools > Reconfigure`. When reconfiguration is done, hit OK, and restart Lyx.
```
python ./uninstallation.py
```