Skip to content

Commit

Permalink
v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
puripuri2100 committed Nov 17, 2018
1 parent 20a95a5 commit 0896da3
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 63 deletions.
40 changes: 39 additions & 1 deletion satysfi-for-windows-ver/article-ja.satyh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%(c) Naoki Kaneko 2018
%https://github.com/puripuri2100/exdesign
%SATySFi for Windows Version
%v0.1
%v0.2

@require: exdesign

Expand Down Expand Up @@ -150,6 +150,25 @@ val article : (|
subsubsection-right-space : length;
|)

val fonts : (|
latin-roman : string;
latin-bold : string;
latin-italic : string;
latin-sans : string;
latin-mono : string;
cjk-mincho-l : string;
cjk-mincho-m : string;
cjk-mincho-bx : string;
cjk-gothic-m : string;
cjk-gothic-bx : string;
cjk-gothic-eb : string;
math-font : string;
ratio-latin : float;
ratio-cjk : float;
correction-latin : float;
correction-cjk : float;
|)

val normalHF : (|
lhead : inline-text;
chead : inline-text;
Expand Down Expand Up @@ -313,6 +332,25 @@ let article = (|
subsubsection-right-space = 13pt;
|)

let fonts = (|
latin-roman = `Junicode`;
latin-bold = `Junicode-b`;
latin-italic = `Junicode-it`;
latin-sans = `lmsans`;
latin-mono = `lmmono`;
cjk-mincho-l = `ipaexm`;
cjk-mincho-m = `ipaexm`;
cjk-mincho-bx = `ipaexm`;
cjk-gothic-m = `ipaexg`;
cjk-gothic-bx = `ipaexg`;
cjk-gothic-eb = `ipaexg`;
math-font = `lmodern`;
ratio-latin = 1.;
ratio-cjk = 0.88;
correction-latin = 0.;
correction-cjk = 0.;
|)

let normalHF = (|
lhead = {};
chead = {};
Expand Down
Loading

0 comments on commit 0896da3

Please sign in to comment.