2021-09-23 06:58:23 +02:00
|
|
|
|
\documentclass[a4paper,twoside, openany]{book}
|
2021-07-14 15:03:47 +02:00
|
|
|
|
%% "openany" allows for chapters on odd pages, it would leave a blank page otherwise
|
2021-09-23 00:38:03 +02:00
|
|
|
|
\usepackage[hmarginratio=1:1]{geometry}% equal left and right margins
|
2021-07-14 12:23:18 +02:00
|
|
|
|
\usepackage{hyperref}
|
|
|
|
|
\usepackage{titlesec}
|
|
|
|
|
\usepackage{xcolor}
|
|
|
|
|
\usepackage{varwidth}
|
2021-07-18 00:18:40 +02:00
|
|
|
|
|
|
|
|
|
\usepackage{xpatch}
|
|
|
|
|
|
|
|
|
|
\makeatletter
|
|
|
|
|
|
|
|
|
|
\xpatchcmd{\@makeschapterhead}{%
|
|
|
|
|
\Huge \bfseries #1\par\nobreak%
|
|
|
|
|
}{%
|
|
|
|
|
\Huge \bfseries\centering #1\par\nobreak%
|
|
|
|
|
}{\typeout{Patched makeschapterhead}}{\typeout{patching of @makeschapterhead failed}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\xpatchcmd{\@makechapterhead}{%
|
|
|
|
|
\huge\bfseries \@chapapp\space \thechapter
|
|
|
|
|
}{%
|
|
|
|
|
\huge\bfseries\centering \@chapapp\space \thechapter
|
|
|
|
|
}{\typeout{Patched @makechapterhead}}{\typeout{Patching of @makechapterhead failed}}
|
|
|
|
|
|
|
|
|
|
\makeatother
|
|
|
|
|
|
|
|
|
|
%% I just want stuff to be centered
|
|
|
|
|
|
2021-07-14 12:23:18 +02:00
|
|
|
|
\newenvironment{Verse}
|
|
|
|
|
{\center\varwidth{\linewidth}\fontsize{18}{21.6}\selectfont}
|
|
|
|
|
{\endvarwidth\endcenter}
|
2021-07-14 15:16:21 +02:00
|
|
|
|
%% verse but centered and bigger
|
2021-07-14 12:23:18 +02:00
|
|
|
|
\titleformat{\chapter}[display]
|
2021-07-14 12:51:47 +02:00
|
|
|
|
{\normalfont\filcenter\bfseries}{}{0pt}{\Huge}
|
2021-07-14 12:23:18 +02:00
|
|
|
|
\renewcommand{\contentsname}{Table of Contents}
|
|
|
|
|
\hypersetup{colorlinks=true,linkcolor=blue,urlcolor=blue}
|
2021-08-11 11:35:20 +02:00
|
|
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
|
\begin{document}
|
2021-07-14 12:23:18 +02:00
|
|
|
|
\font\mytitle=cmr12 at 40pt
|
|
|
|
|
\newcommand{\MONTH}{%
|
|
|
|
|
\ifcase\the\month
|
|
|
|
|
\or January% 1
|
|
|
|
|
\or February% 2
|
|
|
|
|
\or March% 3
|
|
|
|
|
\or April% 4
|
|
|
|
|
\or May% 5
|
|
|
|
|
\or June% 6
|
|
|
|
|
\or July% 7
|
|
|
|
|
\or August% 8
|
|
|
|
|
\or September% 9
|
|
|
|
|
\or October% 10
|
|
|
|
|
\or November% 11
|
|
|
|
|
\or December% 12
|
|
|
|
|
\fi}
|
|
|
|
|
%% Month of compilation
|
|
|
|
|
\title{\mytitle Alembic}
|
|
|
|
|
\author{Mattia Mascarello}
|
|
|
|
|
\date{}
|
|
|
|
|
%% I don't want that in the title
|
|
|
|
|
\frontmatter
|
2021-07-14 15:59:04 +02:00
|
|
|
|
|
2021-07-14 12:23:18 +02:00
|
|
|
|
\maketitle
|
2021-07-14 15:24:30 +02:00
|
|
|
|
|
2021-07-14 12:23:18 +02:00
|
|
|
|
\pagestyle{empty}
|
|
|
|
|
%% copyrightpage
|
|
|
|
|
\begingroup
|
|
|
|
|
\footnotesize
|
|
|
|
|
\parindent 0pt
|
|
|
|
|
\parskip \baselineskip
|
|
|
|
|
CC BY-SA 4.0 \the\year{} Mattia Mascarello\\
|
|
|
|
|
|
2021-09-23 01:10:01 +02:00
|
|
|
|
Distribuited under the \href{https://creativecommons.org/licenses/by-sa/4.0/}{``Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)"} license
|
2021-07-14 12:23:18 +02:00
|
|
|
|
|
|
|
|
|
Poems by Mattia Mascarello
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\vfill
|
|
|
|
|
|
|
|
|
|
\begin{center}
|
|
|
|
|
Anywhere the wind blows
|
|
|
|
|
\end{center}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\begin{center}
|
|
|
|
|
\begin{tabular}{ll}
|
|
|
|
|
Current Edition: \MONTH \space \the\year
|
|
|
|
|
\end{tabular}
|
|
|
|
|
\end{center}
|
|
|
|
|
|
|
|
|
|
\vfill
|
|
|
|
|
|
|
|
|
|
Mattia Mascarello, \\
|
|
|
|
|
Alba (CN), Italy \\
|
|
|
|
|
\href{mailto:mattia.mascarello@outlook.it}{mattia.mascarello@outlook.it}\\
|
|
|
|
|
\href{https://github.com/MatMasIt}{Github}\\
|
|
|
|
|
\href{https://t.me/matmasak}{Telegram}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\vspace*{2\baselineskip}
|
|
|
|
|
\endgroup
|
|
|
|
|
\clearpage
|
|
|
|
|
|
|
|
|
|
|
2021-07-14 12:59:51 +02:00
|
|
|
|
%% inscription
|
2021-07-14 12:23:18 +02:00
|
|
|
|
\pagestyle{empty}
|
|
|
|
|
\begin{center}
|
|
|
|
|
Thanks to Eva Gotta
|
|
|
|
|
\end{center}
|
|
|
|
|
\clearpage
|
|
|
|
|
|
|
|
|
|
|
2021-07-14 12:59:51 +02:00
|
|
|
|
%%preface
|
2021-07-14 12:23:18 +02:00
|
|
|
|
\pagestyle{empty}
|
|
|
|
|
\begin{center}
|
|
|
|
|
\textbf{Preface}\\
|
|
|
|
|
My stream of thought is stored in this container as I progress to read it
|
|
|
|
|
Essentially, a collection
|
|
|
|
|
\end{center}
|
|
|
|
|
\clearpage
|
|
|
|
|
|
|
|
|
|
|
2021-07-14 12:59:51 +02:00
|
|
|
|
%%empty page
|
2021-07-14 12:23:18 +02:00
|
|
|
|
\pagestyle{empty}
|
|
|
|
|
\begin{center}
|
|
|
|
|
\end{center}
|
|
|
|
|
\clearpage
|
|
|
|
|
\tableofcontents
|
|
|
|
|
\mainmatter
|
|
|
|
|
|
|
|
|
|
|
2021-07-14 12:59:51 +02:00
|
|
|
|
%% Start of poems
|
|
|
|
|
|
2021-07-14 12:23:18 +02:00
|
|
|
|
\chapter{Cogs}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Cogs of Ice\\
|
|
|
|
|
Tick and Slide\\
|
|
|
|
|
Subdivide the Time in Time\\
|
|
|
|
|
Slow or steady to demise\\
|
|
|
|
|
Who shall melt and who shall dance\\
|
|
|
|
|
On the thin floor of life?
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\chapter{Parcel}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Wherever may I find my body wandering and where I lay my hand\\
|
|
|
|
|
A lone and unknown land\\
|
|
|
|
|
Just follows me and never leaves\\
|
|
|
|
|
Oh when has this begun?\\
|
|
|
|
|
|
|
|
|
|
To them I say let there be \\
|
|
|
|
|
a land I know and love\\
|
|
|
|
|
and not the parcel nature gave\\
|
|
|
|
|
to spare with me alone.
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
|
2021-07-14 12:47:53 +02:00
|
|
|
|
\chapter{Rolls}
|
2021-07-14 12:23:18 +02:00
|
|
|
|
\begin{Verse}
|
|
|
|
|
An old typewriter lies on the desk\\
|
|
|
|
|
Rolls of types and rolls of life\\
|
|
|
|
|
the impression of a hot coffee\\
|
|
|
|
|
on a cloudy morning\\
|
|
|
|
|
and the prints of a dead hand.\\
|
|
|
|
|
Oh young age, regret and retribution\\
|
|
|
|
|
The keys' noise covers my thought\\
|
|
|
|
|
and the noise that I bear inside.
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\chapter{Friction}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Friction\\
|
|
|
|
|
Friction\\
|
|
|
|
|
Metal scraping\\
|
|
|
|
|
Glass beheading\\
|
|
|
|
|
Where we’re heading?\\
|
|
|
|
|
Sleep and\\
|
|
|
|
|
tick and\\
|
|
|
|
|
turn and\\
|
|
|
|
|
twist and \\
|
|
|
|
|
walk and\\
|
|
|
|
|
sit, for what?\\
|
|
|
|
|
Desist?\\
|
|
|
|
|
Your calculations\\
|
|
|
|
|
fail.
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\chapter{Machines}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Polygons of vision\\
|
|
|
|
|
A field of empty vectors\\
|
|
|
|
|
Directed to imperfection\\
|
|
|
|
|
Escape your judgment\\
|
|
|
|
|
Machines of flesh\\
|
|
|
|
|
Which make machines\\
|
|
|
|
|
For this you see\\
|
|
|
|
|
'tis what thee be.
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\chapter{OK}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Ok\\
|
|
|
|
|
Why?\\
|
|
|
|
|
OK\\
|
|
|
|
|
What does it mean?\\
|
|
|
|
|
What do you mean?\\
|
|
|
|
|
This is ridiculous\\
|
|
|
|
|
Ok\\
|
|
|
|
|
The alarm is sounding\\
|
|
|
|
|
Ok\\
|
|
|
|
|
For well you see the waste this\\
|
|
|
|
|
all\
|
|
|
|
|
be\\
|
|
|
|
|
O\\
|
|
|
|
|
K.
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\chapter{Masters of Doubt}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Do you feel good?\\
|
|
|
|
|
Do you feel fine?\\
|
|
|
|
|
What must be word\\
|
|
|
|
|
that you make so flag of yourself\\
|
|
|
|
|
When you proceed\\
|
|
|
|
|
To bury the dead.
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\chapter{Second Line}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Buffer of thought\\
|
|
|
|
|
Distilled and saw\\
|
|
|
|
|
It keeps bouncing inside\\
|
|
|
|
|
Until you drown it in fire.
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\chapter{Steam}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Steam, fire, electricity\\
|
|
|
|
|
Some machines feed on it\\
|
|
|
|
|
Some machines die on it\\
|
|
|
|
|
All walk on the ribbon\\
|
|
|
|
|
It goes extremely wide.
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\chapter{Imaginary}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Flow\\
|
|
|
|
|
Fly\\
|
|
|
|
|
In the sky\\
|
|
|
|
|
Slowly tired\\
|
|
|
|
|
Not explored anything\\
|
2021-07-14 14:51:09 +02:00
|
|
|
|
Neither being admired\\
|
2021-07-14 12:23:18 +02:00
|
|
|
|
But still\\
|
|
|
|
|
You may try.
|
|
|
|
|
\end{Verse}
|
|
|
|
|
\chapter{Sweden}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
What shall say thee?\\
|
|
|
|
|
2418\\
|
|
|
|
|
Walk to the beam\\
|
|
|
|
|
Shines so lightly\\
|
|
|
|
|
Moves so brightly\\
|
|
|
|
|
When you’ll think then\\
|
|
|
|
|
Don’t complain me\\
|
|
|
|
|
For what I see\\
|
|
|
|
|
Is the most wide sea.
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
\chapter{Contempt}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Acknowledge it!\\
|
|
|
|
|
Acknowledge it yourself\\
|
|
|
|
|
The forces that behind you\\
|
|
|
|
|
are pushing your contempt\\
|
|
|
|
|
You see someone up there\\
|
|
|
|
|
but no-one but yourself\\
|
|
|
|
|
You think the freest free is what\\
|
|
|
|
|
the heat has quickly fled\\
|
|
|
|
|
No intention to assimilate\\
|
|
|
|
|
let alone to adjudicate\\
|
|
|
|
|
The superstructure of your thought\\
|
|
|
|
|
is laid upon bones.
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\chapter{Resonance}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Glaring eyes to the public\\
|
|
|
|
|
you notice something:\\
|
|
|
|
|
an entity which resonates\\
|
|
|
|
|
the same frequency as you\\
|
|
|
|
|
Be sure as well to keep in phase\\
|
|
|
|
|
that’s what you’re going to do\\
|
|
|
|
|
because if not you know that, too\\
|
|
|
|
|
you’ll cancel whole in two.
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
\chapter{Beat}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Beat him!
|
|
|
|
|
No, don’t despair\\
|
|
|
|
|
There’s always a second place for losers,\\
|
|
|
|
|
that’s hell\\
|
|
|
|
|
Beat her!\\
|
|
|
|
|
Look at your foe in the eyes\\
|
|
|
|
|
You might both as well call it a tie\\
|
|
|
|
|
For in this fight the only winner is who doesn't cry.\\
|
|
|
|
|
Was that anytime?\\
|
|
|
|
|
Well, everyone stops fighting when they die.
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
\chapter{Walk}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Walk downtown,\\
|
|
|
|
|
looking around\\
|
|
|
|
|
The movement, the sound\\
|
|
|
|
|
The rubble on the ground\\
|
|
|
|
|
changing\\
|
|
|
|
|
slowly chaining\\
|
|
|
|
|
Men walking in the snow\\
|
|
|
|
|
Where do they go?\\
|
|
|
|
|
What do they know?\\
|
|
|
|
|
A solitary chimney\\
|
|
|
|
|
Is coughing up some smoke\\
|
|
|
|
|
You sit on the edge of the plane\\
|
|
|
|
|
Which separates from them all.
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
\chapter{Act}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
A close call\\
|
|
|
|
|
It’s ringing\\
|
|
|
|
|
You might as well pick up your phone\\
|
|
|
|
|
Oh, look, it’s your friend\\
|
|
|
|
|
He’s asking what you’ve done\\
|
|
|
|
|
Interact is all you do,\\
|
|
|
|
|
It flows inside everyone and all\\
|
|
|
|
|
What did you make of it?
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
\chapter{Bell}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Rain and Snow\\
|
|
|
|
|
Outside a shell of shells\\
|
|
|
|
|
So while outside it’s cold as hell\\
|
|
|
|
|
You ring the bell, for dinner’s served\\
|
|
|
|
|
However don’t rejoice so much\\
|
|
|
|
|
because you it’s not for you to know\\
|
|
|
|
|
what then you’ll tell.
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
\chapter{Blue}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Looking in the eyes\\
|
|
|
|
|
the broadcast just begun\\
|
|
|
|
|
for there's some connection\\
|
|
|
|
|
which requires no waveform\\
|
|
|
|
|
oscillators dance, that's sure\\
|
|
|
|
|
but what might they do\\
|
|
|
|
|
when the only station I am tuning in\\
|
|
|
|
|
is you.
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
\chapter{Red}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
What Irony of a substance,\\
|
|
|
|
|
powering such squalor\\
|
|
|
|
|
mess of cogs and sweat\\
|
|
|
|
|
But when the oil leaks\\
|
|
|
|
|
the pain deceives\\
|
|
|
|
|
that friction's gone.\\
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
\chapter{Casino}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Wait\\
|
|
|
|
|
This game is rigged!\\
|
|
|
|
|
What did you expect?\\
|
|
|
|
|
Someone's gonna have to finance\\
|
|
|
|
|
heaven and hell.
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
\chapter{War}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Go away and come\\
|
|
|
|
|
command\\
|
|
|
|
|
sustain\\
|
|
|
|
|
engage\\
|
|
|
|
|
and train\\
|
|
|
|
|
terrain\\
|
|
|
|
|
TERRAIN\\
|
|
|
|
|
TERRAIN!
|
|
|
|
|
\end{Verse}
|
2021-07-31 23:39:28 +02:00
|
|
|
|
|
|
|
|
|
\chapter{Trees}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Hands in air\\
|
|
|
|
|
fog is there\\
|
|
|
|
|
dark and light\\
|
|
|
|
|
all perspires\\
|
|
|
|
|
when you're there.
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
\chapter{Violet}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Violet, light blue\\
|
|
|
|
|
you know the\\
|
|
|
|
|
address, too\\
|
|
|
|
|
the corners of\\
|
|
|
|
|
the world are\\
|
|
|
|
|
shining there\\
|
|
|
|
|
for you.\\
|
|
|
|
|
Even when your soul denies\\
|
|
|
|
|
you're bound\\
|
|
|
|
|
by what's outside.
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\chapter{Reflection}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Eyes stare at\\
|
|
|
|
|
eyes\\
|
|
|
|
|
The same soul inside\\
|
|
|
|
|
yet shall we say\\
|
|
|
|
|
we feel afraid, insane.
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\chapter{Smile}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
A symile of smiles, emerged\\
|
|
|
|
|
from what seemed\\
|
|
|
|
|
like crying.\\
|
|
|
|
|
Despair may be\\
|
|
|
|
|
a pretty fun affair.
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
\chapter{Tear}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Tear, torn, cut apart\\
|
|
|
|
|
select your product from\\
|
|
|
|
|
the list\\
|
|
|
|
|
a little scalpel\\
|
|
|
|
|
may fix that\\
|
|
|
|
|
but what lays on the floor\\
|
|
|
|
|
is hard to reattach
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
\chapter{Void}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Beyond black\\
|
|
|
|
|
beyond white\\
|
|
|
|
|
beyond cubes\\
|
|
|
|
|
beyond lights\\
|
|
|
|
|
beyond love\\
|
|
|
|
|
beyond lies\\
|
|
|
|
|
it's not just what\\
|
|
|
|
|
hearth and mind deny\\
|
|
|
|
|
it's what thy were\\
|
|
|
|
|
and thy shall be.
|
|
|
|
|
\end{Verse}
|
2021-08-11 11:35:20 +02:00
|
|
|
|
|
|
|
|
|
\chapter{Dust}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Writings on a wall\\
|
|
|
|
|
a tree and its\\
|
|
|
|
|
snow\\
|
|
|
|
|
What acheivement do you keep\\
|
|
|
|
|
in your mind and in your soul?\\
|
|
|
|
|
Many speakers of all minds\
|
|
|
|
|
fly and dance will\\
|
|
|
|
|
tonight\\
|
|
|
|
|
While the dust settles\\
|
|
|
|
|
inside.
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
\chapter{Buyeth}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
To everybody's contempt\\
|
|
|
|
|
today is the event\\
|
|
|
|
|
The day when you must pay\\
|
|
|
|
|
for the uncherished bliss\\
|
|
|
|
|
we all have been denying\\
|
|
|
|
|
before it was taken by\\
|
|
|
|
|
fire.
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
\chapter{Gates}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Bad,unjust\\
|
|
|
|
|
war and lust\\
|
|
|
|
|
we shall decide\\
|
|
|
|
|
what you be must\\
|
|
|
|
|
Dancing as a dancer\\
|
|
|
|
|
Sleeping as a sleepr\\
|
|
|
|
|
Heat,\\
|
|
|
|
|
speeding cars,\\
|
|
|
|
|
metal and wooden planks\\
|
|
|
|
|
Your nature shall not stand\\
|
|
|
|
|
where we not demand.
|
|
|
|
|
\end{Verse}
|
|
|
|
|
|
|
|
|
|
\chapter{Sweat}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Brick and bells\\
|
|
|
|
|
On which an old man leans\\
|
|
|
|
|
Not tired by age,\\
|
|
|
|
|
but by life's appeal\\
|
|
|
|
|
For who lives in a dream is sleeping\\
|
|
|
|
|
and thus he's keeeping\\
|
|
|
|
|
his life of sweat.
|
|
|
|
|
\end{Verse}
|
2021-09-23 00:38:03 +02:00
|
|
|
|
\chapter{Tin}
|
|
|
|
|
\begin{Verse}
|
|
|
|
|
Laying on a bed in a late early after noon\\
|
|
|
|
|
The pitch black and the tense muscles\\
|
|
|
|
|
The will to grip to the comfy cushion yet the urge to act\\
|
|
|
|
|
The incessant\\ time\\ awaits\\ one's\\ alarm.\\
|
|
|
|
|
Laying inert like tin battles with the soul\\
|
|
|
|
|
Until one wins on his own terms
|
|
|
|
|
\end{Verse}
|
2021-09-23 06:58:23 +02:00
|
|
|
|
\chapter{Typeset}
|
|
|
|
|
\begin{displaymath}
|
|
|
|
|
\lim_{I\to \infty}\begin{bmatrix}
|
|
|
|
|
life & death\\
|
|
|
|
|
action & inaction
|
|
|
|
|
\end{bmatrix}\bigcap \frac{\mathrm{d} }{\mathrm{d} x} \frac{I}{time}\cdot \frac{mine}{shine}^{lying}_{time}\implies Admire \cancel{Aspire}
|
|
|
|
|
\end{displaymath}
|
2021-07-14 12:23:18 +02:00
|
|
|
|
\end{document}
|