Skip to content

Commit

Permalink
setup for images
Browse files Browse the repository at this point in the history
  • Loading branch information
colbyn committed Oct 6, 2020
1 parent 02ab279 commit 8681938
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build.sh
Expand Up @@ -23,7 +23,8 @@ BUILD_HTML=true

if $BUILD_HTML; then
echo "builing html"
mkdir -p $OUT_DIR/config
mkdir -p $OUT_DIR/static
rsync --archive --recursive --update static $OUT_DIR
bundle exec asciidoctor \
-r asciidoctor-diagram \
-D $OUT_DIR \
Expand Down
7 changes: 7 additions & 0 deletions source/calc1/chapter3.adoc
@@ -1,3 +1,4 @@
:imagesdir: ../../static/images
:sectanchors:
:stem: latexmath
:toc:
Expand All @@ -14,6 +15,12 @@ endif::[]

== §3.1 | Maximum and Minimum Values

image::calc1/3.1.1a.png[Test]

image::calc1/3.1.1b.png[Test]

image::calc1/3.1.1c.png[Test]

[NOTE]
====
- An 'extremum' (or extreme value) of a function is a point at which a **maximum** or **minimum** value of the function is obtained in some interval. **I.e. is not an alternative phrase for absolute maximum, but more generally refers to maximum or minimum points.**
Expand Down
Binary file added static/images/calc1/3.1.1a.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/calc1/3.1.1b.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/calc1/3.1.1c.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8681938

Please sign in to comment.