How to get this fancier line to divide paragraphs?How should I manage to get titled and untitled paragraphs together?How to get new line after subparagraph title?How to set counter for paragraphs in sections?How to get a tensor symbol like this?how to get this symbol with Latex?How to get this symbol about normal group?How do I get arrows that look like this?How do I get this Mathematical Symbol in Latex?How can I create a list of all paragraphs?Trying to find QED symbol my professor uses to use in Latex?

Is it a Cyclops number? "Nobody" knows!

How to open new window on center of screen

Having the player face themselves after the mid-game

Does the US political system, in principle, allow for a no-party system?

What can I do if someone tampers with my SSH public key?

Create chunks from an array

Help! My Character is too much for her story!

Did Amazon pay $0 in taxes last year?

What does *dead* mean in *What do you mean, dead?*?

Strange opamp's output impedance in spice

(Codewars) Linked Lists-Sorted Insert

Is this Paypal Github SDK reference really a dangerous site?

Writing text next to a table

How do spaceships determine each other's mass in space?

How would an energy-based "projectile" blow up a spaceship?

ESPP--any reason not to go all in?

Is there a logarithm base for which the logarithm becomes an identity function?

Locked Away- What am I?

What was so special about The Piano that Ada was willing to do anything to have it?

Difference between `nmap local-IP-address` and `nmap localhost`

What does the Digital Threat scope actually do?

Can I negotiate a patent idea for a raise, under French law?

The (Easy) Road to Code

Professor forcing me to attend a conference, I can't afford even with 50% funding



How to get this fancier line to divide paragraphs?


How should I manage to get titled and untitled paragraphs together?How to get new line after subparagraph title?How to set counter for paragraphs in sections?How to get a tensor symbol like this?how to get this symbol with Latex?How to get this symbol about normal group?How do I get arrows that look like this?How do I get this Mathematical Symbol in Latex?How can I create a list of all paragraphs?Trying to find QED symbol my professor uses to use in Latex?













9















Here I found lecture notes in which the author uses the following symbol when a certain thought is finished but no new chapter or similar follows.



1



Since the user doesn't share his source I code I wondered if




there is a package or good way to produce this symbol or if the standard method is just to insert this symbol as a picture when necessary.











share|improve this question


























    9















    Here I found lecture notes in which the author uses the following symbol when a certain thought is finished but no new chapter or similar follows.



    1



    Since the user doesn't share his source I code I wondered if




    there is a package or good way to produce this symbol or if the standard method is just to insert this symbol as a picture when necessary.











    share|improve this question
























      9












      9








      9


      3






      Here I found lecture notes in which the author uses the following symbol when a certain thought is finished but no new chapter or similar follows.



      1



      Since the user doesn't share his source I code I wondered if




      there is a package or good way to produce this symbol or if the standard method is just to insert this symbol as a picture when necessary.











      share|improve this question














      Here I found lecture notes in which the author uses the following symbol when a certain thought is finished but no new chapter or similar follows.



      1



      Since the user doesn't share his source I code I wondered if




      there is a package or good way to produce this symbol or if the standard method is just to insert this symbol as a picture when necessary.








      symbols sections-paragraphs






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 26 at 16:29









      Viktor GlombikViktor Glombik

      1449




      1449




















          1 Answer
          1






          active

          oldest

          votes


















          17














          The requested symbol and several other similar ones are part of the package https://ctan.org/pkg/pgfornament. Below is a screenshot from the pages 20 and 21 of the manual. You see that your ornament is symbol number 88. The manual also gives some information on the origin on those drawings.



          enter image description here




          Here is an actual example to achieve something similar to your example. My understanding is that the symbol is used on points specified by the typesetter and not after every paragraph. The command ornamentSep allows just this.



          documentclassarticle
          usepackagepgfornament,multicol

          %The command itself does not require the package multicol, but the example below does. The command also respects the twocolumn option
          newcommandornamentSepnoindenthfilpgfornament[width=0.618033988749895columnwidth,color=red]88

          begindocument

          titleTitle

          authorViktor Glombik\ornamentSep

          maketitle

          Greetings to Berlin, Viktor.

          ornamentSep

          Aut necessitatibus rerum et ea. Aperiam nulla quibusdam neque non voluptatem. Molestiae consequuntur asperiores beatae reprehenderit. Quia ipsum aut veniam quis rerum quos aliquam modi.

          ornamentSep

          Aut necessitatibus rerum et ea. Aperiam nulla quibusdam neque non voluptatem. Molestiae consequuntur asperiores beatae reprehenderit. Quia ipsum aut veniam quis rerum quos aliquam modi.

          ornamentSep

          beginmulticols2
          Aut necessitatibus rerum et ea. Aperiam nulla quibusdam neque non voluptatem.

          ornamentSep

          Aut necessitatibus rerum et ea. Aperiam nulla quibusdam neque non veniam voluptatem. Aperiam nulla quibusdam neque non voluptatem veniam. Molestiae consequuntur asperiores beatae veniam reprehenderit. Quia ipsum aut veniam quis rerum quos aliquam modi.
          endmulticols

          enddocument


          enter image description here




          A quick remark on the OP's comment of March 2019.
          The command was designed for central alignment to the text which seems like a natural decision to me. Many canons of page construction for the twoside option set different widths of inner and outer margins. It should be possible to modify my command to adjust the ornament central to the page (if that is what the OP wants). I currently have no idea to do it elegantly and class independent. A dirty solution would be a manual shift like the following modification where you need to adapt the space by yourself



          %uses the package changepage
          newcommandornamentSep%
          ifoddpage%
          noindenthspace-4.10cmpgfornament[width=0.5pagewidth,color=red]88%
          else%
          noindenthspace-5.65cmpgfornament[width=0.5pagewidth,color=blue]88%
          fi%



          I still believe that this is awkward.






          share|improve this answer

























          • @CampanIgnis How did you take such a high resolution screen shot?

            – pushpen.paul
            Jan 27 at 15:25











          • @pushpen.paul Use a pdf to jpeg/png converter. Alternatively, spend very few money on very much everything, spend very much money on good computer hardware. If you love the quality of the files which TeX and its derivatives generate you are obliged to to upload high resolutions images on this site.

            – CampanIgnis
            Jan 27 at 16:28












          • @CampanIgnis Is use twoside option, therefore, if the ornament has the same space to either page margin, it looks strange. How can I fix that?

            – Viktor Glombik
            2 hours ago










          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "85"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f471987%2fhow-to-get-this-fancier-line-to-divide-paragraphs%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          17














          The requested symbol and several other similar ones are part of the package https://ctan.org/pkg/pgfornament. Below is a screenshot from the pages 20 and 21 of the manual. You see that your ornament is symbol number 88. The manual also gives some information on the origin on those drawings.



          enter image description here




          Here is an actual example to achieve something similar to your example. My understanding is that the symbol is used on points specified by the typesetter and not after every paragraph. The command ornamentSep allows just this.



          documentclassarticle
          usepackagepgfornament,multicol

          %The command itself does not require the package multicol, but the example below does. The command also respects the twocolumn option
          newcommandornamentSepnoindenthfilpgfornament[width=0.618033988749895columnwidth,color=red]88

          begindocument

          titleTitle

          authorViktor Glombik\ornamentSep

          maketitle

          Greetings to Berlin, Viktor.

          ornamentSep

          Aut necessitatibus rerum et ea. Aperiam nulla quibusdam neque non voluptatem. Molestiae consequuntur asperiores beatae reprehenderit. Quia ipsum aut veniam quis rerum quos aliquam modi.

          ornamentSep

          Aut necessitatibus rerum et ea. Aperiam nulla quibusdam neque non voluptatem. Molestiae consequuntur asperiores beatae reprehenderit. Quia ipsum aut veniam quis rerum quos aliquam modi.

          ornamentSep

          beginmulticols2
          Aut necessitatibus rerum et ea. Aperiam nulla quibusdam neque non voluptatem.

          ornamentSep

          Aut necessitatibus rerum et ea. Aperiam nulla quibusdam neque non veniam voluptatem. Aperiam nulla quibusdam neque non voluptatem veniam. Molestiae consequuntur asperiores beatae veniam reprehenderit. Quia ipsum aut veniam quis rerum quos aliquam modi.
          endmulticols

          enddocument


          enter image description here




          A quick remark on the OP's comment of March 2019.
          The command was designed for central alignment to the text which seems like a natural decision to me. Many canons of page construction for the twoside option set different widths of inner and outer margins. It should be possible to modify my command to adjust the ornament central to the page (if that is what the OP wants). I currently have no idea to do it elegantly and class independent. A dirty solution would be a manual shift like the following modification where you need to adapt the space by yourself



          %uses the package changepage
          newcommandornamentSep%
          ifoddpage%
          noindenthspace-4.10cmpgfornament[width=0.5pagewidth,color=red]88%
          else%
          noindenthspace-5.65cmpgfornament[width=0.5pagewidth,color=blue]88%
          fi%



          I still believe that this is awkward.






          share|improve this answer

























          • @CampanIgnis How did you take such a high resolution screen shot?

            – pushpen.paul
            Jan 27 at 15:25











          • @pushpen.paul Use a pdf to jpeg/png converter. Alternatively, spend very few money on very much everything, spend very much money on good computer hardware. If you love the quality of the files which TeX and its derivatives generate you are obliged to to upload high resolutions images on this site.

            – CampanIgnis
            Jan 27 at 16:28












          • @CampanIgnis Is use twoside option, therefore, if the ornament has the same space to either page margin, it looks strange. How can I fix that?

            – Viktor Glombik
            2 hours ago















          17














          The requested symbol and several other similar ones are part of the package https://ctan.org/pkg/pgfornament. Below is a screenshot from the pages 20 and 21 of the manual. You see that your ornament is symbol number 88. The manual also gives some information on the origin on those drawings.



          enter image description here




          Here is an actual example to achieve something similar to your example. My understanding is that the symbol is used on points specified by the typesetter and not after every paragraph. The command ornamentSep allows just this.



          documentclassarticle
          usepackagepgfornament,multicol

          %The command itself does not require the package multicol, but the example below does. The command also respects the twocolumn option
          newcommandornamentSepnoindenthfilpgfornament[width=0.618033988749895columnwidth,color=red]88

          begindocument

          titleTitle

          authorViktor Glombik\ornamentSep

          maketitle

          Greetings to Berlin, Viktor.

          ornamentSep

          Aut necessitatibus rerum et ea. Aperiam nulla quibusdam neque non voluptatem. Molestiae consequuntur asperiores beatae reprehenderit. Quia ipsum aut veniam quis rerum quos aliquam modi.

          ornamentSep

          Aut necessitatibus rerum et ea. Aperiam nulla quibusdam neque non voluptatem. Molestiae consequuntur asperiores beatae reprehenderit. Quia ipsum aut veniam quis rerum quos aliquam modi.

          ornamentSep

          beginmulticols2
          Aut necessitatibus rerum et ea. Aperiam nulla quibusdam neque non voluptatem.

          ornamentSep

          Aut necessitatibus rerum et ea. Aperiam nulla quibusdam neque non veniam voluptatem. Aperiam nulla quibusdam neque non voluptatem veniam. Molestiae consequuntur asperiores beatae veniam reprehenderit. Quia ipsum aut veniam quis rerum quos aliquam modi.
          endmulticols

          enddocument


          enter image description here




          A quick remark on the OP's comment of March 2019.
          The command was designed for central alignment to the text which seems like a natural decision to me. Many canons of page construction for the twoside option set different widths of inner and outer margins. It should be possible to modify my command to adjust the ornament central to the page (if that is what the OP wants). I currently have no idea to do it elegantly and class independent. A dirty solution would be a manual shift like the following modification where you need to adapt the space by yourself



          %uses the package changepage
          newcommandornamentSep%
          ifoddpage%
          noindenthspace-4.10cmpgfornament[width=0.5pagewidth,color=red]88%
          else%
          noindenthspace-5.65cmpgfornament[width=0.5pagewidth,color=blue]88%
          fi%



          I still believe that this is awkward.






          share|improve this answer

























          • @CampanIgnis How did you take such a high resolution screen shot?

            – pushpen.paul
            Jan 27 at 15:25











          • @pushpen.paul Use a pdf to jpeg/png converter. Alternatively, spend very few money on very much everything, spend very much money on good computer hardware. If you love the quality of the files which TeX and its derivatives generate you are obliged to to upload high resolutions images on this site.

            – CampanIgnis
            Jan 27 at 16:28












          • @CampanIgnis Is use twoside option, therefore, if the ornament has the same space to either page margin, it looks strange. How can I fix that?

            – Viktor Glombik
            2 hours ago













          17












          17








          17







          The requested symbol and several other similar ones are part of the package https://ctan.org/pkg/pgfornament. Below is a screenshot from the pages 20 and 21 of the manual. You see that your ornament is symbol number 88. The manual also gives some information on the origin on those drawings.



          enter image description here




          Here is an actual example to achieve something similar to your example. My understanding is that the symbol is used on points specified by the typesetter and not after every paragraph. The command ornamentSep allows just this.



          documentclassarticle
          usepackagepgfornament,multicol

          %The command itself does not require the package multicol, but the example below does. The command also respects the twocolumn option
          newcommandornamentSepnoindenthfilpgfornament[width=0.618033988749895columnwidth,color=red]88

          begindocument

          titleTitle

          authorViktor Glombik\ornamentSep

          maketitle

          Greetings to Berlin, Viktor.

          ornamentSep

          Aut necessitatibus rerum et ea. Aperiam nulla quibusdam neque non voluptatem. Molestiae consequuntur asperiores beatae reprehenderit. Quia ipsum aut veniam quis rerum quos aliquam modi.

          ornamentSep

          Aut necessitatibus rerum et ea. Aperiam nulla quibusdam neque non voluptatem. Molestiae consequuntur asperiores beatae reprehenderit. Quia ipsum aut veniam quis rerum quos aliquam modi.

          ornamentSep

          beginmulticols2
          Aut necessitatibus rerum et ea. Aperiam nulla quibusdam neque non voluptatem.

          ornamentSep

          Aut necessitatibus rerum et ea. Aperiam nulla quibusdam neque non veniam voluptatem. Aperiam nulla quibusdam neque non voluptatem veniam. Molestiae consequuntur asperiores beatae veniam reprehenderit. Quia ipsum aut veniam quis rerum quos aliquam modi.
          endmulticols

          enddocument


          enter image description here




          A quick remark on the OP's comment of March 2019.
          The command was designed for central alignment to the text which seems like a natural decision to me. Many canons of page construction for the twoside option set different widths of inner and outer margins. It should be possible to modify my command to adjust the ornament central to the page (if that is what the OP wants). I currently have no idea to do it elegantly and class independent. A dirty solution would be a manual shift like the following modification where you need to adapt the space by yourself



          %uses the package changepage
          newcommandornamentSep%
          ifoddpage%
          noindenthspace-4.10cmpgfornament[width=0.5pagewidth,color=red]88%
          else%
          noindenthspace-5.65cmpgfornament[width=0.5pagewidth,color=blue]88%
          fi%



          I still believe that this is awkward.






          share|improve this answer















          The requested symbol and several other similar ones are part of the package https://ctan.org/pkg/pgfornament. Below is a screenshot from the pages 20 and 21 of the manual. You see that your ornament is symbol number 88. The manual also gives some information on the origin on those drawings.



          enter image description here




          Here is an actual example to achieve something similar to your example. My understanding is that the symbol is used on points specified by the typesetter and not after every paragraph. The command ornamentSep allows just this.



          documentclassarticle
          usepackagepgfornament,multicol

          %The command itself does not require the package multicol, but the example below does. The command also respects the twocolumn option
          newcommandornamentSepnoindenthfilpgfornament[width=0.618033988749895columnwidth,color=red]88

          begindocument

          titleTitle

          authorViktor Glombik\ornamentSep

          maketitle

          Greetings to Berlin, Viktor.

          ornamentSep

          Aut necessitatibus rerum et ea. Aperiam nulla quibusdam neque non voluptatem. Molestiae consequuntur asperiores beatae reprehenderit. Quia ipsum aut veniam quis rerum quos aliquam modi.

          ornamentSep

          Aut necessitatibus rerum et ea. Aperiam nulla quibusdam neque non voluptatem. Molestiae consequuntur asperiores beatae reprehenderit. Quia ipsum aut veniam quis rerum quos aliquam modi.

          ornamentSep

          beginmulticols2
          Aut necessitatibus rerum et ea. Aperiam nulla quibusdam neque non voluptatem.

          ornamentSep

          Aut necessitatibus rerum et ea. Aperiam nulla quibusdam neque non veniam voluptatem. Aperiam nulla quibusdam neque non voluptatem veniam. Molestiae consequuntur asperiores beatae veniam reprehenderit. Quia ipsum aut veniam quis rerum quos aliquam modi.
          endmulticols

          enddocument


          enter image description here




          A quick remark on the OP's comment of March 2019.
          The command was designed for central alignment to the text which seems like a natural decision to me. Many canons of page construction for the twoside option set different widths of inner and outer margins. It should be possible to modify my command to adjust the ornament central to the page (if that is what the OP wants). I currently have no idea to do it elegantly and class independent. A dirty solution would be a manual shift like the following modification where you need to adapt the space by yourself



          %uses the package changepage
          newcommandornamentSep%
          ifoddpage%
          noindenthspace-4.10cmpgfornament[width=0.5pagewidth,color=red]88%
          else%
          noindenthspace-5.65cmpgfornament[width=0.5pagewidth,color=blue]88%
          fi%



          I still believe that this is awkward.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 12 mins ago

























          answered Jan 26 at 16:35









          CampanIgnisCampanIgnis

          2,6942932




          2,6942932












          • @CampanIgnis How did you take such a high resolution screen shot?

            – pushpen.paul
            Jan 27 at 15:25











          • @pushpen.paul Use a pdf to jpeg/png converter. Alternatively, spend very few money on very much everything, spend very much money on good computer hardware. If you love the quality of the files which TeX and its derivatives generate you are obliged to to upload high resolutions images on this site.

            – CampanIgnis
            Jan 27 at 16:28












          • @CampanIgnis Is use twoside option, therefore, if the ornament has the same space to either page margin, it looks strange. How can I fix that?

            – Viktor Glombik
            2 hours ago

















          • @CampanIgnis How did you take such a high resolution screen shot?

            – pushpen.paul
            Jan 27 at 15:25











          • @pushpen.paul Use a pdf to jpeg/png converter. Alternatively, spend very few money on very much everything, spend very much money on good computer hardware. If you love the quality of the files which TeX and its derivatives generate you are obliged to to upload high resolutions images on this site.

            – CampanIgnis
            Jan 27 at 16:28












          • @CampanIgnis Is use twoside option, therefore, if the ornament has the same space to either page margin, it looks strange. How can I fix that?

            – Viktor Glombik
            2 hours ago
















          @CampanIgnis How did you take such a high resolution screen shot?

          – pushpen.paul
          Jan 27 at 15:25





          @CampanIgnis How did you take such a high resolution screen shot?

          – pushpen.paul
          Jan 27 at 15:25













          @pushpen.paul Use a pdf to jpeg/png converter. Alternatively, spend very few money on very much everything, spend very much money on good computer hardware. If you love the quality of the files which TeX and its derivatives generate you are obliged to to upload high resolutions images on this site.

          – CampanIgnis
          Jan 27 at 16:28






          @pushpen.paul Use a pdf to jpeg/png converter. Alternatively, spend very few money on very much everything, spend very much money on good computer hardware. If you love the quality of the files which TeX and its derivatives generate you are obliged to to upload high resolutions images on this site.

          – CampanIgnis
          Jan 27 at 16:28














          @CampanIgnis Is use twoside option, therefore, if the ornament has the same space to either page margin, it looks strange. How can I fix that?

          – Viktor Glombik
          2 hours ago





          @CampanIgnis Is use twoside option, therefore, if the ornament has the same space to either page margin, it looks strange. How can I fix that?

          – Viktor Glombik
          2 hours ago

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f471987%2fhow-to-get-this-fancier-line-to-divide-paragraphs%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Isabella Eugénie Boyer Biographie | Références | Menu de navigationmodifiermodifier le codeComparator to Compute the Relative Value of a U.S. Dollar Amount – 1774 to Present.

          Join wedge with single bond in chemfigHow to make only one part of double bond bold with chemfig?Crossing bonds in chemfigjoining atoms in chemfig. Two adjacent molculesHow do I selectively change bond length in chemfig?Ugly bond joints in chemfigchemfig: reaction above arrowUsing the mhchem and chemfig packages in conjunctionBonding to specific element letter using chemfigResonance hybrids in chemfigScale chemfig molecule in beamer with tikzWhy does this chemfig bond with a hook start in the middle of the atom?

          Are small insurances worth itIs insurance worth it if you can afford to replace the item? If not, when is it?Is accident insurance worth it for my kids who play sportsIs insuring property for more than it is worth allowed?At what point does it become worth it to file an insurance claim?Are wage loss insurance programs worth the cost compared to having an emergency fund?When is an event worth insuring against?Is insurance worth it if you can afford to replace the item? If not, when is it?FHA loan just commenced : Any way to get any of the up-front mortgage insurance back?Which types of insurances do I need to buy?Should I carry less renter's insurance if I can self-insure?Mortgage Adviser Signed Me Up For Multiple Home and Life Insurances (UK)Why many travel insurances don't cover country of nationality?