pypi as well as a docker image containing all required libraries and tools (of which there are many). You can use this example as a blueprint for making your own books.
As an example for a citation, I cite my old book [1]. This is then resolved to a BibTeX record in the file bibliography.bib
. You can now continue to read Section 1.
Welcome to the first chapter.
With #
, you start a chapter heading, as in Section 1. With ##
, you start a section heading, as in Section 1.1. ###
begins a subsection, and so on.
Take a look at Figure 1.1.
Take a look at Equation 1.1. We can also embedd formulas directly in the text and write something like
centered column | right-aligned column | left-aligned column |
---|---|---|
bla | r | l |
blub blub blub | abc | 123 |
Table 1.1 is also important. Definitions can also be included and referenced. See, for instance, Definition 1 below.
Listing 1.1: This is a local code file but we only use lines 6 to 12 and apply automatic simplification. (src)
Listing 1.2: This is a code file from a GitHub repository. We again only use lines 6 to 12, but without simplification. (src)
Listing 1.1 is a local code file, which resides in the same folder as the markdown file of this chapter. Listing 1.2 comes from GitHub, from the repository bb
declared in the metadata.
You can also access the book metadata via the command meta
. Example are:
git
repository): repo
, using the repository key and the repository information query1: bb
: thomasWeise/bookbuilderpy-mwebb
: b24990965fbefa9228db4f26bee1f0e7fe6dd8cdbb
: 2022‑11‑01 13:27 UTC+08:00Notice that we use bb
to also identify the GitHub repository of this example to make the example self-contained.↩︎