Put a bullet before paragraph











up vote
1
down vote

favorite












I want put a bullet before paragraph ?, I want to put a bullet before the paragraph starts



    documentclass{report}
usepackage{float}
begin{document}
chapter{ } %if you want a name write it as chapter{name}
init

section{seccion}

begin{figure}[H]
centering
rule{1cm}{1cm}% placeholder for graphic
caption{A figure}
end{figure}
paragraph{Parrafo} this is a paragraph


this is not paragraph (
and should not have a bullet)
section{ seccion}

begin{figure}[H]
centering
rule{1cm}{1cm}% placeholder for graphic
caption{A figure}
end{figure}

end{document}


example:



enter image description here










share|improve this question




























    up vote
    1
    down vote

    favorite












    I want put a bullet before paragraph ?, I want to put a bullet before the paragraph starts



        documentclass{report}
    usepackage{float}
    begin{document}
    chapter{ } %if you want a name write it as chapter{name}
    init

    section{seccion}

    begin{figure}[H]
    centering
    rule{1cm}{1cm}% placeholder for graphic
    caption{A figure}
    end{figure}
    paragraph{Parrafo} this is a paragraph


    this is not paragraph (
    and should not have a bullet)
    section{ seccion}

    begin{figure}[H]
    centering
    rule{1cm}{1cm}% placeholder for graphic
    caption{A figure}
    end{figure}

    end{document}


    example:



    enter image description here










    share|improve this question


























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I want put a bullet before paragraph ?, I want to put a bullet before the paragraph starts



          documentclass{report}
      usepackage{float}
      begin{document}
      chapter{ } %if you want a name write it as chapter{name}
      init

      section{seccion}

      begin{figure}[H]
      centering
      rule{1cm}{1cm}% placeholder for graphic
      caption{A figure}
      end{figure}
      paragraph{Parrafo} this is a paragraph


      this is not paragraph (
      and should not have a bullet)
      section{ seccion}

      begin{figure}[H]
      centering
      rule{1cm}{1cm}% placeholder for graphic
      caption{A figure}
      end{figure}

      end{document}


      example:



      enter image description here










      share|improve this question















      I want put a bullet before paragraph ?, I want to put a bullet before the paragraph starts



          documentclass{report}
      usepackage{float}
      begin{document}
      chapter{ } %if you want a name write it as chapter{name}
      init

      section{seccion}

      begin{figure}[H]
      centering
      rule{1cm}{1cm}% placeholder for graphic
      caption{A figure}
      end{figure}
      paragraph{Parrafo} this is a paragraph


      this is not paragraph (
      and should not have a bullet)
      section{ seccion}

      begin{figure}[H]
      centering
      rule{1cm}{1cm}% placeholder for graphic
      caption{A figure}
      end{figure}

      end{document}


      example:



      enter image description here







      paragraphs






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 13 hours ago

























      asked 13 hours ago









      x-rw

      28717




      28717






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          I don't know if I understood your question correctly. In the text the bullets are defined with the command textbullet while in mathematics mode you have to write $bullet$



          paragraph{textbullet Parrafo}


          Which gives us here:



          bullet



          documentclass{report}
          usepackage{float}
          begin{document}
          chapter{ } %if you want a name write it as chapter{name}
          init

          section{seccion}

          begin{figure}[H]
          centering
          rule{1cm}{1cm}% placeholder for graphic
          caption{A figure}
          end{figure}
          paragraph{textbullet Parrafo} hola como esta todo el mundo

          section{ seccion}

          begin{figure}[H]
          centering
          rule{1cm}{1cm}% placeholder for graphic
          caption{A figure}
          end{figure}

          end{document}





          share|improve this answer





















          • good, but how can I put other types of bullet?, and I want to increase the spacing between the bullet and the text
            – x-rw
            13 hours ago










          • @x-rw You can space differently with quad, qquad or with hspace{5mm} for example
            – AndréC
            13 hours ago












          • i want use this renewcommandparagraph[1]{$bullet$ textbf{#1}}
            – x-rw
            13 hours ago










          • @x-rw What's stopping you?
            – AndréC
            13 hours ago










          • in my command how do I put this hspace {5 mm}?
            – x-rw
            13 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',
          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%2f461145%2fput-a-bullet-before-paragraph%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








          up vote
          1
          down vote













          I don't know if I understood your question correctly. In the text the bullets are defined with the command textbullet while in mathematics mode you have to write $bullet$



          paragraph{textbullet Parrafo}


          Which gives us here:



          bullet



          documentclass{report}
          usepackage{float}
          begin{document}
          chapter{ } %if you want a name write it as chapter{name}
          init

          section{seccion}

          begin{figure}[H]
          centering
          rule{1cm}{1cm}% placeholder for graphic
          caption{A figure}
          end{figure}
          paragraph{textbullet Parrafo} hola como esta todo el mundo

          section{ seccion}

          begin{figure}[H]
          centering
          rule{1cm}{1cm}% placeholder for graphic
          caption{A figure}
          end{figure}

          end{document}





          share|improve this answer





















          • good, but how can I put other types of bullet?, and I want to increase the spacing between the bullet and the text
            – x-rw
            13 hours ago










          • @x-rw You can space differently with quad, qquad or with hspace{5mm} for example
            – AndréC
            13 hours ago












          • i want use this renewcommandparagraph[1]{$bullet$ textbf{#1}}
            – x-rw
            13 hours ago










          • @x-rw What's stopping you?
            – AndréC
            13 hours ago










          • in my command how do I put this hspace {5 mm}?
            – x-rw
            13 hours ago















          up vote
          1
          down vote













          I don't know if I understood your question correctly. In the text the bullets are defined with the command textbullet while in mathematics mode you have to write $bullet$



          paragraph{textbullet Parrafo}


          Which gives us here:



          bullet



          documentclass{report}
          usepackage{float}
          begin{document}
          chapter{ } %if you want a name write it as chapter{name}
          init

          section{seccion}

          begin{figure}[H]
          centering
          rule{1cm}{1cm}% placeholder for graphic
          caption{A figure}
          end{figure}
          paragraph{textbullet Parrafo} hola como esta todo el mundo

          section{ seccion}

          begin{figure}[H]
          centering
          rule{1cm}{1cm}% placeholder for graphic
          caption{A figure}
          end{figure}

          end{document}





          share|improve this answer





















          • good, but how can I put other types of bullet?, and I want to increase the spacing between the bullet and the text
            – x-rw
            13 hours ago










          • @x-rw You can space differently with quad, qquad or with hspace{5mm} for example
            – AndréC
            13 hours ago












          • i want use this renewcommandparagraph[1]{$bullet$ textbf{#1}}
            – x-rw
            13 hours ago










          • @x-rw What's stopping you?
            – AndréC
            13 hours ago










          • in my command how do I put this hspace {5 mm}?
            – x-rw
            13 hours ago













          up vote
          1
          down vote










          up vote
          1
          down vote









          I don't know if I understood your question correctly. In the text the bullets are defined with the command textbullet while in mathematics mode you have to write $bullet$



          paragraph{textbullet Parrafo}


          Which gives us here:



          bullet



          documentclass{report}
          usepackage{float}
          begin{document}
          chapter{ } %if you want a name write it as chapter{name}
          init

          section{seccion}

          begin{figure}[H]
          centering
          rule{1cm}{1cm}% placeholder for graphic
          caption{A figure}
          end{figure}
          paragraph{textbullet Parrafo} hola como esta todo el mundo

          section{ seccion}

          begin{figure}[H]
          centering
          rule{1cm}{1cm}% placeholder for graphic
          caption{A figure}
          end{figure}

          end{document}





          share|improve this answer












          I don't know if I understood your question correctly. In the text the bullets are defined with the command textbullet while in mathematics mode you have to write $bullet$



          paragraph{textbullet Parrafo}


          Which gives us here:



          bullet



          documentclass{report}
          usepackage{float}
          begin{document}
          chapter{ } %if you want a name write it as chapter{name}
          init

          section{seccion}

          begin{figure}[H]
          centering
          rule{1cm}{1cm}% placeholder for graphic
          caption{A figure}
          end{figure}
          paragraph{textbullet Parrafo} hola como esta todo el mundo

          section{ seccion}

          begin{figure}[H]
          centering
          rule{1cm}{1cm}% placeholder for graphic
          caption{A figure}
          end{figure}

          end{document}






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 13 hours ago









          AndréC

          6,03711039




          6,03711039












          • good, but how can I put other types of bullet?, and I want to increase the spacing between the bullet and the text
            – x-rw
            13 hours ago










          • @x-rw You can space differently with quad, qquad or with hspace{5mm} for example
            – AndréC
            13 hours ago












          • i want use this renewcommandparagraph[1]{$bullet$ textbf{#1}}
            – x-rw
            13 hours ago










          • @x-rw What's stopping you?
            – AndréC
            13 hours ago










          • in my command how do I put this hspace {5 mm}?
            – x-rw
            13 hours ago


















          • good, but how can I put other types of bullet?, and I want to increase the spacing between the bullet and the text
            – x-rw
            13 hours ago










          • @x-rw You can space differently with quad, qquad or with hspace{5mm} for example
            – AndréC
            13 hours ago












          • i want use this renewcommandparagraph[1]{$bullet$ textbf{#1}}
            – x-rw
            13 hours ago










          • @x-rw What's stopping you?
            – AndréC
            13 hours ago










          • in my command how do I put this hspace {5 mm}?
            – x-rw
            13 hours ago
















          good, but how can I put other types of bullet?, and I want to increase the spacing between the bullet and the text
          – x-rw
          13 hours ago




          good, but how can I put other types of bullet?, and I want to increase the spacing between the bullet and the text
          – x-rw
          13 hours ago












          @x-rw You can space differently with quad, qquad or with hspace{5mm} for example
          – AndréC
          13 hours ago






          @x-rw You can space differently with quad, qquad or with hspace{5mm} for example
          – AndréC
          13 hours ago














          i want use this renewcommandparagraph[1]{$bullet$ textbf{#1}}
          – x-rw
          13 hours ago




          i want use this renewcommandparagraph[1]{$bullet$ textbf{#1}}
          – x-rw
          13 hours ago












          @x-rw What's stopping you?
          – AndréC
          13 hours ago




          @x-rw What's stopping you?
          – AndréC
          13 hours ago












          in my command how do I put this hspace {5 mm}?
          – x-rw
          13 hours ago




          in my command how do I put this hspace {5 mm}?
          – x-rw
          13 hours ago


















           

          draft saved


          draft discarded



















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f461145%2fput-a-bullet-before-paragraph%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

          Contact image not getting when fetch all contact list from iPhone by CNContact

          count number of partitions of a set with n elements into k subsets

          A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks