mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-17 08:31:12 -06:00
Use Siunitx package for dealing with units (#129)
It is complicated : [1] The International System of Units (si), https://www.bipm.org/en/ measurement-units/. [2] International System of Units from nist, http://physics.nist.gov/cuu/Units/ index.html. And one will never get it right (space or not, half-space?) nor consistent so using that instead. I am not sure how times and hours, when to write digits and when in letter so I did not change much.. Did not touch the tables as ebooks on github actions seems to break when you look at them funny. Co-authored-by: Cedric <ced@awase.ostal>
This commit is contained in:
@@ -4,12 +4,13 @@ and making it has been an integral part of our culture.
|
||||
|
||||
My bread journey began during childhood. My mother, being a parent
|
||||
of 3, would always use Saturdays to bake a delicious loaf for the family.
|
||||
It was a white fluffy sandwich bread, and she made it within one to two hours using store-bought yeast.
|
||||
It was a white fluffy sandwich bread, and she made it within one to two hour using store-bought yeast.
|
||||
Being a bit more experienced, I~now realize it's
|
||||
ideal to wait a little while before cutting into your bread, but back then,
|
||||
we kids couldn't wait. Mom would cut for us a few slices straight from the oven, and we would
|
||||
immediately proceed to pour butter or jam on each slice. Within minutes, 1 kg of
|
||||
flour would be consumed. Bread became an integral part of my weekly food.
|
||||
immediately proceed to pour butter or jam on each slice. Within minutes,
|
||||
\qty{1}{\kg} of flour would be consumed. Bread became an integral part of my
|
||||
weekly food.
|
||||
|
||||
I~was lucky that my parents could afford a yearly ski trip to
|
||||
Alto Adige in northern Italy. In the small town called Valdaora, we
|
||||
@@ -73,7 +74,7 @@ each of whom can help by improving and changing the source code. Frameworks have
|
||||
businesses possible.
|
||||
|
||||
In most cases, frameworks do exactly what they claim they do. However,
|
||||
sometimes you are faced with issues you don't understand. In 99.95 percent
|
||||
sometimes you are faced with issues you don't understand. In \qty{99.95}{\percent}
|
||||
of all software bugs, the developer is the issue. Sometimes, however, the framework has a
|
||||
bug. That is when the developer must dig deeper to see the \emph{what} and the
|
||||
\emph{why} behind what
|
||||
|
||||
Reference in New Issue
Block a user