Skip to content

Commit

Permalink
fix some wrong centering tags and a double image
Browse files Browse the repository at this point in the history
  • Loading branch information
schnellecom committed Jul 6, 2023
1 parent a71a0f2 commit 7e6276f
Show file tree
Hide file tree
Showing 16 changed files with 175 additions and 186 deletions.
11 changes: 0 additions & 11 deletions doc/ExampleImplementations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,17 +216,6 @@ true
<Alt Only = "Text">
Image omitted in terminal text
</Alt>
<Alt Only="HTML">
&lt;br>&lt;img src="./images/_Wrapper_Image_SquarePyramid.svg"> &lt;/img> &lt;br>
</Alt>
<Alt Only = "LaTeX">
\begin{center}
\includegraphics{images/_Wrapper_Image_SquarePyramid.pdf}
\end{center}
</Alt>
<Alt Only = "Text">
Image omitted in terminal text
</Alt>
<Example>
gap&gt; pyr := PolygonalSurfaceByVerticesInFaces(
&gt; [ [3,4,5,6], [1,3,4], [1,4,5], [1,5,6], [1,6,3] ]);;
Expand Down
4 changes: 2 additions & 2 deletions gap/ColouredComplexes/edgeColouring_images.gd
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ DrawSurfaceToTikz( colPyr1, "Pyramid_coloured_1", rec(scale:=2.5, edgeColourClas
#! &lt;img src="./images/_Wrapper_TIKZ_Pyramid_coloured_1-1.svg"> &lt;/img>
#! </Alt>
#! <Alt Only = "LaTeX">
#! \end{center}
#! \begin{center}
#! \includegraphics{images/_Wrapper_TIKZ_Pyramid_coloured_1.pdf}
#! \end{center}
#! </Alt>
Expand All @@ -130,7 +130,7 @@ DrawSurfaceToTikz( colPyr2, "Pyramid_coloured_2", rec(scale:=2.5, edgeColourClas
#! &lt;img src="./images/_Wrapper_TIKZ_Pyramid_coloured_2-1.svg"> &lt;/img>
#! </Alt>
#! <Alt Only = "LaTeX">
#! \end{center}
#! \begin{center}
#! \includegraphics{images/_Wrapper_TIKZ_Pyramid_coloured_2.pdf}
#! \end{center}
#! </Alt>
Expand Down
4 changes: 2 additions & 2 deletions gap/ColouredComplexes/isoscelesColouring_images.gd
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ pr := DrawSurfaceToTikz( wild, "Surf10_Wild", pr );;
#! &lt;br>&lt;img src='./images/_Wrapper_isoscelesColouring_images-1-1.svg'> &lt;/img> &lt;br>
#! </Alt>
#! <Alt Only = "LaTeX">
#! \end{center}
#! \begin{center}
#! \includegraphics{images/_Wrapper_isoscelesColouring_images-1.pdf}
#! \end{center}
#! </Alt>
Expand All @@ -203,7 +203,7 @@ pr := DrawSurfaceToTikz( wild, "Surf10_Wild", pr );;
#! &lt;br>&lt;img src='./images/_Wrapper_isoscelesColouring_images-2-1.svg'> &lt;/img> &lt;br>
#! </Alt>
#! <Alt Only = "LaTeX">
#! \end{center}
#! \begin{center}
#! \includegraphics{images/_Wrapper_isoscelesColouring_images-2.pdf}
#! \end{center}
#! </Alt>
Expand Down
6 changes: 3 additions & 3 deletions gap/Flags/flags.gd
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ DeclareAttribute( "ThreeFlags", IsPolygonalComplex );
#! &lt;br>&lt;img src='./images/_Wrapper_flags-1-1.svg'> &lt;/img> &lt;br>
#! </Alt>
#! <Alt Only = "LaTeX">
#! \end{center}
#! \begin{center}
#! \includegraphics{images/_Wrapper_flags-1.pdf}
#! \end{center}
#! </Alt>
Expand Down Expand Up @@ -166,7 +166,7 @@ DeclareAttribute( "VertexEdgeFlags", IsPolygonalComplex );
#! &lt;br>&lt;img src='./images/_Wrapper_flags-2-1.svg'> &lt;/img> &lt;br>
#! </Alt>
#! <Alt Only = "LaTeX">
#! \end{center}
#! \begin{center}
#! \includegraphics{images/_Wrapper_flags-2.pdf}
#! \end{center}
#! </Alt>
Expand Down Expand Up @@ -196,7 +196,7 @@ DeclareAttribute( "VertexFaceFlags", IsPolygonalComplex );
#! &lt;br>&lt;img src='./images/_Wrapper_flags-3-1.svg'> &lt;/img> &lt;br>
#! </Alt>
#! <Alt Only = "LaTeX">
#! \end{center}
#! \begin{center}
#! \includegraphics{images/_Wrapper_flags-3.pdf}
#! \end{center}
#! </Alt>
Expand Down
2 changes: 1 addition & 1 deletion gap/Library/library.gd
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ DeclareOperation( "JanusHead", [] );
#! &lt;br>&lt;img src='./images/_Wrapper_library-1-1.svg'> &lt;/img> &lt;br>
#! </Alt>
#! <Alt Only = "LaTeX">
#! \end{center}
#! \begin{center}
#! \includegraphics{images/_Wrapper_library-1.pdf}
#! \end{center}
#! </Alt>
Expand Down
28 changes: 14 additions & 14 deletions gap/Morphisms/morphisms.gd
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ DeclareSynonym("IsPolygonalMorphism", IsGeneralPolygonalMorphism and IsTotal and
#! &lt;br>&lt;img src='./images/_Wrapper_morphisms-1-1.svg'> &lt;/img> &lt;br>
#! </Alt>
#! <Alt Only = "LaTeX">
#! \end{center}
#! \begin{center}
#! \includegraphics{images/_Wrapper_morphisms-1.pdf}
#! \end{center}
#! </Alt>
Expand Down Expand Up @@ -196,7 +196,7 @@ DeclareOperation( "PolygonalMorphismByListsNC",
#! &lt;br>&lt;img src='./images/_Wrapper_morphisms-2-1.svg'> &lt;/img> &lt;br>
#! </Alt>
#! <Alt Only = "LaTeX">
#! \end{center}
#! \begin{center}
#! \includegraphics{images/_Wrapper_morphisms-2.pdf}
#! \end{center}
#! </Alt>
Expand Down Expand Up @@ -253,7 +253,7 @@ DeclareOperation( "PolygonalMorphismByVertexImagesNC",
#! &lt;br>&lt;img src='./images/_Wrapper_morphisms-3-1.svg'> &lt;/img> &lt;br>
#! </Alt>
#! <Alt Only = "LaTeX">
#! \end{center}
#! \begin{center}
#! \includegraphics{images/_Wrapper_morphisms-3.pdf}
#! \end{center}
#! </Alt>
Expand Down Expand Up @@ -310,7 +310,7 @@ DeclareOperation( "PolygonalIdentityMorphism", [IsPolygonalComplex] );
#! &lt;br>&lt;img src='./images/_Wrapper_morphisms-1-1.svg'> &lt;/img> &lt;br>
#! </Alt>
#! <Alt Only = "LaTeX">
#! \end{center}
#! \begin{center}
#! \includegraphics{images/_Wrapper_morphisms-1.pdf}
#! \end{center}
#! </Alt>
Expand Down Expand Up @@ -445,7 +445,7 @@ DeclareAttribute( "InversePolygonalMorphism", IsPolygonalMorphism and IsBijectiv
#! &lt;br>&lt;img src='./images/_Wrapper_morphisms-4-1.svg'> &lt;/img> &lt;br>
#! </Alt>
#! <Alt Only = "LaTeX">
#! \end{center}
#! \begin{center}
#! \includegraphics{images/_Wrapper_morphisms-4.pdf}
#! \end{center}
#! </Alt>
Expand Down Expand Up @@ -483,7 +483,7 @@ DeclareAttribute( "InversePolygonalMorphism", IsPolygonalMorphism and IsBijectiv
#! &lt;br>&lt;img src='./images/_Wrapper_morphisms-5-1.svg'> &lt;/img> &lt;br>
#! </Alt>
#! <Alt Only = "LaTeX">
#! \end{center}
#! \begin{center}
#! \includegraphics{images/_Wrapper_morphisms-5.pdf}
#! \end{center}
#! </Alt>
Expand Down Expand Up @@ -524,7 +524,7 @@ DeclareOperation( "ImageOfVertexNC", [IsPolygonalMorphism, IsPosInt] );
#! &lt;br>&lt;img src='./images/_Wrapper_morphisms-6-1.svg'> &lt;/img> &lt;br>
#! </Alt>
#! <Alt Only = "LaTeX">
#! \end{center}
#! \begin{center}
#! \includegraphics{images/_Wrapper_morphisms-6.pdf}
#! \end{center}
#! </Alt>
Expand Down Expand Up @@ -565,7 +565,7 @@ DeclareOperation( "ImageOfEdgeNC", [IsPolygonalMorphism, IsPosInt] );
#! &lt;br>&lt;img src='./images/_Wrapper_morphisms-7-1.svg'> &lt;/img> &lt;br>
#! </Alt>
#! <Alt Only = "LaTeX">
#! \end{center}
#! \begin{center}
#! \includegraphics{images/_Wrapper_morphisms-7.pdf}
#! \end{center}
#! </Alt>
Expand Down Expand Up @@ -608,7 +608,7 @@ DeclareOperation( "ImageOfFaceNC", [IsPolygonalMorphism, IsPosInt] );
#! &lt;br>&lt;img src='./images/_Wrapper_morphisms-8-1.svg'> &lt;/img> &lt;br>
#! </Alt>
#! <Alt Only = "LaTeX">
#! \end{center}
#! \begin{center}
#! \includegraphics{images/_Wrapper_morphisms-8.pdf}
#! \end{center}
#! </Alt>
Expand Down Expand Up @@ -651,7 +651,7 @@ DeclareOperation( "PreImagesOfVertexNC", [IsPolygonalMorphism, IsPosInt] );
#! &lt;br>&lt;img src='./images/_Wrapper_morphisms-9-1.svg'> &lt;/img> &lt;br>
#! </Alt>
#! <Alt Only = "LaTeX">
#! \end{center}
#! \begin{center}
#! \includegraphics{images/_Wrapper_morphisms-9.pdf}
#! \end{center}
#! </Alt>
Expand Down Expand Up @@ -694,7 +694,7 @@ DeclareOperation( "PreImagesOfEdgeNC", [IsPolygonalMorphism, IsPosInt] );
#! &lt;br>&lt;img src='./images/_Wrapper_morphisms-10-1.svg'> &lt;/img> &lt;br>
#! </Alt>
#! <Alt Only = "LaTeX">
#! \end{center}
#! \begin{center}
#! \includegraphics{images/_Wrapper_morphisms-10.pdf}
#! \end{center}
#! </Alt>
Expand Down Expand Up @@ -738,7 +738,7 @@ DeclareOperation( "PreImagesOfFaceNC", [IsPolygonalMorphism, IsPosInt] );
#! &lt;br>&lt;img src='./images/_Wrapper_morphisms-11-1.svg'> &lt;/img> &lt;br>
#! </Alt>
#! <Alt Only = "LaTeX">
#! \end{center}
#! \begin{center}
#! \includegraphics{images/_Wrapper_morphisms-11.pdf}
#! \end{center}
#! </Alt>
Expand All @@ -765,7 +765,7 @@ DeclareOperation( "PreImagesOfFaceNC", [IsPolygonalMorphism, IsPosInt] );
#! &lt;br>&lt;img src='./images/_Wrapper_morphisms-12-1.svg'> &lt;/img> &lt;br>
#! </Alt>
#! <Alt Only = "LaTeX">
#! \end{center}
#! \begin{center}
#! \includegraphics{images/_Wrapper_morphisms-12.pdf}
#! \end{center}
#! </Alt>
Expand Down Expand Up @@ -1263,7 +1263,7 @@ DeclareAttribute( "FaceMapAsImageList", IsPolygonalMorphism );
#! &lt;br>&lt;img src='./images/_Wrapper_morphisms-13-1.svg'> &lt;/img> &lt;br>
#! </Alt>
#! <Alt Only = "LaTeX">
#! \end{center}
#! \begin{center}
#! \includegraphics{images/_Wrapper_morphisms-13.pdf}
#! \end{center}
#! </Alt>
Expand Down
Loading

0 comments on commit 7e6276f

Please sign in to comment.