Consider the code:
\documentclass[12pt]{article} \usepackage{graphicx,wrapfig,lipsum} \begin{document} \thispagestyle{empty} \begin{wrapfigure}{r}{.20\linewidth} {\footnotesize{\textbf{\textit{This is a note. But I don't know what it is called.}}}} %\includegraphics[width=.65\linewidth,keepaspectratio]{example-image-golden} \end{wrapfigure} \noindent \lipsum[13] \end{document} which produces:
I am about to typeset a short document that has notes contained within the paragraphs such as what I have displayed. (I don't know the name for them.) For lack of a better term, I cam calling them "blocked notes"
I have basically done this by brute force---by replacing an image with text in a wrapfigure environment. I would like to make some modifications such as reducing the vertical space between the lines in the note; as well as modifying the vertical distance between the end of the note text and the actual paragraph.
QUESTION: Is there a better way to do this? If so, how?
Thank you.




\footnotesizedoes not take an argument and should be followed by a paragraph break. this is why the line spacing is wrong in the note: the text is footnote size but the paragraph is not.wrapstuff?