How do I change the properties of my subsubsection headers (ie. make them bold)? [duplicate]Formatting...

What does "Puller Prush Person" mean?

How much RAM could one put in a typical 80386 setup?

What are these boxed doors outside store fronts in New York?

Today is the Center

TGV timetables / schedules?

Arthur Somervell: 1000 Exercises - Meaning of this notation

Why dont electromagnetic waves interact with each other?

How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?

I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine

Risk of getting Chronic Wasting Disease (CWD) in the United States?

Dragon forelimb placement

An academic/student plagiarism

Do VLANs within a subnet need to have their own subnet for router on a stick?

Smoothness of finite-dimensional functional calculus

Is it possible to do 50 km distance without any previous training?

Mathematical cryptic clues

What's the point of deactivating Num Lock on login screens?

Font hinting is lost in Chrome-like browsers (for some languages )

Why Is Death Allowed In the Matrix?

Why do I get two different answers for this counting problem?

Adding span tags within wp_list_pages list items

Modeling an IPv4 Address

Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?

strToHex ( string to its hex representation as string)



How do I change the properties of my subsubsection headers (ie. make them bold)? [duplicate]


Formatting section titlesHow to make the style of subsection and subsubsection identical?Change subsubsection to medium seriesSubsubsection: remove the newline (like paragraph)How to modify Subsubsection Header (apa6.cls)?How to change the section's content format?italicize the subsubsection in latexCan't Change subsubsection to runin with titlesec''subsubsection''-level headers not numbered by defaultHow to change the numbering of subsubsection just *once*?How to change subsection to section and subsubsection to subsection?













1
















This question already has an answer here:




  • Formatting section titles

    2 answers




I want to be able to put my subsubsections in bold - currently they are displayed in italics by default.



What I have:



1. Section



1.1 Subsection



1.1.1 Subsubsection



What I want:



1. Section



1.1 Subsection



1.1.1 Subsubsection



The top of my Latex document currently looks like:



documentclass[12pt, onecolumn]{revtex4}    
usepackage{times}
usepackage[a4paper, left=2.5cm, right=2.5cm,
top=2.5cm, bottom=2.5cm]{geometry}
renewcommand{baselinestretch}{1.15}
usepackage[font=small,labelfont=bf]{caption}
usepackage{graphics,graphicx,epsfig,ulem}
usepackage{amsmath}
usepackage{etoolbox}
makeatletter
patchcmd{frontmatter@RRAP@format}{(}{}{}{}
patchcmd{frontmatter@RRAP@format}{)}{}{}{}
renewcommandDated@name{}
makeatother

usepackage{fancyhdr}
usepackage{siunitx}
usepackage{hyperref}
usepackage{footmisc}
usepackage{float}

pagestyle{fancy}
renewcommand{headrulewidth}{0pt}
rhead{Insert Title Here}

defthetable{arabic{table}}
defthesection{arabic{section}}
defthesubsection{arabic{section}.arabic{subsection}}
defthesubsubsection{arabic{section}.arabic{subsection}.arabic{subsubsection}}

defbibsection{section*{References}}

begin{document}
end{documnet}









share|improve this question









New contributor




Matt Hill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











marked as duplicate by JouleV, marmot, Stefan Pinnow, siracusa, Raaja 9 hours ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • 1





    You have many options: sectsty, titlesec, etc.

    – JouleV
    10 hours ago






  • 1





    You're presumably using the revtex4 document class for a good reason, e.g., because you're planning to submit a paper to a journal which requires authors to employ the revtex4 class. If that's the case, it's probably a poor idea to modify the appearance of subsubsection-level headers. For one, it'll immediately earn you the enmity of the journal's editorial staff, and the editors may decide to reject the paper solely based on its failure to conform to revtex4 formatting conventions.

    – Mico
    9 hours ago













  • Off-topic: No need to load both graphics and graphicx. And, almost certainly no need to load epsfig.

    – Mico
    9 hours ago






  • 1





    @Sveinung I use the singular form of word "answer". That means I only pointed to one answer (sorry if I was not clear). And that answer can be used. We can never say this answer or that answer is the best option. It is very opinion-based. I keep my opinion: I voted for closure.

    – JouleV
    9 hours ago








  • 1





    @Sveinung Then you don't vote to close it. Nothing simpler :))

    – JouleV
    9 hours ago
















1
















This question already has an answer here:




  • Formatting section titles

    2 answers




I want to be able to put my subsubsections in bold - currently they are displayed in italics by default.



What I have:



1. Section



1.1 Subsection



1.1.1 Subsubsection



What I want:



1. Section



1.1 Subsection



1.1.1 Subsubsection



The top of my Latex document currently looks like:



documentclass[12pt, onecolumn]{revtex4}    
usepackage{times}
usepackage[a4paper, left=2.5cm, right=2.5cm,
top=2.5cm, bottom=2.5cm]{geometry}
renewcommand{baselinestretch}{1.15}
usepackage[font=small,labelfont=bf]{caption}
usepackage{graphics,graphicx,epsfig,ulem}
usepackage{amsmath}
usepackage{etoolbox}
makeatletter
patchcmd{frontmatter@RRAP@format}{(}{}{}{}
patchcmd{frontmatter@RRAP@format}{)}{}{}{}
renewcommandDated@name{}
makeatother

usepackage{fancyhdr}
usepackage{siunitx}
usepackage{hyperref}
usepackage{footmisc}
usepackage{float}

pagestyle{fancy}
renewcommand{headrulewidth}{0pt}
rhead{Insert Title Here}

defthetable{arabic{table}}
defthesection{arabic{section}}
defthesubsection{arabic{section}.arabic{subsection}}
defthesubsubsection{arabic{section}.arabic{subsection}.arabic{subsubsection}}

defbibsection{section*{References}}

begin{document}
end{documnet}









share|improve this question









New contributor




Matt Hill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











marked as duplicate by JouleV, marmot, Stefan Pinnow, siracusa, Raaja 9 hours ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • 1





    You have many options: sectsty, titlesec, etc.

    – JouleV
    10 hours ago






  • 1





    You're presumably using the revtex4 document class for a good reason, e.g., because you're planning to submit a paper to a journal which requires authors to employ the revtex4 class. If that's the case, it's probably a poor idea to modify the appearance of subsubsection-level headers. For one, it'll immediately earn you the enmity of the journal's editorial staff, and the editors may decide to reject the paper solely based on its failure to conform to revtex4 formatting conventions.

    – Mico
    9 hours ago













  • Off-topic: No need to load both graphics and graphicx. And, almost certainly no need to load epsfig.

    – Mico
    9 hours ago






  • 1





    @Sveinung I use the singular form of word "answer". That means I only pointed to one answer (sorry if I was not clear). And that answer can be used. We can never say this answer or that answer is the best option. It is very opinion-based. I keep my opinion: I voted for closure.

    – JouleV
    9 hours ago








  • 1





    @Sveinung Then you don't vote to close it. Nothing simpler :))

    – JouleV
    9 hours ago














1












1








1









This question already has an answer here:




  • Formatting section titles

    2 answers




I want to be able to put my subsubsections in bold - currently they are displayed in italics by default.



What I have:



1. Section



1.1 Subsection



1.1.1 Subsubsection



What I want:



1. Section



1.1 Subsection



1.1.1 Subsubsection



The top of my Latex document currently looks like:



documentclass[12pt, onecolumn]{revtex4}    
usepackage{times}
usepackage[a4paper, left=2.5cm, right=2.5cm,
top=2.5cm, bottom=2.5cm]{geometry}
renewcommand{baselinestretch}{1.15}
usepackage[font=small,labelfont=bf]{caption}
usepackage{graphics,graphicx,epsfig,ulem}
usepackage{amsmath}
usepackage{etoolbox}
makeatletter
patchcmd{frontmatter@RRAP@format}{(}{}{}{}
patchcmd{frontmatter@RRAP@format}{)}{}{}{}
renewcommandDated@name{}
makeatother

usepackage{fancyhdr}
usepackage{siunitx}
usepackage{hyperref}
usepackage{footmisc}
usepackage{float}

pagestyle{fancy}
renewcommand{headrulewidth}{0pt}
rhead{Insert Title Here}

defthetable{arabic{table}}
defthesection{arabic{section}}
defthesubsection{arabic{section}.arabic{subsection}}
defthesubsubsection{arabic{section}.arabic{subsection}.arabic{subsubsection}}

defbibsection{section*{References}}

begin{document}
end{documnet}









share|improve this question









New contributor




Matt Hill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













This question already has an answer here:




  • Formatting section titles

    2 answers




I want to be able to put my subsubsections in bold - currently they are displayed in italics by default.



What I have:



1. Section



1.1 Subsection



1.1.1 Subsubsection



What I want:



1. Section



1.1 Subsection



1.1.1 Subsubsection



The top of my Latex document currently looks like:



documentclass[12pt, onecolumn]{revtex4}    
usepackage{times}
usepackage[a4paper, left=2.5cm, right=2.5cm,
top=2.5cm, bottom=2.5cm]{geometry}
renewcommand{baselinestretch}{1.15}
usepackage[font=small,labelfont=bf]{caption}
usepackage{graphics,graphicx,epsfig,ulem}
usepackage{amsmath}
usepackage{etoolbox}
makeatletter
patchcmd{frontmatter@RRAP@format}{(}{}{}{}
patchcmd{frontmatter@RRAP@format}{)}{}{}{}
renewcommandDated@name{}
makeatother

usepackage{fancyhdr}
usepackage{siunitx}
usepackage{hyperref}
usepackage{footmisc}
usepackage{float}

pagestyle{fancy}
renewcommand{headrulewidth}{0pt}
rhead{Insert Title Here}

defthetable{arabic{table}}
defthesection{arabic{section}}
defthesubsection{arabic{section}.arabic{subsection}}
defthesubsubsection{arabic{section}.arabic{subsection}.arabic{subsubsection}}

defbibsection{section*{References}}

begin{document}
end{documnet}




This question already has an answer here:




  • Formatting section titles

    2 answers








sectioning formatting






share|improve this question









New contributor




Matt Hill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Matt Hill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 10 hours ago









JouleV

11.1k22560




11.1k22560






New contributor




Matt Hill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 10 hours ago









Matt HillMatt Hill

61




61




New contributor




Matt Hill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Matt Hill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Matt Hill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




marked as duplicate by JouleV, marmot, Stefan Pinnow, siracusa, Raaja 9 hours ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









marked as duplicate by JouleV, marmot, Stefan Pinnow, siracusa, Raaja 9 hours ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.










  • 1





    You have many options: sectsty, titlesec, etc.

    – JouleV
    10 hours ago






  • 1





    You're presumably using the revtex4 document class for a good reason, e.g., because you're planning to submit a paper to a journal which requires authors to employ the revtex4 class. If that's the case, it's probably a poor idea to modify the appearance of subsubsection-level headers. For one, it'll immediately earn you the enmity of the journal's editorial staff, and the editors may decide to reject the paper solely based on its failure to conform to revtex4 formatting conventions.

    – Mico
    9 hours ago













  • Off-topic: No need to load both graphics and graphicx. And, almost certainly no need to load epsfig.

    – Mico
    9 hours ago






  • 1





    @Sveinung I use the singular form of word "answer". That means I only pointed to one answer (sorry if I was not clear). And that answer can be used. We can never say this answer or that answer is the best option. It is very opinion-based. I keep my opinion: I voted for closure.

    – JouleV
    9 hours ago








  • 1





    @Sveinung Then you don't vote to close it. Nothing simpler :))

    – JouleV
    9 hours ago














  • 1





    You have many options: sectsty, titlesec, etc.

    – JouleV
    10 hours ago






  • 1





    You're presumably using the revtex4 document class for a good reason, e.g., because you're planning to submit a paper to a journal which requires authors to employ the revtex4 class. If that's the case, it's probably a poor idea to modify the appearance of subsubsection-level headers. For one, it'll immediately earn you the enmity of the journal's editorial staff, and the editors may decide to reject the paper solely based on its failure to conform to revtex4 formatting conventions.

    – Mico
    9 hours ago













  • Off-topic: No need to load both graphics and graphicx. And, almost certainly no need to load epsfig.

    – Mico
    9 hours ago






  • 1





    @Sveinung I use the singular form of word "answer". That means I only pointed to one answer (sorry if I was not clear). And that answer can be used. We can never say this answer or that answer is the best option. It is very opinion-based. I keep my opinion: I voted for closure.

    – JouleV
    9 hours ago








  • 1





    @Sveinung Then you don't vote to close it. Nothing simpler :))

    – JouleV
    9 hours ago








1




1





You have many options: sectsty, titlesec, etc.

– JouleV
10 hours ago





You have many options: sectsty, titlesec, etc.

– JouleV
10 hours ago




1




1





You're presumably using the revtex4 document class for a good reason, e.g., because you're planning to submit a paper to a journal which requires authors to employ the revtex4 class. If that's the case, it's probably a poor idea to modify the appearance of subsubsection-level headers. For one, it'll immediately earn you the enmity of the journal's editorial staff, and the editors may decide to reject the paper solely based on its failure to conform to revtex4 formatting conventions.

– Mico
9 hours ago







You're presumably using the revtex4 document class for a good reason, e.g., because you're planning to submit a paper to a journal which requires authors to employ the revtex4 class. If that's the case, it's probably a poor idea to modify the appearance of subsubsection-level headers. For one, it'll immediately earn you the enmity of the journal's editorial staff, and the editors may decide to reject the paper solely based on its failure to conform to revtex4 formatting conventions.

– Mico
9 hours ago















Off-topic: No need to load both graphics and graphicx. And, almost certainly no need to load epsfig.

– Mico
9 hours ago





Off-topic: No need to load both graphics and graphicx. And, almost certainly no need to load epsfig.

– Mico
9 hours ago




1




1





@Sveinung I use the singular form of word "answer". That means I only pointed to one answer (sorry if I was not clear). And that answer can be used. We can never say this answer or that answer is the best option. It is very opinion-based. I keep my opinion: I voted for closure.

– JouleV
9 hours ago







@Sveinung I use the singular form of word "answer". That means I only pointed to one answer (sorry if I was not clear). And that answer can be used. We can never say this answer or that answer is the best option. It is very opinion-based. I keep my opinion: I voted for closure.

– JouleV
9 hours ago






1




1





@Sveinung Then you don't vote to close it. Nothing simpler :))

– JouleV
9 hours ago





@Sveinung Then you don't vote to close it. Nothing simpler :))

– JouleV
9 hours ago










1 Answer
1






active

oldest

votes


















1














NB! Take note of @Mico’s comment to your question before you apply this patch



In Revtex v4.2c, subsubsection is define with the following command:



defsubsubsection{%
@startsection
{subsubsection}%
{3}%
{z@}%
{.8cm @plus1ex @minus .2ex}%
{.5cm}%
{normalfontsmallitshape}%
}


I tried to redefine the command:



defsubsubsection{%
@startsection
{subsubsection}%
{3}%
{z@}%
{.8cm @plus1ex @minus .2ex}%
{.5cm}%
{normalfontsmallbfseries}%
}


This redefinition changes the font to boldface, but the alignment of the subsection was changed, too. Obviously, the alignment is applied later and is cancelled if you redefine the command by using def.



patchcmd worked better:



documentclass[12pt, onecolumn]{revtex4}    
usepackage{etoolbox}
makeatletter
patchcmd{subsubsection}{itshape}{bfseries}{}{}
makeatother
begin{document}
section{test}
subsection{Testing}
subsubsection{More testing}
end{document}


Just add the line:



patchcmd{subsubsection}{itshape}{bfseries}{}{}


after the other patchcmd lines in your example, and you have your bold subsubsection. .






share|improve this answer


























  • Welcome (back)!

    – Mico
    10 hours ago


















1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









1














NB! Take note of @Mico’s comment to your question before you apply this patch



In Revtex v4.2c, subsubsection is define with the following command:



defsubsubsection{%
@startsection
{subsubsection}%
{3}%
{z@}%
{.8cm @plus1ex @minus .2ex}%
{.5cm}%
{normalfontsmallitshape}%
}


I tried to redefine the command:



defsubsubsection{%
@startsection
{subsubsection}%
{3}%
{z@}%
{.8cm @plus1ex @minus .2ex}%
{.5cm}%
{normalfontsmallbfseries}%
}


This redefinition changes the font to boldface, but the alignment of the subsection was changed, too. Obviously, the alignment is applied later and is cancelled if you redefine the command by using def.



patchcmd worked better:



documentclass[12pt, onecolumn]{revtex4}    
usepackage{etoolbox}
makeatletter
patchcmd{subsubsection}{itshape}{bfseries}{}{}
makeatother
begin{document}
section{test}
subsection{Testing}
subsubsection{More testing}
end{document}


Just add the line:



patchcmd{subsubsection}{itshape}{bfseries}{}{}


after the other patchcmd lines in your example, and you have your bold subsubsection. .






share|improve this answer


























  • Welcome (back)!

    – Mico
    10 hours ago
















1














NB! Take note of @Mico’s comment to your question before you apply this patch



In Revtex v4.2c, subsubsection is define with the following command:



defsubsubsection{%
@startsection
{subsubsection}%
{3}%
{z@}%
{.8cm @plus1ex @minus .2ex}%
{.5cm}%
{normalfontsmallitshape}%
}


I tried to redefine the command:



defsubsubsection{%
@startsection
{subsubsection}%
{3}%
{z@}%
{.8cm @plus1ex @minus .2ex}%
{.5cm}%
{normalfontsmallbfseries}%
}


This redefinition changes the font to boldface, but the alignment of the subsection was changed, too. Obviously, the alignment is applied later and is cancelled if you redefine the command by using def.



patchcmd worked better:



documentclass[12pt, onecolumn]{revtex4}    
usepackage{etoolbox}
makeatletter
patchcmd{subsubsection}{itshape}{bfseries}{}{}
makeatother
begin{document}
section{test}
subsection{Testing}
subsubsection{More testing}
end{document}


Just add the line:



patchcmd{subsubsection}{itshape}{bfseries}{}{}


after the other patchcmd lines in your example, and you have your bold subsubsection. .






share|improve this answer


























  • Welcome (back)!

    – Mico
    10 hours ago














1












1








1







NB! Take note of @Mico’s comment to your question before you apply this patch



In Revtex v4.2c, subsubsection is define with the following command:



defsubsubsection{%
@startsection
{subsubsection}%
{3}%
{z@}%
{.8cm @plus1ex @minus .2ex}%
{.5cm}%
{normalfontsmallitshape}%
}


I tried to redefine the command:



defsubsubsection{%
@startsection
{subsubsection}%
{3}%
{z@}%
{.8cm @plus1ex @minus .2ex}%
{.5cm}%
{normalfontsmallbfseries}%
}


This redefinition changes the font to boldface, but the alignment of the subsection was changed, too. Obviously, the alignment is applied later and is cancelled if you redefine the command by using def.



patchcmd worked better:



documentclass[12pt, onecolumn]{revtex4}    
usepackage{etoolbox}
makeatletter
patchcmd{subsubsection}{itshape}{bfseries}{}{}
makeatother
begin{document}
section{test}
subsection{Testing}
subsubsection{More testing}
end{document}


Just add the line:



patchcmd{subsubsection}{itshape}{bfseries}{}{}


after the other patchcmd lines in your example, and you have your bold subsubsection. .






share|improve this answer















NB! Take note of @Mico’s comment to your question before you apply this patch



In Revtex v4.2c, subsubsection is define with the following command:



defsubsubsection{%
@startsection
{subsubsection}%
{3}%
{z@}%
{.8cm @plus1ex @minus .2ex}%
{.5cm}%
{normalfontsmallitshape}%
}


I tried to redefine the command:



defsubsubsection{%
@startsection
{subsubsection}%
{3}%
{z@}%
{.8cm @plus1ex @minus .2ex}%
{.5cm}%
{normalfontsmallbfseries}%
}


This redefinition changes the font to boldface, but the alignment of the subsection was changed, too. Obviously, the alignment is applied later and is cancelled if you redefine the command by using def.



patchcmd worked better:



documentclass[12pt, onecolumn]{revtex4}    
usepackage{etoolbox}
makeatletter
patchcmd{subsubsection}{itshape}{bfseries}{}{}
makeatother
begin{document}
section{test}
subsection{Testing}
subsubsection{More testing}
end{document}


Just add the line:



patchcmd{subsubsection}{itshape}{bfseries}{}{}


after the other patchcmd lines in your example, and you have your bold subsubsection. .







share|improve this answer














share|improve this answer



share|improve this answer








edited 9 hours ago

























answered 10 hours ago









SveinungSveinung

11.1k23257




11.1k23257













  • Welcome (back)!

    – Mico
    10 hours ago



















  • Welcome (back)!

    – Mico
    10 hours ago

















Welcome (back)!

– Mico
10 hours ago





Welcome (back)!

– Mico
10 hours ago



Popular posts from this blog

Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...