Skip to content

aralsea/note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

Overview

vscode拡張機能のlatex-workshopが快適に動くような環境を自動設定するツールです。

Requirements

  • Mac/Linux
  • rust https://www.rust-lang.org/tools/install
  • vscode + latex-workshop
    brew install --cask visual-studio-code
    code --install-extension James-Yu.latex-workshop
  • Texlive
    brew install --cask mactex-no-gui
  • biblatex + biber
    tlmgr install biblatex
    tlmgr install biber

Installation

cargo install --git https://github.com/aralsea/note
  • ~/.note ディレクトリと~/.indentconfig.yamlが作成され、そこに設定ファイルやテンプレートファイルが保存される

Usage

  • note new PROJECT_NAME: カレントディレクトリにPROJECT_NAMEディレクトリが作成され、latex-workshopが動く環境が構成される
    • note new --language english PROJECT_NAME: 英語用の設定を使用
    • 使用されるテンプレートは ~/.note/templates/srcを編集することで変更できる
  • note config: 現在の設定を確認
  • note config --author YOUR_NAME: 著者名のデフォルト値を設定する
  • note config --lang english: 言語のデフォルトを英語に設定する
  • その他の詳細は note --helpを参照

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published