CalculusWithJuliaNotes.jl/quarto/_quarto.yml
2024-05-21 20:58:53 -04:00

159 lines
4.5 KiB
YAML

version: "0.19"
engine: julia
project:
type: book
comments:
hypothesis: true
book:
title: "Calculus with Julia"
author: "John Verzani"
date: now
search: true
repo-url: https://github.com/jverzani/CalculusWithJuliaNotes.jl
repo-subdir: quarto/
downloads: [pdf]
repo-actions: [edit, issue]
navbar:
background: light
search: true
logo: logo.png
pinned: false
sidebar:
collapse-level: 1
page-footer: "Copyright 2022, John Verzani"
chapters:
- index.qmd
- part: precalc.qmd
chapters:
- precalc/calculator.qmd
- precalc/variables.qmd
- precalc/numbers_types.qmd
- precalc/logical_expressions.qmd
- precalc/vectors.qmd
- precalc/ranges.qmd
- precalc/functions.qmd
- precalc/plotting.qmd
- precalc/transformations.qmd
- precalc/inversefunctions.qmd
- precalc/polynomial.qmd
- precalc/polynomial_roots.qmd
- precalc/polynomials_package.qmd
- precalc/rational_functions.qmd
- precalc/exp_log_functions.qmd
- precalc/trig_functions.qmd
- precalc/julia_overview.qmd
- part: limits.qmd
chapters:
- limits/limits.qmd
- limits/limits_extensions.qmd
- limits/continuity.qmd
- limits/intermediate_value_theorem.qmd
- part: derivatives.qmd
chapters:
- derivatives/derivatives.qmd
- derivatives/numeric_derivatives.qmd
- derivatives/symbolic_derivatives.qmd
- derivatives/mean_value_theorem.qmd
- derivatives/optimization.qmd
- derivatives/first_second_derivatives.qmd
- derivatives/curve_sketching.qmd
- derivatives/linearization.qmd
- derivatives/newtons_method.qmd
- derivatives/more_zeros.qmd
- derivatives/lhospitals_rule.qmd
- derivatives/implicit_differentiation.qmd
- derivatives/related_rates.qmd
- derivatives/taylor_series_polynomials.qmd
- part: integrals.qmd
chapters:
- integrals/area.qmd
- integrals/ftc.qmd
- integrals/substitution.qmd
- integrals/integration_by_parts.qmd
- integrals/partial_fractions.qmd
- integrals/improper_integrals.qmd
- integrals/mean_value_theorem.qmd
- integrals/area_between_curves.qmd
- integrals/center_of_mass.qmd
- integrals/volumes_slice.qmd
- integrals/arc_length.qmd
- integrals/surface_area.qmd
- integrals/twelve-qs.qmd
- part: ODEs.qmd
chapters:
- ODEs/odes.qmd
- ODEs/euler.qmd
- ODEs/solve.qmd
- ODEs/differential_equations.qmd
- part: differentiable_vector_calculus.qmd
chapters:
- differentiable_vector_calculus/polar_coordinates.qmd
- differentiable_vector_calculus/vectors.qmd
- differentiable_vector_calculus/vector_valued_functions.qmd
- differentiable_vector_calculus/scalar_functions.qmd
- differentiable_vector_calculus/scalar_functions_applications.qmd
- differentiable_vector_calculus/vector_fields.qmd
- differentiable_vector_calculus/plots_plotting.qmd
- part: integral_vector_calculus.qmd
chapters:
- integral_vector_calculus/double_triple_integrals.qmd
- integral_vector_calculus/line_integrals.qmd
- integral_vector_calculus/div_grad_curl.qmd
- integral_vector_calculus/stokes_theorem.qmd
- integral_vector_calculus/review.qmd
- part: alternatives.qmd
chapters:
- alternatives/symbolics.qmd
- alternatives/SciML.qmd
# - alternatives/interval_arithmetic.qmd
- alternatives/plotly_plotting.qmd
- alternatives/makie_plotting.qmd
- part: "Appendices"
chapters:
- misc/getting_started_with_julia.qmd
- misc/julia_interfaces.qmd
- misc/calculus_with_julia.qmd
- misc/unicode.qmd
- misc/quick_notes.qmd
# - misc/bibliography.qmd
- references.qmd
execute-dir: project
bibliography: references.bib
website:
favicon: logo.png
format:
html:
theme: lux # spacelab # lux # sketchy # cosmo # https://quarto.org/docs/output-formats/html-themes.html
number-depth: 3
toc-depth: 3
link-external-newwindow: true
# pdf:
# documentclass: scrbook
# classoption: [oneside]
# keep-tex: true
# geometry:
# - top=30mm
# - left=10mm
# - right=10mm
# - heightrounded
# colorlinks: true
execute:
error: false
freeze: auto