Questions tagged [picins]
19 questions
4
votes
2 answers
Fancy remark environment
I have this:
\usepackage{picins}
\shadowthickness{2pt}
\newcommand{\sidenote}[1]{
\begin{center}
\hpic(0.95\textwidth,0pt)[rs]{
\parbox[b]{0.9\textwidth}{\small
\bigskip{#1}\bigskip
}
}
…
vrbatim
- 731
- 6
- 13
0
votes
1 answer
How to use label with picins package?
In the manual it is said to use \label command inside \piccaption command but i don't understand how ?
I typed :
\piccaption{Caption text}{\label{test}}
but not working obviously.
0
votes
1 answer
How to fix this bug when using picins command inside list environment?
When I used the command \parpic of picins package inside enumerate environment, it made the trouble that the label item was not co-linear.
I don't want change package so help me to fix it.
Thanks.
Here is the sample…
Cong Hau
- 3
0
votes
0 answers
Using picins to place two figures in one paragraph
How can I put two figures wrapped around one paragraph using picins?
I am using the following code.
\documentclass{article}
\usepackage{picins}
\usepackage{lipsum}
\usepackage{graphicx}
\usepackage{caption}
\begin{document}
\pichskip{15pt}%…
shashashamti2008
- 5,380