Skip to content

hisaway/UIprototyping-SPLE

 
 

Repository files navigation

UIprototyping-SPLE

インストール

あらかじめ TeX をインストールします。相当時間がかかるので,時間には余裕を持って!

Homebrew で MacTex をインストールする:

$ brew cask install mactex
(一度ターミナルを再起動する)
$ sudo tlmgr update --self --all
$ sudo tlmgr paper a4
$ sudo cjk-gs-integrate --link-texmf --force
$ sudo mktexlsr
$ sudo kanji-config-updmap-sys hiragino-elcapitan-pron

次に pandoc をインストールします。

Homebrew で pandoc をインストールする:

$ brew install pandoc

次に ImageMagick をインストールします。

$ brew install imagemagick

これらが準備できたあとは,下記のようにインストールしてください。

$ git clone git@github.com:zacky1972/UIprototyping-SPLE.git
$ cd UIprototyping-SPLE

コンパイル方法

$ make
$ open manuscript.pdf

タイトルや著者,スタイル等を変更する場合

manuscript.tex を編集してください。

本文を編集する場合

description.md を編集してください。Markdown 記法で記述できます。

画像の追加

images フォルダを作って png を置いてください。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 99.4%
  • Makefile 0.6%