랩 그림 수레 및 히브리어

랩 그림 수레 및 히브리어

Wrap-float를 만들려고 하는데 텍스트에 아무것도 없어도 작동하지 않습니다. 저는 LyX 2.0.5.1을 사용하고 있습니다. 이것은 내 MWE입니다.

% Preview source code

%% LyX 2.0.5.1 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english,hebrew]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9,cp1255]{inputenc}
\usepackage{float}
\usepackage{wrapfig}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
\usepackage{theorem}
\theorembodyfont{\upshape}
\newtheorem{theorem}{\R{משפט}}[section]
\AtBeginDocument{\make@lr\thetheorem}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\usepackage{fullpage}
\usepackage{adjustbox}

\makeatother

\usepackage{babel}
\begin{document}
\begin{wrapfigure}{o}{0.5\columnwidth}%
\caption{}
\end{wrapfigure}%

שלום שלום

שלום שלום 

\end{document}

그래서 문자가 없어도 이렇게 나와요

\end{wrapFigure} % 방금 삽입 }' that doesn't seem to match anything. For example,한 \def\a#1{...}' 및 \a}' would produce this error. If you simply proceed now, the\par'를 발견하면 문제의 근본 원인이 될 수 있는 폭주 인수를 보고하게 됩니다. . 하지만 }' was spurious, just type2'라면 사라질 것입니다.

답변1

다음 단락에 텍스트가 필요합니다. wrapfigure그렇지 않으면 작동하지 않습니다.

\begin{wrapfigure}{o}{0.5\columnwidth}%
\caption{}
\end{wrapfigure}%
Here we need some text so that this will be wrap around the image ...

내 작업 예제에는 다음이 필요합니다 xelatex.

\documentclass{article}
\usepackage{fontspec}
\usepackage{libertine}
\usepackage{wrapfig}
\usepackage{polyglossia}
\setmainlanguage{hebrew}
\usepackage{theorem}
\theorembodyfont{\upshape}
\newtheorem{theorem}{\R{משפט}}[section]
\usepackage{adjustbox}

\begin{document}

\begin{wrapfigure}{o}{0.5\columnwidth}%
\caption{}
\end{wrapfigure}
הבסיס לכל הצורות המתקדמות יותר של פיתוח עברית הוא השפה של ספרי הקודש של היהודים, התנ"ך עברית, שמקורו בכתבי העת הראשונה אלף לפנה"ס נוצרו ונערך ברציפות והתרחב ולבסוף עוגן על ידי זמנו של ישו. (הישנה) עברית ולכן לעתים קרובות מזוהה עם המונח "עברית מקראית", אפילו אם זה מוצדק בלשנות פחות היסטורית, כמו היסטוריה של ספרות: עברית העתיקה כמו השפה התנ"ך. בתנ"ך, השפה שְׂפַת כְּנַעַן הוא השפת כנען ("שפת כנען, ישעיהו 19:18") נקראת. לאחר חורבן בית המקדש בירושלים על ידי נבוכדנצר השני ב586 לפנה"ס והגלות בבל שלאחר מכן, השפה הרשמית המקומית של ארמי הגיעה למחזור בקרב היהודים, ולכן מעתה ואילך עברית להתחרות על עמדה ארמי ונרשמה הרבה השפעות של זה.

\end{document}

여기에 이미지 설명을 입력하세요

관련 정보