mbruno46 / tomino

A lightweight and intuitive TeX editor for the everyday physicist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tomino

License: MIT Publish Latest Release

A lightweight and intuitive TeX editor for the everyday physicist. tomino is built using Vue3, Vite and Tauri, and supersedes its older predecessor ToM.

Authors

Copyright (C) 2023, Mattia Bruno

Requirements

  • latexmk for the compilation of LaTeX files. Instructions to install it on your system can be found here

Installation (macOS, Linux)

macOS

Note: the app is free software and not signed for macOS. As a consequence, macOS prevents its installation and execution. To use tomino on macOS users should follow the instructions below.

  • To automatically download and install the latest version in $HOME/Applications/ open a terminal and type
# macOS
curl -Ls https://raw.githubusercontent.com/mbruno46/tomino/main/scripts/macos_installer.sh | bash -s
  • Alternatively, download the lastest .tar.gz release from here, unpack it and run the following command
xattr -dr com.apple.quarantine /path/to/tomino.app

Linux

Download the lastest release from here

About

A lightweight and intuitive TeX editor for the everyday physicist

License:MIT License


Languages

Language:Vue 66.5%Language:TypeScript 23.5%Language:Rust 7.3%Language:CSS 1.2%Language:Shell 0.8%Language:HTML 0.3%Language:JavaScript 0.3%