Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mzguntalan/rem-tex
Turn your RemNotes into beautiful LaTeX-like documents.
https://github.com/mzguntalan/rem-tex
plugin remnote remnote-css remnote-plugin
Last synced: 3 days ago
JSON representation
Turn your RemNotes into beautiful LaTeX-like documents.
- Host: GitHub
- URL: https://github.com/mzguntalan/rem-tex
- Owner: mzguntalan
- Created: 2023-02-07T03:33:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T08:41:25.000Z (almost 2 years ago)
- Last Synced: 2024-03-05T09:56:38.896Z (11 months ago)
- Topics: plugin, remnote, remnote-css, remnote-plugin
- Language: CSS
- Homepage:
- Size: 2.86 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rem Tex
Do you miss the look and feel of LaTeX documents? But don't want to get out from RemNote?
Rem Tex transforms the feel of your notes into that classic style.## Requirements
This plugin requires that you have Computer Modern Font installed. Otherwise, it will use Times New Roman.## Overview
- Works on both Light and Dark Modes.
- The "LaTeX Style" Tag makes your document look like a real LaTeX document
- "Boxed" Tag allows you to put a lovely box to notes to make them stand out## LaTeX Style Documents
Use the "LaTeX Style" Tag on the root/title rem.### Light Mode
Default | With LaTeX Style Tag
:-------------------------:|:-------------------------:
![](https://raw.githubusercontent.com/mzguntalan/rem-tex/main/imgs/light/default.png) | ![](https://raw.githubusercontent.com/mzguntalan/rem-tex/main/imgs/light/latex_style.png)### Dark Mode
Default | With LaTeX Style Tag
:-------------------------:|:-------------------------:
![](https://raw.githubusercontent.com/mzguntalan/rem-tex/main/imgs/dark/default.png) | ![](https://raw.githubusercontent.com/mzguntalan/rem-tex/main/imgs/dark/latex_style.png)## Boxed Tags
Use "Boxed" Tag on the rem you want to box.![](https://raw.githubusercontent.com/mzguntalan/rem-tex/main/imgs/common/boxes.png)
## Fancy Headers
You can use h1 through h3 tags.![](https://raw.githubusercontent.com/mzguntalan/rem-tex/main/imgs/common/headings.png)
h1 headers also look really neat when collapsed.
![](https://raw.githubusercontent.com/mzguntalan/rem-tex/main/imgs/common/collapsed_headings.png)