diff --git a/Makefile b/Makefile index 76a787f..5730691 100644 --- a/Makefile +++ b/Makefile @@ -8,5 +8,6 @@ build: --bibliography langs/R.bib \ --citeproc \ --csl=jcsl.csl \ + --template=./uikit.html\ -o README.html \ -s citations.txt diff --git a/README.html b/README.html index 618d7eb..a488429 100644 --- a/README.html +++ b/README.html @@ -1,173 +1,23 @@ - - - - - - - home lib - - - -
-

home lib

-
- + + + - diff --git a/uikit.html b/uikit.html new file mode 100644 index 0000000..19244d2 --- /dev/null +++ b/uikit.html @@ -0,0 +1,39 @@ + +
+ + $if(title)$ +
+
+

$title$

+ $if(date)$ +

$date$

+ $endif$ + $for(author)$ +

$author$

+ $endfor$ +
+
+ $endif$ + +
+
+
+ +
+
+ +
+ $if(abstract)$ +

$abstract-title$

+ $abstract$ + $endif$ + + $body$ +
+
+
+