Compare commits

..

No commits in common. 'd9551406b43922bc21ce7666c98146f1aab65503' and 'f2ad636d3eeb444247bfadd3d5ba506734fd8e5c' have entirely different histories.

  1. 5
      Makefile
  2. 1446
      manuscript.md
  3. 11
      manuscript.yaml
  4. 8
      pandoc-crossref.yaml

@ -1,5 +1,5 @@
BUILDPATH:=$(shell find $$PUBSENGINE_ROOT/.stack-work/install|grep pkgdb$$|sed -e 's/^.*install.//g') BUILDPATH:=$(shell find $$PUBSENGINE_ROOT/.stack-work/install|grep pkgdb$$|sed -e 's/^.*install.//g')
default: book default: article
clean: clean:
rm -rf _build rm -rf _build
thesis: thesis:
@ -8,6 +8,3 @@ thesis:
article: article:
rm -rf _build/auto rm -rf _build/auto
GHC_PACKAGE_PATH=${PUBSENGINE_ROOT}/.stack-work/install/${BUILDPATH}:${HOME}/.stack/snapshots/${BUILDPATH}:${GHC_PACKAGE_PATH} pubsEngine manuscript article GHC_PACKAGE_PATH=${PUBSENGINE_ROOT}/.stack-work/install/${BUILDPATH}:${HOME}/.stack/snapshots/${BUILDPATH}:${GHC_PACKAGE_PATH} pubsEngine manuscript article
book:
rm -rf _build/auto
GHC_PACKAGE_PATH=${PUBSENGINE_ROOT}/.stack-work/install/${BUILDPATH}:${HOME}/.stack/snapshots/${BUILDPATH}:${GHC_PACKAGE_PATH} pubsEngine manuscript book

File diff suppressed because it is too large Load Diff

@ -31,9 +31,6 @@ affiliation:
description: "corresponding.author@email.example" description: "corresponding.author@email.example"
- id: + - id: +
description: "these authors contributed equally to this work" description: "these authors contributed equally to this work"
book:
publisher: "Great Publisher"
firstprinted: "May 2022"
thesis: thesis:
degree: "Doctor of Philosophy" degree: "Doctor of Philosophy"
univ: univ:
@ -87,17 +84,12 @@ processDate:
received: "March 11, 2022" received: "March 11, 2022"
accepted: "April 11, 2022" accepted: "April 11, 2022"
bibzotero: pubsEngine bibzotero: pubsEngine
tocTitle: "Daftar Isi" reference-section-title: Bibliography
appendixTitle: "Lampiran"
chapterTitle: "Bab"
reference-section-title: "Daftar Pustaka"
link-directory: link-directory:
- Figure - Figure
- Output - Output
graphicspath: graphicspath:
- Figure - Figure
- examples/documentation/images
- images
software: "astropy \\citep{2013A&A...558A..33A,2018AJ....156..123A}, Cloudy \\citep{2013RMxAA..49..137F}, Source Extractor \\citep{1996A&AS..117..393B}" software: "astropy \\citep{2013A&A...558A..33A,2018AJ....156..123A}, Cloudy \\citep{2013RMxAA..49..137F}, Source Extractor \\citep{1996A&AS..117..393B}"
facilities: "HST(STIS), Swift(XRT and UVOT), AAVSO, CTIO:1.3m, CTIO:1.5m, CXO" facilities: "HST(STIS), Swift(XRT and UVOT), AAVSO, CTIO:1.3m, CTIO:1.5m, CXO"
header-includes: | header-includes: |
@ -105,6 +97,7 @@ header-includes: |
\usepackage{xspace} \usepackage{xspace}
\usepackage{chemfig} \usepackage{chemfig}
\usepackage{amsmath} \usepackage{amsmath}
\usepackage{graphicx}
\newcommand\mC[1]{\multicolumn{1}{c}{#1}} \newcommand\mC[1]{\multicolumn{1}{c}{#1}}
\newcommand{\vdag}{(v)^\dagger} \newcommand{\vdag}{(v)^\dagger}
\newcommand\aastex{AAS\TeX} \newcommand\aastex{AAS\TeX}

@ -1,9 +1,5 @@
cref: true cref: true
figureTemplate: "$$t$$" figureTemplate: "$$t$$"
tableTemplate: "$$t$$" tableTemplate: "$$t$$"
figPrefix: "Gambar" figPrefix: "Gambar."
tblPrefix: "Tabel" tblPrefix: "Tabel."
lofTitle: "Daftar Gambar"
lotTitle: "Daftar Tabel"
figureTitle: "Gambar"
tableTitle: "Tabel"

Loading…
Cancel
Save