Bold chapter numbersBold Chapter NameProper way to section a textAutomatic bold for every first character of a lineHow to input text from a fileLipics has no chapter numbersHow to create my own bibliographic citation format?How to change the first page (layout + geometry) of each chapter in a report?Remove Chapter numbers, keeps Section numbersParagraph title in ConTeXt (similar to LaTeX paragraph)cfoot-first page of chapter not bold

Why do phishing e-mails use faked e-mail addresses instead of the real one?

Strange opamp's output impedance in spice

Why do we say 'Pairwise Disjoint', rather than 'Disjoint'?

The (Easy) Road to Code

Why does Central Limit Theorem break down in my simulation?

Why is epimorphism not defined as follows?

Movie: boy escapes the real world and goes to a fantasy world with big furry trolls

How to educate team mate to take screenshots for bugs with out unwanted stuff

What will happen if my luggage gets delayed?

Can the Witch Sight warlock invocation see through the Mirror Image spell?

School performs periodic password audits. Is my password compromised?

What does the Digital Threat scope actually do?

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

PTIJ: Sport in the Torah

Align horizontal cdots in an alignat environment

Do black holes violate the conservation of mass?

-1 to the power of a irrational number

Writing text next to a table

How do we create new idioms and use them in a novel?

If sound is a longitudinal wave, why can we hear it if our ears aren't aligned with the propagation direction?

ESPP--any reason not to go all in?

What is the purpose of a disclaimer like "this is not legal advice"?

What is better: yes / no radio, or simple checkbox?

Sampling from Gaussian mixture models, when are the sampled data independent?



Bold chapter numbers


Bold Chapter NameProper way to section a textAutomatic bold for every first character of a lineHow to input text from a fileLipics has no chapter numbersHow to create my own bibliographic citation format?How to change the first page (layout + geometry) of each chapter in a report?Remove Chapter numbers, keeps Section numbersParagraph title in ConTeXt (similar to LaTeX paragraph)cfoot-first page of chapter not bold













1















I'm completely new to LaTeX and I was asked to write my capstone project using it. My advisor gave me a starting template that worked very well except for one thing: the chapter numbers are not bold even though the chapter names are.



Example:



1 INTRODUCTION



Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.



On the summary, both chapters numbers and chapter names are in bold.



Example:



1 INTRODUCTION



2 OBJECTIVES



Is there a way to turn the chapter numbers bold?



The MWE derives from abntex2 (version v-1.7.1 by laurocesar) and has two files:



ifpe-abntex2.cls



NeedsTeXFormatLaTeX2e
ProvidesClassifpe-abntex2[2017/07/31 v1.0 Modelo do Instituto Federal de Pernambuco baseado em abnTeX2]

DeclareOption*%
PassOptionsToClassCurrentOptionabntex2%

ProcessOptionsrelax
LoadClassabntex2

renewcommandimprimircapa%
begincapa%
begincenter
vfill
MakeUppercaseThe title
vfill
imprimirdata
endcenter
endcapa


makeatletter
renewcommandfolhaderostocontent
begincenter
MakeUppercaseA
vfill
textbfMakeUppercaseThe title
vfill
endcenter

makeatother


and main.tex



documentclass[
12pt,
openright,
twoside,
a4paper,
chapter=TITLE,
section=TITLE,
subsection=TITLE,
%subsubsection=TITLE,
english,
french,
spanish,
brazil,
]ifpe-abntex2

usepackagecmap
usepackagelmodern
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagelastpage
usepackageindentfirst
usepackagecolor
usepackagegraphicx
usepackageamssymb,amsmath,amsthm,amsfonts

usepackagelipsum

usepackagefloat

usepackagelistings
renewcommandlstlistingname
renewcommandlstlistlistingnametextbfSource Codes
begingroupmakeatletter
letnewcounter@gobbleletsetcounter@gobbletwo
globaldefs@ne letc@loldepth@ne
newlistoflistingslollstlistlistingname
newlistentrylstlistinglol0
endgroup
renewcommandcftlstlistingaftersnumhfill--hfill
letoldlstlistoflistingslstlistoflistings
renewcommandlstlistoflistings%
begingroup%
letoldnumberlinenumberline%
renewcommandnumberlinelstlistingnamespaceoldnumberline%
oldlstlistoflistings%
endgroup

usepackagesubfig

lstset
inputencoding=utf8,
extendedchars=true,
basicstyle=footnotesizettfamily,
showstringspaces=false,
showspaces=false,
numbers=left,
numberstyle=footnotesize,
numbersep=5pt,
tabsize=2,
breaklines=true,
showtabs=false,
captionpos=t,
xleftmargin=parindent,
literate=ö"o1 ä"a1 ü"u1 çcc1 â^a1 á'a1 í'i1


usepackage[T1]fontenc
usepackageuarial
renewcommandfamilydefaultsfdefault

usepackage[brazilian,hyperpageref]backref
usepackage[alf,abnt-emphasize=bf,abnt-full-initials=yes,bibjustif]abntex2cite

renewcommandbackrefpagesnameCitation on page(s):~
renewcommandbackref
renewcommand*backrefalt[4]
ifcase #1 %
%No citation on text.%
or
%Citation on page #2.%
else
%#1 citations on pages #2.%
fi%
% ---


definecolorblueRGB41,5,195

makeatletter
hypersetup
pdftitle=@title,
pdfauthor=@author,
pdfsubject=imprimirpreambulo,
pdfcreator=LaTeX with abnTeX2,
pdfkeywords=abntlatexabntexabntex2trabalho acadêmico,
colorlinks=false,
linkcolor=blue,
citecolor=blue,
filecolor=magenta,
urlcolor=blue,
bookmarksdepth=4

makeatother

setlengthparindent1.3cm
:
setlengthparskip0.2cm

makeindex

begindocument

frenchspacing

imprimircapa

pdfbookmark[0]contentsnametoc
tableofcontents*
cleardoublepage

textual

chapterINTRODUCTION
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

chapterOBJECTIVES
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

printindex

enddocument









share|improve this question
















bumped to the homepage by Community 15 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.










  • 2





    could you add the MWE?

    – Raaja
    Feb 5 at 14:52






  • 2





    Without code we have no starting point or idea about what you are doing. Normal chapters does not loot like this, so please help us help you.

    – daleif
    Feb 5 at 14:57






  • 1





    chapterINTRODUCTION Lorem ipsum dolor sit amet,... I think it would be more helpful if I attached the original template... Is there a way to do so?

    – acsn
    Feb 5 at 14:58






  • 2





    it is very helpful if you provide a minimal working example (mwe), a small complete document begining with documentclass... and ending with enddocument, which reproduce your problem. so, please edit your question and add mwe.

    – Zarko
    Feb 5 at 15:54











  • by default the number and words are in the same font, so unless you show an example it is hard to tell you what to change,

    – David Carlisle
    Feb 5 at 20:00















1















I'm completely new to LaTeX and I was asked to write my capstone project using it. My advisor gave me a starting template that worked very well except for one thing: the chapter numbers are not bold even though the chapter names are.



Example:



1 INTRODUCTION



Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.



On the summary, both chapters numbers and chapter names are in bold.



Example:



1 INTRODUCTION



2 OBJECTIVES



Is there a way to turn the chapter numbers bold?



The MWE derives from abntex2 (version v-1.7.1 by laurocesar) and has two files:



ifpe-abntex2.cls



NeedsTeXFormatLaTeX2e
ProvidesClassifpe-abntex2[2017/07/31 v1.0 Modelo do Instituto Federal de Pernambuco baseado em abnTeX2]

DeclareOption*%
PassOptionsToClassCurrentOptionabntex2%

ProcessOptionsrelax
LoadClassabntex2

renewcommandimprimircapa%
begincapa%
begincenter
vfill
MakeUppercaseThe title
vfill
imprimirdata
endcenter
endcapa


makeatletter
renewcommandfolhaderostocontent
begincenter
MakeUppercaseA
vfill
textbfMakeUppercaseThe title
vfill
endcenter

makeatother


and main.tex



documentclass[
12pt,
openright,
twoside,
a4paper,
chapter=TITLE,
section=TITLE,
subsection=TITLE,
%subsubsection=TITLE,
english,
french,
spanish,
brazil,
]ifpe-abntex2

usepackagecmap
usepackagelmodern
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagelastpage
usepackageindentfirst
usepackagecolor
usepackagegraphicx
usepackageamssymb,amsmath,amsthm,amsfonts

usepackagelipsum

usepackagefloat

usepackagelistings
renewcommandlstlistingname
renewcommandlstlistlistingnametextbfSource Codes
begingroupmakeatletter
letnewcounter@gobbleletsetcounter@gobbletwo
globaldefs@ne letc@loldepth@ne
newlistoflistingslollstlistlistingname
newlistentrylstlistinglol0
endgroup
renewcommandcftlstlistingaftersnumhfill--hfill
letoldlstlistoflistingslstlistoflistings
renewcommandlstlistoflistings%
begingroup%
letoldnumberlinenumberline%
renewcommandnumberlinelstlistingnamespaceoldnumberline%
oldlstlistoflistings%
endgroup

usepackagesubfig

lstset
inputencoding=utf8,
extendedchars=true,
basicstyle=footnotesizettfamily,
showstringspaces=false,
showspaces=false,
numbers=left,
numberstyle=footnotesize,
numbersep=5pt,
tabsize=2,
breaklines=true,
showtabs=false,
captionpos=t,
xleftmargin=parindent,
literate=ö"o1 ä"a1 ü"u1 çcc1 â^a1 á'a1 í'i1


usepackage[T1]fontenc
usepackageuarial
renewcommandfamilydefaultsfdefault

usepackage[brazilian,hyperpageref]backref
usepackage[alf,abnt-emphasize=bf,abnt-full-initials=yes,bibjustif]abntex2cite

renewcommandbackrefpagesnameCitation on page(s):~
renewcommandbackref
renewcommand*backrefalt[4]
ifcase #1 %
%No citation on text.%
or
%Citation on page #2.%
else
%#1 citations on pages #2.%
fi%
% ---


definecolorblueRGB41,5,195

makeatletter
hypersetup
pdftitle=@title,
pdfauthor=@author,
pdfsubject=imprimirpreambulo,
pdfcreator=LaTeX with abnTeX2,
pdfkeywords=abntlatexabntexabntex2trabalho acadêmico,
colorlinks=false,
linkcolor=blue,
citecolor=blue,
filecolor=magenta,
urlcolor=blue,
bookmarksdepth=4

makeatother

setlengthparindent1.3cm
:
setlengthparskip0.2cm

makeindex

begindocument

frenchspacing

imprimircapa

pdfbookmark[0]contentsnametoc
tableofcontents*
cleardoublepage

textual

chapterINTRODUCTION
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

chapterOBJECTIVES
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

printindex

enddocument









share|improve this question
















bumped to the homepage by Community 15 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.










  • 2





    could you add the MWE?

    – Raaja
    Feb 5 at 14:52






  • 2





    Without code we have no starting point or idea about what you are doing. Normal chapters does not loot like this, so please help us help you.

    – daleif
    Feb 5 at 14:57






  • 1





    chapterINTRODUCTION Lorem ipsum dolor sit amet,... I think it would be more helpful if I attached the original template... Is there a way to do so?

    – acsn
    Feb 5 at 14:58






  • 2





    it is very helpful if you provide a minimal working example (mwe), a small complete document begining with documentclass... and ending with enddocument, which reproduce your problem. so, please edit your question and add mwe.

    – Zarko
    Feb 5 at 15:54











  • by default the number and words are in the same font, so unless you show an example it is hard to tell you what to change,

    – David Carlisle
    Feb 5 at 20:00













1












1








1








I'm completely new to LaTeX and I was asked to write my capstone project using it. My advisor gave me a starting template that worked very well except for one thing: the chapter numbers are not bold even though the chapter names are.



Example:



1 INTRODUCTION



Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.



On the summary, both chapters numbers and chapter names are in bold.



Example:



1 INTRODUCTION



2 OBJECTIVES



Is there a way to turn the chapter numbers bold?



The MWE derives from abntex2 (version v-1.7.1 by laurocesar) and has two files:



ifpe-abntex2.cls



NeedsTeXFormatLaTeX2e
ProvidesClassifpe-abntex2[2017/07/31 v1.0 Modelo do Instituto Federal de Pernambuco baseado em abnTeX2]

DeclareOption*%
PassOptionsToClassCurrentOptionabntex2%

ProcessOptionsrelax
LoadClassabntex2

renewcommandimprimircapa%
begincapa%
begincenter
vfill
MakeUppercaseThe title
vfill
imprimirdata
endcenter
endcapa


makeatletter
renewcommandfolhaderostocontent
begincenter
MakeUppercaseA
vfill
textbfMakeUppercaseThe title
vfill
endcenter

makeatother


and main.tex



documentclass[
12pt,
openright,
twoside,
a4paper,
chapter=TITLE,
section=TITLE,
subsection=TITLE,
%subsubsection=TITLE,
english,
french,
spanish,
brazil,
]ifpe-abntex2

usepackagecmap
usepackagelmodern
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagelastpage
usepackageindentfirst
usepackagecolor
usepackagegraphicx
usepackageamssymb,amsmath,amsthm,amsfonts

usepackagelipsum

usepackagefloat

usepackagelistings
renewcommandlstlistingname
renewcommandlstlistlistingnametextbfSource Codes
begingroupmakeatletter
letnewcounter@gobbleletsetcounter@gobbletwo
globaldefs@ne letc@loldepth@ne
newlistoflistingslollstlistlistingname
newlistentrylstlistinglol0
endgroup
renewcommandcftlstlistingaftersnumhfill--hfill
letoldlstlistoflistingslstlistoflistings
renewcommandlstlistoflistings%
begingroup%
letoldnumberlinenumberline%
renewcommandnumberlinelstlistingnamespaceoldnumberline%
oldlstlistoflistings%
endgroup

usepackagesubfig

lstset
inputencoding=utf8,
extendedchars=true,
basicstyle=footnotesizettfamily,
showstringspaces=false,
showspaces=false,
numbers=left,
numberstyle=footnotesize,
numbersep=5pt,
tabsize=2,
breaklines=true,
showtabs=false,
captionpos=t,
xleftmargin=parindent,
literate=ö"o1 ä"a1 ü"u1 çcc1 â^a1 á'a1 í'i1


usepackage[T1]fontenc
usepackageuarial
renewcommandfamilydefaultsfdefault

usepackage[brazilian,hyperpageref]backref
usepackage[alf,abnt-emphasize=bf,abnt-full-initials=yes,bibjustif]abntex2cite

renewcommandbackrefpagesnameCitation on page(s):~
renewcommandbackref
renewcommand*backrefalt[4]
ifcase #1 %
%No citation on text.%
or
%Citation on page #2.%
else
%#1 citations on pages #2.%
fi%
% ---


definecolorblueRGB41,5,195

makeatletter
hypersetup
pdftitle=@title,
pdfauthor=@author,
pdfsubject=imprimirpreambulo,
pdfcreator=LaTeX with abnTeX2,
pdfkeywords=abntlatexabntexabntex2trabalho acadêmico,
colorlinks=false,
linkcolor=blue,
citecolor=blue,
filecolor=magenta,
urlcolor=blue,
bookmarksdepth=4

makeatother

setlengthparindent1.3cm
:
setlengthparskip0.2cm

makeindex

begindocument

frenchspacing

imprimircapa

pdfbookmark[0]contentsnametoc
tableofcontents*
cleardoublepage

textual

chapterINTRODUCTION
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

chapterOBJECTIVES
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

printindex

enddocument









share|improve this question
















I'm completely new to LaTeX and I was asked to write my capstone project using it. My advisor gave me a starting template that worked very well except for one thing: the chapter numbers are not bold even though the chapter names are.



Example:



1 INTRODUCTION



Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.



On the summary, both chapters numbers and chapter names are in bold.



Example:



1 INTRODUCTION



2 OBJECTIVES



Is there a way to turn the chapter numbers bold?



The MWE derives from abntex2 (version v-1.7.1 by laurocesar) and has two files:



ifpe-abntex2.cls



NeedsTeXFormatLaTeX2e
ProvidesClassifpe-abntex2[2017/07/31 v1.0 Modelo do Instituto Federal de Pernambuco baseado em abnTeX2]

DeclareOption*%
PassOptionsToClassCurrentOptionabntex2%

ProcessOptionsrelax
LoadClassabntex2

renewcommandimprimircapa%
begincapa%
begincenter
vfill
MakeUppercaseThe title
vfill
imprimirdata
endcenter
endcapa


makeatletter
renewcommandfolhaderostocontent
begincenter
MakeUppercaseA
vfill
textbfMakeUppercaseThe title
vfill
endcenter

makeatother


and main.tex



documentclass[
12pt,
openright,
twoside,
a4paper,
chapter=TITLE,
section=TITLE,
subsection=TITLE,
%subsubsection=TITLE,
english,
french,
spanish,
brazil,
]ifpe-abntex2

usepackagecmap
usepackagelmodern
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagelastpage
usepackageindentfirst
usepackagecolor
usepackagegraphicx
usepackageamssymb,amsmath,amsthm,amsfonts

usepackagelipsum

usepackagefloat

usepackagelistings
renewcommandlstlistingname
renewcommandlstlistlistingnametextbfSource Codes
begingroupmakeatletter
letnewcounter@gobbleletsetcounter@gobbletwo
globaldefs@ne letc@loldepth@ne
newlistoflistingslollstlistlistingname
newlistentrylstlistinglol0
endgroup
renewcommandcftlstlistingaftersnumhfill--hfill
letoldlstlistoflistingslstlistoflistings
renewcommandlstlistoflistings%
begingroup%
letoldnumberlinenumberline%
renewcommandnumberlinelstlistingnamespaceoldnumberline%
oldlstlistoflistings%
endgroup

usepackagesubfig

lstset
inputencoding=utf8,
extendedchars=true,
basicstyle=footnotesizettfamily,
showstringspaces=false,
showspaces=false,
numbers=left,
numberstyle=footnotesize,
numbersep=5pt,
tabsize=2,
breaklines=true,
showtabs=false,
captionpos=t,
xleftmargin=parindent,
literate=ö"o1 ä"a1 ü"u1 çcc1 â^a1 á'a1 í'i1


usepackage[T1]fontenc
usepackageuarial
renewcommandfamilydefaultsfdefault

usepackage[brazilian,hyperpageref]backref
usepackage[alf,abnt-emphasize=bf,abnt-full-initials=yes,bibjustif]abntex2cite

renewcommandbackrefpagesnameCitation on page(s):~
renewcommandbackref
renewcommand*backrefalt[4]
ifcase #1 %
%No citation on text.%
or
%Citation on page #2.%
else
%#1 citations on pages #2.%
fi%
% ---


definecolorblueRGB41,5,195

makeatletter
hypersetup
pdftitle=@title,
pdfauthor=@author,
pdfsubject=imprimirpreambulo,
pdfcreator=LaTeX with abnTeX2,
pdfkeywords=abntlatexabntexabntex2trabalho acadêmico,
colorlinks=false,
linkcolor=blue,
citecolor=blue,
filecolor=magenta,
urlcolor=blue,
bookmarksdepth=4

makeatother

setlengthparindent1.3cm
:
setlengthparskip0.2cm

makeindex

begindocument

frenchspacing

imprimircapa

pdfbookmark[0]contentsnametoc
tableofcontents*
cleardoublepage

textual

chapterINTRODUCTION
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

chapterOBJECTIVES
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

printindex

enddocument






sectioning formatting numbering chapters bold






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 5 at 23:11







acsn

















asked Feb 5 at 14:49









acsnacsn

62




62





bumped to the homepage by Community 15 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 15 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.









  • 2





    could you add the MWE?

    – Raaja
    Feb 5 at 14:52






  • 2





    Without code we have no starting point or idea about what you are doing. Normal chapters does not loot like this, so please help us help you.

    – daleif
    Feb 5 at 14:57






  • 1





    chapterINTRODUCTION Lorem ipsum dolor sit amet,... I think it would be more helpful if I attached the original template... Is there a way to do so?

    – acsn
    Feb 5 at 14:58






  • 2





    it is very helpful if you provide a minimal working example (mwe), a small complete document begining with documentclass... and ending with enddocument, which reproduce your problem. so, please edit your question and add mwe.

    – Zarko
    Feb 5 at 15:54











  • by default the number and words are in the same font, so unless you show an example it is hard to tell you what to change,

    – David Carlisle
    Feb 5 at 20:00












  • 2





    could you add the MWE?

    – Raaja
    Feb 5 at 14:52






  • 2





    Without code we have no starting point or idea about what you are doing. Normal chapters does not loot like this, so please help us help you.

    – daleif
    Feb 5 at 14:57






  • 1





    chapterINTRODUCTION Lorem ipsum dolor sit amet,... I think it would be more helpful if I attached the original template... Is there a way to do so?

    – acsn
    Feb 5 at 14:58






  • 2





    it is very helpful if you provide a minimal working example (mwe), a small complete document begining with documentclass... and ending with enddocument, which reproduce your problem. so, please edit your question and add mwe.

    – Zarko
    Feb 5 at 15:54











  • by default the number and words are in the same font, so unless you show an example it is hard to tell you what to change,

    – David Carlisle
    Feb 5 at 20:00







2




2





could you add the MWE?

– Raaja
Feb 5 at 14:52





could you add the MWE?

– Raaja
Feb 5 at 14:52




2




2





Without code we have no starting point or idea about what you are doing. Normal chapters does not loot like this, so please help us help you.

– daleif
Feb 5 at 14:57





Without code we have no starting point or idea about what you are doing. Normal chapters does not loot like this, so please help us help you.

– daleif
Feb 5 at 14:57




1




1





chapterINTRODUCTION Lorem ipsum dolor sit amet,... I think it would be more helpful if I attached the original template... Is there a way to do so?

– acsn
Feb 5 at 14:58





chapterINTRODUCTION Lorem ipsum dolor sit amet,... I think it would be more helpful if I attached the original template... Is there a way to do so?

– acsn
Feb 5 at 14:58




2




2





it is very helpful if you provide a minimal working example (mwe), a small complete document begining with documentclass... and ending with enddocument, which reproduce your problem. so, please edit your question and add mwe.

– Zarko
Feb 5 at 15:54





it is very helpful if you provide a minimal working example (mwe), a small complete document begining with documentclass... and ending with enddocument, which reproduce your problem. so, please edit your question and add mwe.

– Zarko
Feb 5 at 15:54













by default the number and words are in the same font, so unless you show an example it is hard to tell you what to change,

– David Carlisle
Feb 5 at 20:00





by default the number and words are in the same font, so unless you show an example it is hard to tell you what to change,

– David Carlisle
Feb 5 at 20:00










1 Answer
1






active

oldest

votes


















0














Just replace



usepackageuarial


With



usepackagetgtermes,tgheros


Works.






share|improve this answer






















    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%2f473489%2fbold-chapter-numbers%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









    0














    Just replace



    usepackageuarial


    With



    usepackagetgtermes,tgheros


    Works.






    share|improve this answer



























      0














      Just replace



      usepackageuarial


      With



      usepackagetgtermes,tgheros


      Works.






      share|improve this answer

























        0












        0








        0







        Just replace



        usepackageuarial


        With



        usepackagetgtermes,tgheros


        Works.






        share|improve this answer













        Just replace



        usepackageuarial


        With



        usepackagetgtermes,tgheros


        Works.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 7 at 21:49









        JosephJoseph

        2,7892133




        2,7892133



























            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%2f473489%2fbold-chapter-numbers%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?