Mathematik um Wrapped figure

Antwort erstellen


Diese Frage dient dazu, das automatisierte Versenden von Formularen durch Spam-Bots zu verhindern.
Smilies
:D :) :( :o :shock: :? 8) :lol: :-x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode ist eingeschaltet
[img] ist eingeschaltet
[flash] ist ausgeschaltet
[url] ist eingeschaltet
Smilies sind eingeschaltet

Die letzten Beiträge des Themas

Ich habe die Datenschutzerklärung gelesen und bin damit einverstanden.

   

Wenn du eine Datei oder mehrere Dateien anhängen möchtest, gib die Details unten ein.

Ansicht erweitern Die letzten Beiträge des Themas: Mathematik um Wrapped figure

Re: Mathematik um Wrapped figure

von Gute*r Gȧst*in » Mi 2. Feb 2022, 23:00

Achso, mit einer KOMA-Script-Klasse geht es natürlich auch:
\documentclass{scrartcl}
\usepackage[english]{babel}

\usepackage{graphicx}
\usepackage{amsmath, amsfonts, amsthm, geometry}

\usepackage[utf8]{inputenc} % Braucht es schon seit 2018 nicht mehr!
\usepackage{fancyhdr, lastpage} % Wird im Beispiel gar nicht verwendet, gehört also eigentlich auch nicht rein.

\usepackage{wrapfig2, framed, caption}

\newcommand{\R}{\mathbb{R}}
\newcommand{\C}{\mathbb{C}}
\newcommand{\PP}{\mathbb{P}}

\begin{document}

\section{The Shadow of a Cubic}
\begin{wrapfigure}[14]{r}{0.4\linewidth} 

     \begin{framed}\raggedleft%\centering
     
     \rule{5cm}{4cm}
       \caption{Fermat cubic}
       \label{3linesferm}  
\end{framed}

\end{wrapfigure}
It is a historical and remarkable fact, that any smooth Variety of degree $3$ in $\mathbb{P}^3$ contains exactly 27 lines. We call those Varieties Cubics and a line is a subvariety defined by two homogeneous polynomial of degree 1
\section{Theomrem}
There is exactly 27 lines on a smooth Cubic in $\mathbb{P}^3$.

\subsection{Proof}
To show this, we will use, that the fermat cubic $V(x_0^3+x_1^3+x_2^3+x_3^3)$ has exactly 27 lines. Afterwards we will show, that all smooth cubics have the same amount of lines. We will do that by showing, that 
\begin{equation*}
       \mathcal{M}=\{(X,L)|X \text{ is a smooth cubic}, \} ,
   \end{equation*} is a zarisky closed subset of... 

The fermat cubic has 27 Lines.

\end{document}

Re: Mathematik um Wrapped figure

von Gute*r Gȧst*in » Mi 2. Feb 2022, 22:59

Das Problem ist die recht spezielle Klasse. Beispielsweise mit article funktionieren sowohl wrapfig als auch dessen inoffizieller Nachfolger wrapfig2 deutlich besser:
\documentclass{article}
\usepackage[english]{babel}

\usepackage{graphicx}
\usepackage{amsmath, amsfonts, amsthm, geometry}

\usepackage[utf8]{inputenc} % Braucht es schon seit 2018 nicht mehr!
\usepackage{fancyhdr, lastpage} % Wird im Beispiel gar nicht verwendet, gehört also eigentlich auch nicht rein.

\usepackage{wrapfig2, framed, caption}

\newcommand{\R}{\mathbb{R}}
\newcommand{\C}{\mathbb{C}}
\newcommand{\PP}{\mathbb{P}}

\begin{document}

\section{The Shadow of a Cubic}
\begin{wrapfigure}[14]{r}{0.4\linewidth} 

     \begin{framed}\raggedleft%\centering
     
     \rule{5cm}{4cm}
       \caption{Fermat cubic}
       \label{3linesferm}  
\end{framed}

\end{wrapfigure}
It is a historical and remarkable fact, that any smooth Variety of degree $3$ in $\mathbb{P}^3$ contains exactly 27 lines. We call those Varieties Cubics and a line is a subvariety defined by two homogeneous polynomial of degree 1
\section{Theomrem}
There is exactly 27 lines on a smooth Cubic in $\mathbb{P}^3$.

\subsection{Proof}
To show this, we will use, that the fermat cubic $V(x_0^3+x_1^3+x_2^3+x_3^3)$ has exactly 27 lines. Afterwards we will show, that all smooth cubics have the same amount of lines. We will do that by showing, that 
\begin{equation*}
       \mathcal{M}=\{(X,L)|X \text{ is a smooth cubic}, \} ,
   \end{equation*} is a zarisky closed subset of... 

The fermat cubic has 27 Lines.

\end{document}

Re: Mathematik um Wrapped figure

von Fruchtgnom » Mi 2. Feb 2022, 22:25

Mhh ich glaube nicht dass es an der Formelbreite liegt, denn selbst bei kleinerer Formel passiert es. Die Formel wird einfach in die mitte gesetzt der seite und nicht der freien fläche neben dem Bild. Welche Umgebung würdest du dann dafür empfehlen. weil auc hmit multiline und anderen hab ich irgendwie das Problem...
\documentclass{amsart}
\usepackage[english]{babel}




\usepackage{graphicx}
\usepackage{amsmath, amsfonts, amsthm, geometry}

\usepackage[utf8]{inputenc} %kann sonderzeichen aus dem Text lesen
\usepackage{fancyhdr, lastpage} %Kopfzeile und referenz zur letzten Seite

\usepackage{wrapfig, framed, caption}


\newcommand{\R}{\mathbb{R}}
\newcommand{\C}{\mathbb{C}}
\newcommand{\PP}{\mathbb{P}}

\begin{document}

\section{The Shadow of a Cubic}
\begin{wrapfigure}[14]{r}{0.4\linewidth} 

     \begin{framed}\raggedleft%\centering
     
     \rule{5cm}{4cm}
       \caption{Fermat cubic}
       \label{3linesferm}  
\end{framed}

\end{wrapfigure}
It is a historical and remarkable fact, that any smooth Variety of degree $3$ in $\mathbb{P}^3$ contains exactly 27 lines. We call those Varieties Cubics and a line is a subvariety defined by two homogeneous polynomial of degree 1
\section{Theomrem}
There is exactly 27 lines on a smooth Cubic in $\mathbb{P}^3$.


\subsection{Proof}
To show this, we will use, that the fermat cubic $V(x_0^3+x_1^3+x_2^3+x_3^3)$ has exactly 27 lines. Afterwards we will show, that all smooth cubics have the same amount of lines. We will do that by showing, that 
\begin{equation*}
       \mathcal{M}=\{(X,L)|X \text{ is a smooth cubic}, \} ,
   \end{equation*} is a zarisky closed subset of... 




The fermat cubic has 27 Lines.


\end{document}

Re: Mathematik um Wrapped figure

von gast. » Mi 2. Feb 2022, 18:17

Die Formel ist schlicht zu breit. Formeln in equation* werden nicht automatisch umbrochen. Du musst also schon selbst dafür sorgen. Mathematikumgebungen, in denen Umbrüche eingefügt werden, findest du in der amsmath-Anleitung. Das Paket lädst du ja bereits, was eigentlich überflüssig ist, wenn du die Klasse amsart verwendest. Ich würde allerdings eine etwas universellere Klasse empfehlen und dafür weiterhin amsmath (bzw. direkt mathtools) laden. Aber das musst du selbst entscheiden.

Mathematik um Wrapped figure

von Fruchtgnom » Mi 2. Feb 2022, 17:36

wenn ich ein wrappedd figure/ eine Graphic einfüge klappt alles, außer dass formeln in eigener Math umgebung welche nicht inline ist einfach über das bild hinausgehen.
\documentclass{amsart}
\usepackage[english]{babel}




\usepackage{graphicx}
\usepackage{amsmath, amsfonts, amsthm, geometry}

\usepackage[utf8]{inputenc} %kann sonderzeichen aus dem Text lesen
\usepackage{fancyhdr, lastpage} %Kopfzeile und referenz zur letzten Seite

\usepackage{wrapfig, framed, caption}


\newcommand{\R}{\mathbb{R}}
\newcommand{\C}{\mathbb{C}}
\newcommand{\PP}{\mathbb{P}}

\begin{document}

\section{The Shadow of a Cubic}
\begin{wrapfigure}[14]{r}{0.4\linewidth} 

     \begin{framed}\raggedleft%\centering
     
     \rule{5cm}{4cm}
       \caption{Fermat cubic}
       \label{3linesferm}  
\end{framed}

\end{wrapfigure}
It is a historical and remarkable fact, that any smooth Variety of degree $3$ in $\mathbb{P}^3$ contains exactly 27 lines. We call those Varieties Cubics and a line is a subvariety defined by two homogeneous polynomial of degree 1
\section{Theomrem}
There is exactly 27 lines on a smooth Cubic in $\mathbb{P}^3$.


\subsection{Proof}
To show this, we will use, that the fermat cubic $V(x_0^3+x_1^3+x_2^3+x_3^3)$ has exactly 27 lines. Afterwards we will show, that all smooth cubics have the same amount of lines. We will do that by showing, that 
\begin{equation*}
       \mathcal{M}=\{(X,L)|X \text{ is a smooth cubic}, L \text{ is a line in X} \} \subset U \times G(2,4),
   \end{equation*} is a zarisky closed subset of... 




The fermat cubic has 27 Lines.


\end{document}
Ich hoffe das minimalbeispiel funktioniert

Nach oben