Bold chapter numbersBold Chapter NameProper way to section a textAutomatic bold for every first character of...
What will happen if my luggage gets delayed?
Why do we say 'Pairwise Disjoint', rather than 'Disjoint'?
Logistic regression BIC: what's the right N?
Doublet with ladder line vs coax w.r.t. noise
Having the player face themselves after the mid-game
Why aren't there more Gauls like Obelix?
Does an unused member variable take up memory?
How do spaceships determine each other's mass in space?
Was it really inappropriate to write a pull request for the company I interviewed with?
Can the Witch Sight warlock invocation see through the Mirror Image spell?
How to increase the accuracy of a plot
Do Paladin Auras of Differing Oaths Stack?
Are these two graphs isomorphic? Why/Why not?
Help! My Character is too much for her story!
Why restrict private health insurance?
What would be the most expensive material to an intergalactic society?
How exactly does an Ethernet collision happen in the cable, since nodes use different circuits for Tx and Rx?
-1 to the power of a irrational number
Is this a submanifold?
What does *dead* mean in *What do you mean, dead?*?
Is it possible to clone a polymorphic object without manually adding overridden clone method into each derived class in C++?
A running toilet that stops itself
Is it a Cyclops number? "Nobody" knows!
Is there a logarithm base for which the logarithm becomes an identity function?
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
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
NeedsTeXFormat{LaTeX2e}
ProvidesClass{ifpe-abntex2}[2017/07/31 v1.0 Modelo do Instituto Federal de Pernambuco baseado em abnTeX2]
DeclareOption*{%
PassOptionsToClass{CurrentOption}{abntex2}%
}
ProcessOptionsrelax
LoadClass{abntex2}
renewcommand{imprimircapa}{%
begin{capa}%
begin{center}
vfill
{MakeUppercase{The title}}
vfill
imprimirdata
end{center}
end{capa}
}
makeatletter
renewcommand{folhaderostocontent}{
begin{center}
{MakeUppercase{A}}
vfill
textbf{MakeUppercase{The title}}
vfill
end{center}
}
makeatother
and main.tex
documentclass[
12pt,
openright,
twoside,
a4paper,
chapter=TITLE,
section=TITLE,
subsection=TITLE,
%subsubsection=TITLE,
english,
french,
spanish,
brazil,
]{ifpe-abntex2}
usepackage{cmap}
usepackage{lmodern}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage{lastpage}
usepackage{indentfirst}
usepackage{color}
usepackage{graphicx}
usepackage{amssymb,amsmath,amsthm,amsfonts}
usepackage{lipsum}
usepackage{float}
usepackage{listings}
renewcommand{lstlistingname}{}
renewcommand{lstlistlistingname}{textbf{Source Codes}}
begingroupmakeatletter
letnewcounter@gobbleletsetcounter@gobbletwo
globaldefs@ne letc@loldepth@ne
newlistof{listings}{lol}{lstlistlistingname}
newlistentry{lstlisting}{lol}{0}
endgroup
renewcommand{cftlstlistingaftersnum}{hfill--hfill}
letoldlstlistoflistingslstlistoflistings
renewcommand{lstlistoflistings}{%
begingroup%
letoldnumberlinenumberline%
renewcommand{numberline}{lstlistingnamespaceoldnumberline}%
oldlstlistoflistings%
endgroup}
usepackage{subfig}
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={ö}{{"o}}1 {ä}{{"a}}1 {ü}{{"u}}1 {ç}{{c{c}}}1 {â}{{^a}}1 {á}{{'a}}1 {í}{{'i}}1
}
usepackage[T1]{fontenc}
usepackage{uarial}
renewcommand{familydefault}{sfdefault}
usepackage[brazilian,hyperpageref]{backref}
usepackage[alf,abnt-emphasize=bf,abnt-full-initials=yes,bibjustif]{abntex2cite}
renewcommand{backrefpagesname}{Citation on page(s):~}
renewcommand{backref}{}
renewcommand*{backrefalt}[4]{
ifcase #1 %
%No citation on text.%
or
%Citation on page #2.%
else
%#1 citations on pages #2.%
fi}%
% ---
definecolor{blue}{RGB}{41,5,195}
makeatletter
hypersetup{
pdftitle={@title},
pdfauthor={@author},
pdfsubject={imprimirpreambulo},
pdfcreator={LaTeX with abnTeX2},
pdfkeywords={abnt}{latex}{abntex}{abntex2}{trabalho acadêmico},
colorlinks=false,
linkcolor=blue,
citecolor=blue,
filecolor=magenta,
urlcolor=blue,
bookmarksdepth=4
}
makeatother
setlength{parindent}{1.3cm}
:
setlength{parskip}{0.2cm}
makeindex
begin{document}
frenchspacing
imprimircapa
pdfbookmark[0]{contentsname}{toc}
tableofcontents*
cleardoublepage
textual
chapter{INTRODUCTION}
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.
chapter{OBJECTIVES}
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
end{document}
sectioning formatting numbering chapters bold
bumped to the homepage by Community♦ 14 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
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
NeedsTeXFormat{LaTeX2e}
ProvidesClass{ifpe-abntex2}[2017/07/31 v1.0 Modelo do Instituto Federal de Pernambuco baseado em abnTeX2]
DeclareOption*{%
PassOptionsToClass{CurrentOption}{abntex2}%
}
ProcessOptionsrelax
LoadClass{abntex2}
renewcommand{imprimircapa}{%
begin{capa}%
begin{center}
vfill
{MakeUppercase{The title}}
vfill
imprimirdata
end{center}
end{capa}
}
makeatletter
renewcommand{folhaderostocontent}{
begin{center}
{MakeUppercase{A}}
vfill
textbf{MakeUppercase{The title}}
vfill
end{center}
}
makeatother
and main.tex
documentclass[
12pt,
openright,
twoside,
a4paper,
chapter=TITLE,
section=TITLE,
subsection=TITLE,
%subsubsection=TITLE,
english,
french,
spanish,
brazil,
]{ifpe-abntex2}
usepackage{cmap}
usepackage{lmodern}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage{lastpage}
usepackage{indentfirst}
usepackage{color}
usepackage{graphicx}
usepackage{amssymb,amsmath,amsthm,amsfonts}
usepackage{lipsum}
usepackage{float}
usepackage{listings}
renewcommand{lstlistingname}{}
renewcommand{lstlistlistingname}{textbf{Source Codes}}
begingroupmakeatletter
letnewcounter@gobbleletsetcounter@gobbletwo
globaldefs@ne letc@loldepth@ne
newlistof{listings}{lol}{lstlistlistingname}
newlistentry{lstlisting}{lol}{0}
endgroup
renewcommand{cftlstlistingaftersnum}{hfill--hfill}
letoldlstlistoflistingslstlistoflistings
renewcommand{lstlistoflistings}{%
begingroup%
letoldnumberlinenumberline%
renewcommand{numberline}{lstlistingnamespaceoldnumberline}%
oldlstlistoflistings%
endgroup}
usepackage{subfig}
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={ö}{{"o}}1 {ä}{{"a}}1 {ü}{{"u}}1 {ç}{{c{c}}}1 {â}{{^a}}1 {á}{{'a}}1 {í}{{'i}}1
}
usepackage[T1]{fontenc}
usepackage{uarial}
renewcommand{familydefault}{sfdefault}
usepackage[brazilian,hyperpageref]{backref}
usepackage[alf,abnt-emphasize=bf,abnt-full-initials=yes,bibjustif]{abntex2cite}
renewcommand{backrefpagesname}{Citation on page(s):~}
renewcommand{backref}{}
renewcommand*{backrefalt}[4]{
ifcase #1 %
%No citation on text.%
or
%Citation on page #2.%
else
%#1 citations on pages #2.%
fi}%
% ---
definecolor{blue}{RGB}{41,5,195}
makeatletter
hypersetup{
pdftitle={@title},
pdfauthor={@author},
pdfsubject={imprimirpreambulo},
pdfcreator={LaTeX with abnTeX2},
pdfkeywords={abnt}{latex}{abntex}{abntex2}{trabalho acadêmico},
colorlinks=false,
linkcolor=blue,
citecolor=blue,
filecolor=magenta,
urlcolor=blue,
bookmarksdepth=4
}
makeatother
setlength{parindent}{1.3cm}
:
setlength{parskip}{0.2cm}
makeindex
begin{document}
frenchspacing
imprimircapa
pdfbookmark[0]{contentsname}{toc}
tableofcontents*
cleardoublepage
textual
chapter{INTRODUCTION}
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.
chapter{OBJECTIVES}
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
end{document}
sectioning formatting numbering chapters bold
bumped to the homepage by Community♦ 14 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 theMWE?
– 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
chapter{INTRODUCTION} 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 withdocumentclass{...}and ending withend{document}, 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
add a comment |
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
NeedsTeXFormat{LaTeX2e}
ProvidesClass{ifpe-abntex2}[2017/07/31 v1.0 Modelo do Instituto Federal de Pernambuco baseado em abnTeX2]
DeclareOption*{%
PassOptionsToClass{CurrentOption}{abntex2}%
}
ProcessOptionsrelax
LoadClass{abntex2}
renewcommand{imprimircapa}{%
begin{capa}%
begin{center}
vfill
{MakeUppercase{The title}}
vfill
imprimirdata
end{center}
end{capa}
}
makeatletter
renewcommand{folhaderostocontent}{
begin{center}
{MakeUppercase{A}}
vfill
textbf{MakeUppercase{The title}}
vfill
end{center}
}
makeatother
and main.tex
documentclass[
12pt,
openright,
twoside,
a4paper,
chapter=TITLE,
section=TITLE,
subsection=TITLE,
%subsubsection=TITLE,
english,
french,
spanish,
brazil,
]{ifpe-abntex2}
usepackage{cmap}
usepackage{lmodern}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage{lastpage}
usepackage{indentfirst}
usepackage{color}
usepackage{graphicx}
usepackage{amssymb,amsmath,amsthm,amsfonts}
usepackage{lipsum}
usepackage{float}
usepackage{listings}
renewcommand{lstlistingname}{}
renewcommand{lstlistlistingname}{textbf{Source Codes}}
begingroupmakeatletter
letnewcounter@gobbleletsetcounter@gobbletwo
globaldefs@ne letc@loldepth@ne
newlistof{listings}{lol}{lstlistlistingname}
newlistentry{lstlisting}{lol}{0}
endgroup
renewcommand{cftlstlistingaftersnum}{hfill--hfill}
letoldlstlistoflistingslstlistoflistings
renewcommand{lstlistoflistings}{%
begingroup%
letoldnumberlinenumberline%
renewcommand{numberline}{lstlistingnamespaceoldnumberline}%
oldlstlistoflistings%
endgroup}
usepackage{subfig}
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={ö}{{"o}}1 {ä}{{"a}}1 {ü}{{"u}}1 {ç}{{c{c}}}1 {â}{{^a}}1 {á}{{'a}}1 {í}{{'i}}1
}
usepackage[T1]{fontenc}
usepackage{uarial}
renewcommand{familydefault}{sfdefault}
usepackage[brazilian,hyperpageref]{backref}
usepackage[alf,abnt-emphasize=bf,abnt-full-initials=yes,bibjustif]{abntex2cite}
renewcommand{backrefpagesname}{Citation on page(s):~}
renewcommand{backref}{}
renewcommand*{backrefalt}[4]{
ifcase #1 %
%No citation on text.%
or
%Citation on page #2.%
else
%#1 citations on pages #2.%
fi}%
% ---
definecolor{blue}{RGB}{41,5,195}
makeatletter
hypersetup{
pdftitle={@title},
pdfauthor={@author},
pdfsubject={imprimirpreambulo},
pdfcreator={LaTeX with abnTeX2},
pdfkeywords={abnt}{latex}{abntex}{abntex2}{trabalho acadêmico},
colorlinks=false,
linkcolor=blue,
citecolor=blue,
filecolor=magenta,
urlcolor=blue,
bookmarksdepth=4
}
makeatother
setlength{parindent}{1.3cm}
:
setlength{parskip}{0.2cm}
makeindex
begin{document}
frenchspacing
imprimircapa
pdfbookmark[0]{contentsname}{toc}
tableofcontents*
cleardoublepage
textual
chapter{INTRODUCTION}
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.
chapter{OBJECTIVES}
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
end{document}
sectioning formatting numbering chapters bold
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
NeedsTeXFormat{LaTeX2e}
ProvidesClass{ifpe-abntex2}[2017/07/31 v1.0 Modelo do Instituto Federal de Pernambuco baseado em abnTeX2]
DeclareOption*{%
PassOptionsToClass{CurrentOption}{abntex2}%
}
ProcessOptionsrelax
LoadClass{abntex2}
renewcommand{imprimircapa}{%
begin{capa}%
begin{center}
vfill
{MakeUppercase{The title}}
vfill
imprimirdata
end{center}
end{capa}
}
makeatletter
renewcommand{folhaderostocontent}{
begin{center}
{MakeUppercase{A}}
vfill
textbf{MakeUppercase{The title}}
vfill
end{center}
}
makeatother
and main.tex
documentclass[
12pt,
openright,
twoside,
a4paper,
chapter=TITLE,
section=TITLE,
subsection=TITLE,
%subsubsection=TITLE,
english,
french,
spanish,
brazil,
]{ifpe-abntex2}
usepackage{cmap}
usepackage{lmodern}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage{lastpage}
usepackage{indentfirst}
usepackage{color}
usepackage{graphicx}
usepackage{amssymb,amsmath,amsthm,amsfonts}
usepackage{lipsum}
usepackage{float}
usepackage{listings}
renewcommand{lstlistingname}{}
renewcommand{lstlistlistingname}{textbf{Source Codes}}
begingroupmakeatletter
letnewcounter@gobbleletsetcounter@gobbletwo
globaldefs@ne letc@loldepth@ne
newlistof{listings}{lol}{lstlistlistingname}
newlistentry{lstlisting}{lol}{0}
endgroup
renewcommand{cftlstlistingaftersnum}{hfill--hfill}
letoldlstlistoflistingslstlistoflistings
renewcommand{lstlistoflistings}{%
begingroup%
letoldnumberlinenumberline%
renewcommand{numberline}{lstlistingnamespaceoldnumberline}%
oldlstlistoflistings%
endgroup}
usepackage{subfig}
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={ö}{{"o}}1 {ä}{{"a}}1 {ü}{{"u}}1 {ç}{{c{c}}}1 {â}{{^a}}1 {á}{{'a}}1 {í}{{'i}}1
}
usepackage[T1]{fontenc}
usepackage{uarial}
renewcommand{familydefault}{sfdefault}
usepackage[brazilian,hyperpageref]{backref}
usepackage[alf,abnt-emphasize=bf,abnt-full-initials=yes,bibjustif]{abntex2cite}
renewcommand{backrefpagesname}{Citation on page(s):~}
renewcommand{backref}{}
renewcommand*{backrefalt}[4]{
ifcase #1 %
%No citation on text.%
or
%Citation on page #2.%
else
%#1 citations on pages #2.%
fi}%
% ---
definecolor{blue}{RGB}{41,5,195}
makeatletter
hypersetup{
pdftitle={@title},
pdfauthor={@author},
pdfsubject={imprimirpreambulo},
pdfcreator={LaTeX with abnTeX2},
pdfkeywords={abnt}{latex}{abntex}{abntex2}{trabalho acadêmico},
colorlinks=false,
linkcolor=blue,
citecolor=blue,
filecolor=magenta,
urlcolor=blue,
bookmarksdepth=4
}
makeatother
setlength{parindent}{1.3cm}
:
setlength{parskip}{0.2cm}
makeindex
begin{document}
frenchspacing
imprimircapa
pdfbookmark[0]{contentsname}{toc}
tableofcontents*
cleardoublepage
textual
chapter{INTRODUCTION}
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.
chapter{OBJECTIVES}
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
end{document}
sectioning formatting numbering chapters bold
sectioning formatting numbering chapters bold
edited Feb 5 at 23:11
acsn
asked Feb 5 at 14:49
acsnacsn
62
62
bumped to the homepage by Community♦ 14 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♦ 14 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 theMWE?
– 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
chapter{INTRODUCTION} 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 withdocumentclass{...}and ending withend{document}, 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
add a comment |
2
could you add theMWE?
– 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
chapter{INTRODUCTION} 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 withdocumentclass{...}and ending withend{document}, 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
chapter{INTRODUCTION} 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
chapter{INTRODUCTION} 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 end{document}, 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 end{document}, 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
add a comment |
1 Answer
1
active
oldest
votes
Just replace
usepackage{uarial}
With
usepackage{tgtermes,tgheros}
Works.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Just replace
usepackage{uarial}
With
usepackage{tgtermes,tgheros}
Works.
add a comment |
Just replace
usepackage{uarial}
With
usepackage{tgtermes,tgheros}
Works.
add a comment |
Just replace
usepackage{uarial}
With
usepackage{tgtermes,tgheros}
Works.
Just replace
usepackage{uarial}
With
usepackage{tgtermes,tgheros}
Works.
answered Feb 7 at 21:49
JosephJoseph
2,7892133
2,7892133
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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
chapter{INTRODUCTION} 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 withend{document}, 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