トップ 一覧 検索 ヘルプ RSS ログイン

Tips-LaTexの変更点

  • 追加された行はこのように表示されます。
  • 削除された行はこのように表示されます。
! インストール
LN-texlive

! FLOW コマンド
Tips-TeX-Flow

https://www.ctan.org/pkg/flow

! Style のインストール
platex ./allcal.ins 

! calender モジュール
https://ctan.org/pkg/calendar

https://ctan.org/pkg/calendar
 How to install.
 > platex allcal.ins

[shukujitu(祝日)|https://www8.cao.go.jp/chosei/shukujitsu/gaiyou.html]
 wget https://www8.cao.go.jp/chosei/shukujitsu/syukujitsu.csv

! 文字の色
 \color{文字の色}
 指定できる文字の色は
 「red」
 「blue」
 「green」
 「yellow」
 「magenta」
 「white」
 「black」
 の7色です。

 もしくは
 \definecolor{WeekendDay}{rgb}{0.4,0.1,0.4}
 として
 \textcolor { WeekendDay } { 暗い紫 }
 として色をしてする

!文字の背景
 \colorbox{背景の色}{文字}
 指定出来る色は同じ

! 卒論
https://home.hirosaki-u.ac.jp/masumi/100/

! 方眼
* https://github.com/daniel-meister/latex-graphpaper/blob/master/sty/graphpaper.sty
* https://www.ctan.org/pkg/graphpaper
** platex graphpaper.dtx
* https://www.ctan.org/pkg/euclideangeometry
* https://www.ctan.org/pkg/curve2e

! VScode で TeX 
*https://qiita.com/rainbartown/items/d7718f12d71e688f3573
*https://haruka0000.hatenablog.com/entry/2021/11/26/112419

! ドット+経線
https://qiita.com/VoD/items/6849e63b978050218d2f

https://www.lifehacker.jp/2013/08/130828bullet_journa.html

http://ryu9oshiro.blogspot.com/2014/12/latex.html