Skip to content

A lightweight and intuitive TeX editor for the everyday physicist

License

Notifications You must be signed in to change notification settings

mbruno46/tomino

Repository files navigation

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