diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/bidi/test2-wrapfig.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/bidi/test2-wrapfig.tex | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/Master/texmf-dist/doc/latex/bidi/test2-wrapfig.tex b/Master/texmf-dist/doc/latex/bidi/test2-wrapfig.tex deleted file mode 100644 index ab655dac412..00000000000 --- a/Master/texmf-dist/doc/latex/bidi/test2-wrapfig.tex +++ /dev/null @@ -1,28 +0,0 @@ -\documentclass{article} -\usepackage{wrapfig} -\usepackage{bidi} -\newcommand\sample{Some text for our page - that might get reused over and over again. } -\begin{document} -\section{LTR} -\begin{wraptable}[4]{l}{4cm} - \centering -\fbox{This is ``wraptable''.} - \caption{The Caption}\label{T1} -\end{wraptable} - -\sample \sample Reference to Table~\ref{T1}. -\sample - -\section{RTL} -\setRTL - -\begin{wraptable}[4]{r}{4cm} - \centering -\fbox{This is ``wraptable''.} - \caption{The Caption}\label{T2} -\end{wraptable} - -\sample \sample Reference to Table~\ref{T2}. -\sample -\end{document} |