-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
86 lines (80 loc) · 1.9 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
project:
type: book
output-dir: docs
execute:
#echo: false
warning: false
cache: true
#filters:
#- webr
#- abstract-section:
book:
title: "Smart Choices for Measurement Models"
subtitle: "Executable Manuscript Tutorial for your Confirmatory Factor Analysis in R Environment"
author: "Pablo Rogers"
date: 03/07/2024
date-format: long
#doi:
cover-image: img/cover.png
downloads: pdf
reader-mode: true
sidebar:
align: left
collapse-level: 1
page-footer:
left: <a href="https://www.phdpablo.com">by Pablo Rogers</a>
right: This article was built with <a href="https://quarto.org/">Quarto</a>
site-url: "https://phdpablo.github.io/smart-cfa/"
repo-url: "https://github.com/phdpablo/smart-cfa/"
#repo-actions: [edit,issue]
sharing: [twitter, facebook, linkedin]
open-graph: true
chapters:
- index.qmd
- 01-intro.qmd
- 02-smart-choices.qmd
- 03-tutorial.qmd
- 04-considerations.qmd
- references.qmd
bibliography: references.bib
format:
html:
title-block-style: none
toc: true
collapse: true
html-math-method: mathjax
#include-in-header: header-includes.html
#css: style.css
#code-link: true
theme:
light: flatly
dark: darkly
number-sections: true
link-external-newwindow: true
fig-width: 5
fig-height: 5
fig-align: left
pdf:
documentclass: article
papersize: A4
#abstract: "Working in progress"
top-level-division: section
#code-block-bg: gray
geometry:
- paperwidth=8.00in
- paperheight=10.00in
- left=1.25in
- textwidth= 5.25in
- top=1.00in
- textheight=8.25in
#- showframe
#include-in-header: preamble.tex
#include-before-body: first.tex
#include-after-body: backcover.tex
toc: false
colorlinks: true
fig-width: 5
fig-height: 5
fig-align: left
keep-tex: true
editor: visual