I am asking this question may be extension of this question.
I wish to use some other symbols otherthan leftbrace in my older question. And, recently I come to know that bclogo solves that problem.
but while working with that bclogo I am finding the following difficulty.
That in some cases I couldn't find the bclogo output in the same page.
for example, with the following codes, i will get the texts in one page and the bclogo in the next page.
I am expecting it has to be running text only..
\documentclass{article}
\usepackage[tikz]{bclogo}
\usepackage{lipsum}
\begin{document}
\lipsum[1]
\begin{bclogo}{Code}
\begin{itemize}
\item
\item
\item
\item\item \item \item \item\item \item
\item \item \item \item item \item \item
\item \item \item \item
\end{itemize}
\end{bclogo}%
\end{document}
My output:
Click here for the output image file
My aim is
bclogohas to be in 1st page itself or it should start with 1st page and ends with its position.
bclogobox can be split across the page break? – Thruston Nov 26 '15 at 10:17bclogoappears to use. You would have find a solution that used one of the ideas discussed in this question about breakable vboxes. – Thruston Nov 27 '15 at 10:24