I'm looking to make a stylish footnote. I've came with the idea of putting brackets to a whole paragraph that comes at the end of the page. I've got a result but imagine it can be done better.
I've only managed to make a mwe, and to customize it line by line. But it still remains with the right border text lines not quite in order (left aligned instead of justified).
If I wouldn't break lines the text would continue out of the page in only one "infinite" line.
Plus, the code is not very pretty as a result of my workaround.
Questions:
Can this be done in another way to justify the text inside brackets?
Is there other code possibilities for similar results?
Are there other variants of this idea for footnotes?
I know there's a lot of questions about multiple line symbols in the site. However they are mostly in maths environments, and most likely not handling several lines of text. On the other hand, some questions on quotations could be useful, but I believe that the code should be simpler than these solutions:
Block quote with big quotation marks
,
and
Block quote with big quotation marks and opening quote on bottom.
Also, maybe there's a way to remake this mwe with lipsum, but since I was cutting lines I couldn't get around that.
Following is my mwe.
\documentclass[openany,11pt]{scrbook}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usepackage{kpfonts,baskervald}
\usepackage[a6paper]{geometry}
\begin{document}
\chapter*{Doña Lola}
\subsubsection*{Pears on red wine*}
ingredients: x, y and z.
Mix them and cook 'em.
\vfill
\begin{scriptsize}
\[
\left[ %\{
\begin{tabular}{l}
* Tomado del libro \textit{el arte de la mesa}. Nota del editor: Esta \\
receta también marida bien con variantes de helados cremosos. \\
Siguiendo la recomendación de la autora original, a la primera \\
preparación de las frutas le anexamos la otra receta de crema \\
que la acompaña.
\end{tabular}
\right]
\]
\end{scriptsize}
\end{document}
tcolorbox... but these would not be true footnotes. – jon Apr 15 '16 at 17:30