Skip to content

Instantly share code, notes, and snippets.

@taraijpn
taraijpn / new_document.spd
Created December 25, 2017 16:55
PadTools用の私的初期ドキュメント。公式ページにある例がほとんどです。
:terminal 開始
:comment コメント文
:comment PAD図でGOTOは表現出来ない?
ブロック1
ブロック2(1)@
ブロック2(2)
:comment ブロック3コメント
@taraijpn
taraijpn / fragmaster.fmlatexcmd.patch
Created January 7, 2020 17:14
fragmasterの latex 命令を変更できるようにする
--- fragmaster.pl.orig 2020-01-08 00:48:01.385031651 +0900
+++ fragmaster.pl 2020-01-08 02:08:23.383053437 +0900
@@ -43,6 +43,7 @@
my $global_fmclass = "article";
my $global_fmclassopt = "12pt";
my $global_fmopt = "";
+my $global_fmlatexcmd = "latex";
my @global_fmhead = ();
my @global_fmfile = ();
my %dirdata_last_status = ();