How add spacing after of paragraph











up vote
1
down vote

favorite












How add spacing after of paragraph{Parrafo}?



documentclass{report}
usepackage{float}
renewcommandparagraph[1]{$bullet$ textbf{#1}}
begin{document}
chapter{ } %if you want a name write it as chapter{name}
init
section{seccion}
paragraph{Parrafo} this is a paragraph

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


enter image description here



When I put the bullet the spacing was reduced, now I want to increase the spacing.










share|improve this question






















  • paragraph is one of the document division commands used after subsection and subsubsection. Better to create something called, say, mypara which does what you want instead of subverting the regular paragraph command.
    – Peter Wilson
    Nov 21 at 19:26















up vote
1
down vote

favorite












How add spacing after of paragraph{Parrafo}?



documentclass{report}
usepackage{float}
renewcommandparagraph[1]{$bullet$ textbf{#1}}
begin{document}
chapter{ } %if you want a name write it as chapter{name}
init
section{seccion}
paragraph{Parrafo} this is a paragraph

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


enter image description here



When I put the bullet the spacing was reduced, now I want to increase the spacing.










share|improve this question






















  • paragraph is one of the document division commands used after subsection and subsubsection. Better to create something called, say, mypara which does what you want instead of subverting the regular paragraph command.
    – Peter Wilson
    Nov 21 at 19:26













up vote
1
down vote

favorite









up vote
1
down vote

favorite











How add spacing after of paragraph{Parrafo}?



documentclass{report}
usepackage{float}
renewcommandparagraph[1]{$bullet$ textbf{#1}}
begin{document}
chapter{ } %if you want a name write it as chapter{name}
init
section{seccion}
paragraph{Parrafo} this is a paragraph

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


enter image description here



When I put the bullet the spacing was reduced, now I want to increase the spacing.










share|improve this question













How add spacing after of paragraph{Parrafo}?



documentclass{report}
usepackage{float}
renewcommandparagraph[1]{$bullet$ textbf{#1}}
begin{document}
chapter{ } %if you want a name write it as chapter{name}
init
section{seccion}
paragraph{Parrafo} this is a paragraph

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


enter image description here



When I put the bullet the spacing was reduced, now I want to increase the spacing.







paragraphs






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 21 at 16:42









x-rw

32817




32817












  • paragraph is one of the document division commands used after subsection and subsubsection. Better to create something called, say, mypara which does what you want instead of subverting the regular paragraph command.
    – Peter Wilson
    Nov 21 at 19:26


















  • paragraph is one of the document division commands used after subsection and subsubsection. Better to create something called, say, mypara which does what you want instead of subverting the regular paragraph command.
    – Peter Wilson
    Nov 21 at 19:26
















paragraph is one of the document division commands used after subsection and subsubsection. Better to create something called, say, mypara which does what you want instead of subverting the regular paragraph command.
– Peter Wilson
Nov 21 at 19:26




paragraph is one of the document division commands used after subsection and subsubsection. Better to create something called, say, mypara which does what you want instead of subverting the regular paragraph command.
– Peter Wilson
Nov 21 at 19:26










1 Answer
1






active

oldest

votes

















up vote
2
down vote













Instead of redefining paragraph from scratch, you can copy the definition from report.cls and add your bullet:




enter image description here




documentclass{report}

makeatletter
renewcommandparagraph{%
@startsection{paragraph}{4}%
{4mm}% <-- Space _before_ the paragraph title
{3.25ex @plus1ex @minus.2ex}%
{-1em}% <-- Space _after_ the paragraph title (with a minus sign)
% V--------V added this to the original
{normalfontnormalsizebfseries$bullet$~}% Content before the paragraph title
}
makeatother

begin{document}
section{seccion}
paragraph{Parrafo} this is a paragraph

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





share|improve this answer























  • i want also space before of paragraph %renewcommandparagraph[1]{$bullet$hspace{4mm}textbf{#1}}
    – x-rw
    Nov 21 at 18:33










  • @x-rw I changed to add the 4mm before the paragraph title as you asked.
    – Phelype Oleinik
    Nov 21 at 20:51










  • @PhelypeOleinik I could be wrong every one seems to be helping x-rw vertically ? I think request for before paragraph means horizontal offsets
    – KJO
    Nov 22 at 3:19












  • @KJO Perhaps you're right... I assumed horizontal space because in the question OP said "When I put the bullet the spacing was reduced" which, in my interpretation means the horizontal space between the title and the following text. Also, in OP's comment right above they said "$bullet$hspace{4mm}textbf{#1}", with an hspace. We can only hope that OP will leave a comment clarifying :)
    – Phelype Oleinik
    Nov 22 at 10:14










  • Sorry scratch my comment above looking closer this thread is correctly addressing space either side of paragraph Tag what confused me was the moving word alignment relative to second line.
    – KJO
    Nov 22 at 11:20











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%2f461157%2fhow-add-spacing-after-of-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
2
down vote













Instead of redefining paragraph from scratch, you can copy the definition from report.cls and add your bullet:




enter image description here




documentclass{report}

makeatletter
renewcommandparagraph{%
@startsection{paragraph}{4}%
{4mm}% <-- Space _before_ the paragraph title
{3.25ex @plus1ex @minus.2ex}%
{-1em}% <-- Space _after_ the paragraph title (with a minus sign)
% V--------V added this to the original
{normalfontnormalsizebfseries$bullet$~}% Content before the paragraph title
}
makeatother

begin{document}
section{seccion}
paragraph{Parrafo} this is a paragraph

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





share|improve this answer























  • i want also space before of paragraph %renewcommandparagraph[1]{$bullet$hspace{4mm}textbf{#1}}
    – x-rw
    Nov 21 at 18:33










  • @x-rw I changed to add the 4mm before the paragraph title as you asked.
    – Phelype Oleinik
    Nov 21 at 20:51










  • @PhelypeOleinik I could be wrong every one seems to be helping x-rw vertically ? I think request for before paragraph means horizontal offsets
    – KJO
    Nov 22 at 3:19












  • @KJO Perhaps you're right... I assumed horizontal space because in the question OP said "When I put the bullet the spacing was reduced" which, in my interpretation means the horizontal space between the title and the following text. Also, in OP's comment right above they said "$bullet$hspace{4mm}textbf{#1}", with an hspace. We can only hope that OP will leave a comment clarifying :)
    – Phelype Oleinik
    Nov 22 at 10:14










  • Sorry scratch my comment above looking closer this thread is correctly addressing space either side of paragraph Tag what confused me was the moving word alignment relative to second line.
    – KJO
    Nov 22 at 11:20















up vote
2
down vote













Instead of redefining paragraph from scratch, you can copy the definition from report.cls and add your bullet:




enter image description here




documentclass{report}

makeatletter
renewcommandparagraph{%
@startsection{paragraph}{4}%
{4mm}% <-- Space _before_ the paragraph title
{3.25ex @plus1ex @minus.2ex}%
{-1em}% <-- Space _after_ the paragraph title (with a minus sign)
% V--------V added this to the original
{normalfontnormalsizebfseries$bullet$~}% Content before the paragraph title
}
makeatother

begin{document}
section{seccion}
paragraph{Parrafo} this is a paragraph

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





share|improve this answer























  • i want also space before of paragraph %renewcommandparagraph[1]{$bullet$hspace{4mm}textbf{#1}}
    – x-rw
    Nov 21 at 18:33










  • @x-rw I changed to add the 4mm before the paragraph title as you asked.
    – Phelype Oleinik
    Nov 21 at 20:51










  • @PhelypeOleinik I could be wrong every one seems to be helping x-rw vertically ? I think request for before paragraph means horizontal offsets
    – KJO
    Nov 22 at 3:19












  • @KJO Perhaps you're right... I assumed horizontal space because in the question OP said "When I put the bullet the spacing was reduced" which, in my interpretation means the horizontal space between the title and the following text. Also, in OP's comment right above they said "$bullet$hspace{4mm}textbf{#1}", with an hspace. We can only hope that OP will leave a comment clarifying :)
    – Phelype Oleinik
    Nov 22 at 10:14










  • Sorry scratch my comment above looking closer this thread is correctly addressing space either side of paragraph Tag what confused me was the moving word alignment relative to second line.
    – KJO
    Nov 22 at 11:20













up vote
2
down vote










up vote
2
down vote









Instead of redefining paragraph from scratch, you can copy the definition from report.cls and add your bullet:




enter image description here




documentclass{report}

makeatletter
renewcommandparagraph{%
@startsection{paragraph}{4}%
{4mm}% <-- Space _before_ the paragraph title
{3.25ex @plus1ex @minus.2ex}%
{-1em}% <-- Space _after_ the paragraph title (with a minus sign)
% V--------V added this to the original
{normalfontnormalsizebfseries$bullet$~}% Content before the paragraph title
}
makeatother

begin{document}
section{seccion}
paragraph{Parrafo} this is a paragraph

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





share|improve this answer














Instead of redefining paragraph from scratch, you can copy the definition from report.cls and add your bullet:




enter image description here




documentclass{report}

makeatletter
renewcommandparagraph{%
@startsection{paragraph}{4}%
{4mm}% <-- Space _before_ the paragraph title
{3.25ex @plus1ex @minus.2ex}%
{-1em}% <-- Space _after_ the paragraph title (with a minus sign)
% V--------V added this to the original
{normalfontnormalsizebfseries$bullet$~}% Content before the paragraph title
}
makeatother

begin{document}
section{seccion}
paragraph{Parrafo} this is a paragraph

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






share|improve this answer














share|improve this answer



share|improve this answer








edited Nov 21 at 20:50

























answered Nov 21 at 16:47









Phelype Oleinik

20.7k54379




20.7k54379












  • i want also space before of paragraph %renewcommandparagraph[1]{$bullet$hspace{4mm}textbf{#1}}
    – x-rw
    Nov 21 at 18:33










  • @x-rw I changed to add the 4mm before the paragraph title as you asked.
    – Phelype Oleinik
    Nov 21 at 20:51










  • @PhelypeOleinik I could be wrong every one seems to be helping x-rw vertically ? I think request for before paragraph means horizontal offsets
    – KJO
    Nov 22 at 3:19












  • @KJO Perhaps you're right... I assumed horizontal space because in the question OP said "When I put the bullet the spacing was reduced" which, in my interpretation means the horizontal space between the title and the following text. Also, in OP's comment right above they said "$bullet$hspace{4mm}textbf{#1}", with an hspace. We can only hope that OP will leave a comment clarifying :)
    – Phelype Oleinik
    Nov 22 at 10:14










  • Sorry scratch my comment above looking closer this thread is correctly addressing space either side of paragraph Tag what confused me was the moving word alignment relative to second line.
    – KJO
    Nov 22 at 11:20


















  • i want also space before of paragraph %renewcommandparagraph[1]{$bullet$hspace{4mm}textbf{#1}}
    – x-rw
    Nov 21 at 18:33










  • @x-rw I changed to add the 4mm before the paragraph title as you asked.
    – Phelype Oleinik
    Nov 21 at 20:51










  • @PhelypeOleinik I could be wrong every one seems to be helping x-rw vertically ? I think request for before paragraph means horizontal offsets
    – KJO
    Nov 22 at 3:19












  • @KJO Perhaps you're right... I assumed horizontal space because in the question OP said "When I put the bullet the spacing was reduced" which, in my interpretation means the horizontal space between the title and the following text. Also, in OP's comment right above they said "$bullet$hspace{4mm}textbf{#1}", with an hspace. We can only hope that OP will leave a comment clarifying :)
    – Phelype Oleinik
    Nov 22 at 10:14










  • Sorry scratch my comment above looking closer this thread is correctly addressing space either side of paragraph Tag what confused me was the moving word alignment relative to second line.
    – KJO
    Nov 22 at 11:20
















i want also space before of paragraph %renewcommandparagraph[1]{$bullet$hspace{4mm}textbf{#1}}
– x-rw
Nov 21 at 18:33




i want also space before of paragraph %renewcommandparagraph[1]{$bullet$hspace{4mm}textbf{#1}}
– x-rw
Nov 21 at 18:33












@x-rw I changed to add the 4mm before the paragraph title as you asked.
– Phelype Oleinik
Nov 21 at 20:51




@x-rw I changed to add the 4mm before the paragraph title as you asked.
– Phelype Oleinik
Nov 21 at 20:51












@PhelypeOleinik I could be wrong every one seems to be helping x-rw vertically ? I think request for before paragraph means horizontal offsets
– KJO
Nov 22 at 3:19






@PhelypeOleinik I could be wrong every one seems to be helping x-rw vertically ? I think request for before paragraph means horizontal offsets
– KJO
Nov 22 at 3:19














@KJO Perhaps you're right... I assumed horizontal space because in the question OP said "When I put the bullet the spacing was reduced" which, in my interpretation means the horizontal space between the title and the following text. Also, in OP's comment right above they said "$bullet$hspace{4mm}textbf{#1}", with an hspace. We can only hope that OP will leave a comment clarifying :)
– Phelype Oleinik
Nov 22 at 10:14




@KJO Perhaps you're right... I assumed horizontal space because in the question OP said "When I put the bullet the spacing was reduced" which, in my interpretation means the horizontal space between the title and the following text. Also, in OP's comment right above they said "$bullet$hspace{4mm}textbf{#1}", with an hspace. We can only hope that OP will leave a comment clarifying :)
– Phelype Oleinik
Nov 22 at 10:14












Sorry scratch my comment above looking closer this thread is correctly addressing space either side of paragraph Tag what confused me was the moving word alignment relative to second line.
– KJO
Nov 22 at 11:20




Sorry scratch my comment above looking closer this thread is correctly addressing space either side of paragraph Tag what confused me was the moving word alignment relative to second line.
– KJO
Nov 22 at 11:20


















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f461157%2fhow-add-spacing-after-of-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

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?