Skip to content

takaion/misc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Misc

リポジトリを作るまでもない雑多なファイル

ファイルの説明

tex/ioncommand.sty

あれば便利なコマンドを収録している.

  • base 数値{1}を{2}進数として表示する
    • bin 数値{1}を2進数として表示する
    • oct 数値{1}を8進数として表示する
    • dec 数値{1}を10進数として表示する
    • hex 数値{1}を16進数として表示する
  • 図表および式の参照用
    • figref 「図1」のような参照を行う.label のプレフィックスとして fig: が必要(例: fig:sample1 ).
    • tabref 「表1」のような参照を行う.label のプレフィックスとして tab: が必要(例: tab:sample1 ).
    • eqref 「式1」のような参照を行う.label のプレフィックスとして eq: が必要(例: eq:sample1 ).
  • overcite 引用番号の表示を右上にする(MarkdownやWiki風の表示にする)

tex/ionstyle.sty

以下の機能を持つ.

  • ioncommand を始めとしたよく使うパッケージを読み込む.
  • listings のスタイルの設定.
  • 図表番号を <セクション番号>.<セクション内の図表番号> の形式にする.

About

Miscellaneous files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published