qinglee / wrapstuff

Wrapping text around stuff
https://ctan.org/pkg/wrapstuff
LaTeX Project Public License v1.3c
11 stars 4 forks source link

Text before "\newline" command disappear #16

Open Piaoshi opened 5 months ago

Piaoshi commented 5 months ago

Text before "\newline" or "\" command disappear.

\documentclass{article}
\usepackage{wrapstuff}
\begin{document}

\begin{wrapstuff}
  \fbox{XYZ XYZ XYZ}
\end{wrapstuff}
Some text normal. Some text which have \newline int it.

\begin{wrapstuff}
  \fbox{XYZ XYZ XYZ}
\end{wrapstuff}
Some text normal. Some text which have \\ int it. Some text normal.

\end{document}