Compare commits

...

5 Commits

Author SHA1 Message Date
Hasan al Rasyid d9551406b4 FEAT: fullwidth figure \begin{figure*} 2 years ago
Hasan al Rasyid 06c994b99c BOOK: fin 2 years ago
Hasan al Rasyid 5ee602d7ff FEATURE: Keluaran untuk bentuk Book 2 years ago
Hasan al Rasyid fbd4e660e0 Update on titles 2 years ago
Hasan al Rasyid d53492dc3a semifinal 2 years ago
  1. 5
      Makefile
  2. 1454
      manuscript.md
  3. 13
      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')
default: article
default: book
clean:
rm -rf _build
thesis:
@ -8,3 +8,6 @@ thesis:
article:
rm -rf _build/auto
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,6 +31,9 @@ affiliation:
description: "corresponding.author@email.example"
- id: +
description: "these authors contributed equally to this work"
book:
publisher: "Great Publisher"
firstprinted: "May 2022"
thesis:
degree: "Doctor of Philosophy"
univ:
@ -49,7 +52,7 @@ thesis:
name: "My Best Supervisor"
url: "http://thegreatsupervisor.ac.jp"
quotation: "include/quotation"
dedicatory: "include/dedicatory"
dedicatory: "include/dedicatory"
collaborator:
theme: "AAS Journal Data Editors"
person:
@ -84,12 +87,17 @@ processDate:
received: "March 11, 2022"
accepted: "April 11, 2022"
bibzotero: pubsEngine
reference-section-title: Bibliography
tocTitle: "Daftar Isi"
appendixTitle: "Lampiran"
chapterTitle: "Bab"
reference-section-title: "Daftar Pustaka"
link-directory:
- Figure
- Output
graphicspath:
- 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}"
facilities: "HST(STIS), Swift(XRT and UVOT), AAVSO, CTIO:1.3m, CTIO:1.5m, CXO"
header-includes: |
@ -97,7 +105,6 @@ header-includes: |
\usepackage{xspace}
\usepackage{chemfig}
\usepackage{amsmath}
\usepackage{graphicx}
\newcommand\mC[1]{\multicolumn{1}{c}{#1}}
\newcommand{\vdag}{(v)^\dagger}
\newcommand\aastex{AAS\TeX}

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

Loading…
Cancel
Save