diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-02 23:39:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-02 23:39:30 +0000 |
commit | 4141c4aa83d1ead340876cdc2b8408b754bd9b69 (patch) | |
tree | b48928c20ceb05f7a9b8bfc92b1755f20e73fb7a /Master/texmf-dist/doc/xelatex/bidi/test1-wrapfig.tex | |
parent | a2e546fd16ad80846377eeb25715c877e57d69c3 (diff) |
bidi (2may16)
git-svn-id: svn://tug.org/texlive/trunk@40842 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/bidi/test1-wrapfig.tex')
-rw-r--r-- | Master/texmf-dist/doc/xelatex/bidi/test1-wrapfig.tex | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/Master/texmf-dist/doc/xelatex/bidi/test1-wrapfig.tex b/Master/texmf-dist/doc/xelatex/bidi/test1-wrapfig.tex deleted file mode 100644 index a0fd4b7f8e5..00000000000 --- a/Master/texmf-dist/doc/xelatex/bidi/test1-wrapfig.tex +++ /dev/null @@ -1,40 +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} -The starting place for the wrapfigure -environment was manually determined in -the current ex- - -\begin{wrapfigure}[7]{r}[0.2\width]{0pt} - \centering - \fbox{This is ``wrapfigure''.} - \caption{An example of the - \texttt{wrapfigure} environment} -\end{wrapfigure} -sample by first setting the text without -the figure to find the linebreaks. - -\sample \sample \sample\sample \sample \sample\sample - -\section{RTL} - -\setRTL -The starting place for the wrapfigure -environment was manually determined in -the current ex- - -\begin{wrapfigure}[7]{l}[0.2\width]{0pt} - \centering - \fbox{This is ``wrapfigure''.} - \caption{An example of the - \texttt{wrapfigure} environment} -\end{wrapfigure} -sample by first setting the text without -the figure to find the linebreaks. - -\sample \sample \sample\sample \sample \sample\sample -\end{document} |