Box added after appendix name and number












3















I am writing my thesis and I face a problem with the appendices.



My code is below:



   documentclass[12pt]{book}

% package to activate greek language - the sequence languages appear below is IMPORTANT!!!
usepackage[greek,english]{babel}
usepackage{varioref}
%usepackage{hyperref}
usepackage{float}
usepackage{multirow}
% package to handle graphics
usepackage{graphicx}
graphicspath{{images/}}
% package to handle multiple figures in a minipage
usepackage{subfigure}
% package to extend math capabilities
usepackage{amsmath,amssymb,isotope}
usepackage[version=3]{mhchem}
%package to activate XeTeX font manager
usepackage{fontspec}
usepackage[titletoc]{appendix}

% DOCUMENT LAYOUT
usepackage{geometry}
geometry{a4paper, textwidth=5.5in, textheight=8.5in, headheight= 15pt, marginparsep=7pt, marginparwidth=.6in}
%geometry{a4paper}
setlengthparindent{8mm}
setlengthparskip{5mm}

% FONTS
usepackage{xunicode}
usepackage{xltxtra}
usepackage{xcolor}
defaultfontfeatures{Mapping=tex-text} % converts LaTeX specials (``quotes'' --- dashes etc.) to unicode
%setromanfont [Ligatures={Common}, BoldFont={GFS Artemisia Bold}, ItalicFont={Gentium Italic}]{Gentium}
%setmonofont[Scale=0.8]{Monaco}
setmainfont{Times New Roman} % You can set your main font here.

% ---- CUSTOM AMPERSAND
newcommand{amper}{{fontspec[Scale=.95]{Gentium Italic}selectfontitshape&}}

% package to handle line spacing
usepackage{setspace}

% HEADINGS
usepackage{sectsty}
usepackage[normalem]{ulem}
sectionfont{rmfamilymdseriesupshapeLarge}
subsectionfont{rmfamilybfseriesupshapenormalsize}
subsubsectionfont{rmfamilymdseriesupshapenormalsize}

% PDF SETUP
% ---- FILL IN HERE THE DOC TITLE AND AUTHOR
usepackage[unicode, driverfallback=dvipdfmx, bookmarks, colorlinks, breaklinks, pdftitle={Theo J. Mertzimekis - A thesis template for UoA students},pdfauthor={tmertzi}]{hyperref}
hypersetup{linkcolor=blue,citecolor=blue,filecolor=black,urlcolor=blue}

% package for fancy style headers and footers
usepackage{fancybox}


% redefine bullet symbols and section style
renewcommandthesection{arabic{section}.}
renewcommand{labelitemi}{$blacktriangleright$}
renewcommand{labelitemii}{$bullet$}

newcommand{itemcheck}{item[checkmark]}
newcommand{itembullet}{item[$bullet$]}
newcommand{itemdiamond}{item[$diamond$]}
newcommand{itemtriangleright}{item[$triangleright$]}
newcommand{itemcirc}{item[$circ$]}
newcommand{itemsquare}{item[$square$]}

% change captions especially for greek language - if the document is in ENGLISH, they should vanish
addtocaptionsenglish{%
renewcommandprefacename{Πρόλογος}%
renewcommandrefname{Αναφορές}%
renewcommandabstractname{Περίληψη}%
renewcommandbibname{Βιβλιογραφία}%
renewcommandchaptername{Κεφάλαιο}%
renewcommandappendixname{Παράρτημα}%
renewcommandcontentsname{Περιεχόμενα}%
renewcommandlistfigurename{Κατάλογος Σχημάτων}%
renewcommandlisttablename{Κατάλογος Πινάκων}%
renewcommandindexname{Ευρετήριο}%
renewcommandfigurename{Σχήμα}%
renewcommandtablename{Πίνακας}%
renewcommandpartname{Μέρος}%
renewcommandenclname{Συνημμένα}%
renewcommandccname{Κοινοποίηση}%
renewcommandheadtoname{Προς}%
renewcommandpagename{Σελίδα}%
renewcommandseename{βλέπε}%
renewcommandalsoname{βλέπε επίσης}%
renewcommandproofname{Απόδειξη}%
renewcommandglossaryname{Γλωσσάρι}%
}

usepackage{xgreek}

usepackage{csquotes}
usepackage[backref=true,backend=biber,style=authoryear]{biblatex}
addbibresource{bibliography.bib}

usepackage{fancyhdr}
pagestyle{fancy}
fancyhf{}
fancyhead[LE,RO]{leftmark}
cfoot{thepage}
renewcommand{chaptermark}[1]{markboth{MakeUppercase{#1}}{}}

usepackage{afterpage}

newcommandblankpage{%
null
thispagestyle{empty}%
%addtocounter{page}{-1}%
newpage}

%%%%%%%%% END OF PREAMBLE %%%%%%%%%%%%

begin{document}

setlanguage{greek} %% this is to activate greek hyphenation
chapter{Introduction}
chapter{Related Work}
...

begin{appendices}
chapter{Μοντέλο}
end{appendices}
end{document}


The result is:



enter image description here



Does anyone know why this box is appeared next to letter A and how can I remove it?










share|improve this question









New contributor




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
















  • 1





    Welcome to TeX.SE!

    – Kurt
    7 hours ago











  • Welcome again: Could you please edit your question? The end document is missing.

    – Sebastiano
    7 hours ago






  • 1





    Thank you both! I have updated the question

    – Sissy Themeli
    7 hours ago






  • 1





    I think the issue here is the usage of package xgreek and package appendix. Without it I do not get your box (I get an apostroph instead your box). Can you explain me what xgreek does for you? Why do you change the english words to be greek instead of using language greek as main language? Do you need english in your document or do you only use it in the bibliography?

    – Kurt
    6 hours ago


















3















I am writing my thesis and I face a problem with the appendices.



My code is below:



   documentclass[12pt]{book}

% package to activate greek language - the sequence languages appear below is IMPORTANT!!!
usepackage[greek,english]{babel}
usepackage{varioref}
%usepackage{hyperref}
usepackage{float}
usepackage{multirow}
% package to handle graphics
usepackage{graphicx}
graphicspath{{images/}}
% package to handle multiple figures in a minipage
usepackage{subfigure}
% package to extend math capabilities
usepackage{amsmath,amssymb,isotope}
usepackage[version=3]{mhchem}
%package to activate XeTeX font manager
usepackage{fontspec}
usepackage[titletoc]{appendix}

% DOCUMENT LAYOUT
usepackage{geometry}
geometry{a4paper, textwidth=5.5in, textheight=8.5in, headheight= 15pt, marginparsep=7pt, marginparwidth=.6in}
%geometry{a4paper}
setlengthparindent{8mm}
setlengthparskip{5mm}

% FONTS
usepackage{xunicode}
usepackage{xltxtra}
usepackage{xcolor}
defaultfontfeatures{Mapping=tex-text} % converts LaTeX specials (``quotes'' --- dashes etc.) to unicode
%setromanfont [Ligatures={Common}, BoldFont={GFS Artemisia Bold}, ItalicFont={Gentium Italic}]{Gentium}
%setmonofont[Scale=0.8]{Monaco}
setmainfont{Times New Roman} % You can set your main font here.

% ---- CUSTOM AMPERSAND
newcommand{amper}{{fontspec[Scale=.95]{Gentium Italic}selectfontitshape&}}

% package to handle line spacing
usepackage{setspace}

% HEADINGS
usepackage{sectsty}
usepackage[normalem]{ulem}
sectionfont{rmfamilymdseriesupshapeLarge}
subsectionfont{rmfamilybfseriesupshapenormalsize}
subsubsectionfont{rmfamilymdseriesupshapenormalsize}

% PDF SETUP
% ---- FILL IN HERE THE DOC TITLE AND AUTHOR
usepackage[unicode, driverfallback=dvipdfmx, bookmarks, colorlinks, breaklinks, pdftitle={Theo J. Mertzimekis - A thesis template for UoA students},pdfauthor={tmertzi}]{hyperref}
hypersetup{linkcolor=blue,citecolor=blue,filecolor=black,urlcolor=blue}

% package for fancy style headers and footers
usepackage{fancybox}


% redefine bullet symbols and section style
renewcommandthesection{arabic{section}.}
renewcommand{labelitemi}{$blacktriangleright$}
renewcommand{labelitemii}{$bullet$}

newcommand{itemcheck}{item[checkmark]}
newcommand{itembullet}{item[$bullet$]}
newcommand{itemdiamond}{item[$diamond$]}
newcommand{itemtriangleright}{item[$triangleright$]}
newcommand{itemcirc}{item[$circ$]}
newcommand{itemsquare}{item[$square$]}

% change captions especially for greek language - if the document is in ENGLISH, they should vanish
addtocaptionsenglish{%
renewcommandprefacename{Πρόλογος}%
renewcommandrefname{Αναφορές}%
renewcommandabstractname{Περίληψη}%
renewcommandbibname{Βιβλιογραφία}%
renewcommandchaptername{Κεφάλαιο}%
renewcommandappendixname{Παράρτημα}%
renewcommandcontentsname{Περιεχόμενα}%
renewcommandlistfigurename{Κατάλογος Σχημάτων}%
renewcommandlisttablename{Κατάλογος Πινάκων}%
renewcommandindexname{Ευρετήριο}%
renewcommandfigurename{Σχήμα}%
renewcommandtablename{Πίνακας}%
renewcommandpartname{Μέρος}%
renewcommandenclname{Συνημμένα}%
renewcommandccname{Κοινοποίηση}%
renewcommandheadtoname{Προς}%
renewcommandpagename{Σελίδα}%
renewcommandseename{βλέπε}%
renewcommandalsoname{βλέπε επίσης}%
renewcommandproofname{Απόδειξη}%
renewcommandglossaryname{Γλωσσάρι}%
}

usepackage{xgreek}

usepackage{csquotes}
usepackage[backref=true,backend=biber,style=authoryear]{biblatex}
addbibresource{bibliography.bib}

usepackage{fancyhdr}
pagestyle{fancy}
fancyhf{}
fancyhead[LE,RO]{leftmark}
cfoot{thepage}
renewcommand{chaptermark}[1]{markboth{MakeUppercase{#1}}{}}

usepackage{afterpage}

newcommandblankpage{%
null
thispagestyle{empty}%
%addtocounter{page}{-1}%
newpage}

%%%%%%%%% END OF PREAMBLE %%%%%%%%%%%%

begin{document}

setlanguage{greek} %% this is to activate greek hyphenation
chapter{Introduction}
chapter{Related Work}
...

begin{appendices}
chapter{Μοντέλο}
end{appendices}
end{document}


The result is:



enter image description here



Does anyone know why this box is appeared next to letter A and how can I remove it?










share|improve this question









New contributor




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
















  • 1





    Welcome to TeX.SE!

    – Kurt
    7 hours ago











  • Welcome again: Could you please edit your question? The end document is missing.

    – Sebastiano
    7 hours ago






  • 1





    Thank you both! I have updated the question

    – Sissy Themeli
    7 hours ago






  • 1





    I think the issue here is the usage of package xgreek and package appendix. Without it I do not get your box (I get an apostroph instead your box). Can you explain me what xgreek does for you? Why do you change the english words to be greek instead of using language greek as main language? Do you need english in your document or do you only use it in the bibliography?

    – Kurt
    6 hours ago
















3












3








3








I am writing my thesis and I face a problem with the appendices.



My code is below:



   documentclass[12pt]{book}

% package to activate greek language - the sequence languages appear below is IMPORTANT!!!
usepackage[greek,english]{babel}
usepackage{varioref}
%usepackage{hyperref}
usepackage{float}
usepackage{multirow}
% package to handle graphics
usepackage{graphicx}
graphicspath{{images/}}
% package to handle multiple figures in a minipage
usepackage{subfigure}
% package to extend math capabilities
usepackage{amsmath,amssymb,isotope}
usepackage[version=3]{mhchem}
%package to activate XeTeX font manager
usepackage{fontspec}
usepackage[titletoc]{appendix}

% DOCUMENT LAYOUT
usepackage{geometry}
geometry{a4paper, textwidth=5.5in, textheight=8.5in, headheight= 15pt, marginparsep=7pt, marginparwidth=.6in}
%geometry{a4paper}
setlengthparindent{8mm}
setlengthparskip{5mm}

% FONTS
usepackage{xunicode}
usepackage{xltxtra}
usepackage{xcolor}
defaultfontfeatures{Mapping=tex-text} % converts LaTeX specials (``quotes'' --- dashes etc.) to unicode
%setromanfont [Ligatures={Common}, BoldFont={GFS Artemisia Bold}, ItalicFont={Gentium Italic}]{Gentium}
%setmonofont[Scale=0.8]{Monaco}
setmainfont{Times New Roman} % You can set your main font here.

% ---- CUSTOM AMPERSAND
newcommand{amper}{{fontspec[Scale=.95]{Gentium Italic}selectfontitshape&}}

% package to handle line spacing
usepackage{setspace}

% HEADINGS
usepackage{sectsty}
usepackage[normalem]{ulem}
sectionfont{rmfamilymdseriesupshapeLarge}
subsectionfont{rmfamilybfseriesupshapenormalsize}
subsubsectionfont{rmfamilymdseriesupshapenormalsize}

% PDF SETUP
% ---- FILL IN HERE THE DOC TITLE AND AUTHOR
usepackage[unicode, driverfallback=dvipdfmx, bookmarks, colorlinks, breaklinks, pdftitle={Theo J. Mertzimekis - A thesis template for UoA students},pdfauthor={tmertzi}]{hyperref}
hypersetup{linkcolor=blue,citecolor=blue,filecolor=black,urlcolor=blue}

% package for fancy style headers and footers
usepackage{fancybox}


% redefine bullet symbols and section style
renewcommandthesection{arabic{section}.}
renewcommand{labelitemi}{$blacktriangleright$}
renewcommand{labelitemii}{$bullet$}

newcommand{itemcheck}{item[checkmark]}
newcommand{itembullet}{item[$bullet$]}
newcommand{itemdiamond}{item[$diamond$]}
newcommand{itemtriangleright}{item[$triangleright$]}
newcommand{itemcirc}{item[$circ$]}
newcommand{itemsquare}{item[$square$]}

% change captions especially for greek language - if the document is in ENGLISH, they should vanish
addtocaptionsenglish{%
renewcommandprefacename{Πρόλογος}%
renewcommandrefname{Αναφορές}%
renewcommandabstractname{Περίληψη}%
renewcommandbibname{Βιβλιογραφία}%
renewcommandchaptername{Κεφάλαιο}%
renewcommandappendixname{Παράρτημα}%
renewcommandcontentsname{Περιεχόμενα}%
renewcommandlistfigurename{Κατάλογος Σχημάτων}%
renewcommandlisttablename{Κατάλογος Πινάκων}%
renewcommandindexname{Ευρετήριο}%
renewcommandfigurename{Σχήμα}%
renewcommandtablename{Πίνακας}%
renewcommandpartname{Μέρος}%
renewcommandenclname{Συνημμένα}%
renewcommandccname{Κοινοποίηση}%
renewcommandheadtoname{Προς}%
renewcommandpagename{Σελίδα}%
renewcommandseename{βλέπε}%
renewcommandalsoname{βλέπε επίσης}%
renewcommandproofname{Απόδειξη}%
renewcommandglossaryname{Γλωσσάρι}%
}

usepackage{xgreek}

usepackage{csquotes}
usepackage[backref=true,backend=biber,style=authoryear]{biblatex}
addbibresource{bibliography.bib}

usepackage{fancyhdr}
pagestyle{fancy}
fancyhf{}
fancyhead[LE,RO]{leftmark}
cfoot{thepage}
renewcommand{chaptermark}[1]{markboth{MakeUppercase{#1}}{}}

usepackage{afterpage}

newcommandblankpage{%
null
thispagestyle{empty}%
%addtocounter{page}{-1}%
newpage}

%%%%%%%%% END OF PREAMBLE %%%%%%%%%%%%

begin{document}

setlanguage{greek} %% this is to activate greek hyphenation
chapter{Introduction}
chapter{Related Work}
...

begin{appendices}
chapter{Μοντέλο}
end{appendices}
end{document}


The result is:



enter image description here



Does anyone know why this box is appeared next to letter A and how can I remove it?










share|improve this question









New contributor




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












I am writing my thesis and I face a problem with the appendices.



My code is below:



   documentclass[12pt]{book}

% package to activate greek language - the sequence languages appear below is IMPORTANT!!!
usepackage[greek,english]{babel}
usepackage{varioref}
%usepackage{hyperref}
usepackage{float}
usepackage{multirow}
% package to handle graphics
usepackage{graphicx}
graphicspath{{images/}}
% package to handle multiple figures in a minipage
usepackage{subfigure}
% package to extend math capabilities
usepackage{amsmath,amssymb,isotope}
usepackage[version=3]{mhchem}
%package to activate XeTeX font manager
usepackage{fontspec}
usepackage[titletoc]{appendix}

% DOCUMENT LAYOUT
usepackage{geometry}
geometry{a4paper, textwidth=5.5in, textheight=8.5in, headheight= 15pt, marginparsep=7pt, marginparwidth=.6in}
%geometry{a4paper}
setlengthparindent{8mm}
setlengthparskip{5mm}

% FONTS
usepackage{xunicode}
usepackage{xltxtra}
usepackage{xcolor}
defaultfontfeatures{Mapping=tex-text} % converts LaTeX specials (``quotes'' --- dashes etc.) to unicode
%setromanfont [Ligatures={Common}, BoldFont={GFS Artemisia Bold}, ItalicFont={Gentium Italic}]{Gentium}
%setmonofont[Scale=0.8]{Monaco}
setmainfont{Times New Roman} % You can set your main font here.

% ---- CUSTOM AMPERSAND
newcommand{amper}{{fontspec[Scale=.95]{Gentium Italic}selectfontitshape&}}

% package to handle line spacing
usepackage{setspace}

% HEADINGS
usepackage{sectsty}
usepackage[normalem]{ulem}
sectionfont{rmfamilymdseriesupshapeLarge}
subsectionfont{rmfamilybfseriesupshapenormalsize}
subsubsectionfont{rmfamilymdseriesupshapenormalsize}

% PDF SETUP
% ---- FILL IN HERE THE DOC TITLE AND AUTHOR
usepackage[unicode, driverfallback=dvipdfmx, bookmarks, colorlinks, breaklinks, pdftitle={Theo J. Mertzimekis - A thesis template for UoA students},pdfauthor={tmertzi}]{hyperref}
hypersetup{linkcolor=blue,citecolor=blue,filecolor=black,urlcolor=blue}

% package for fancy style headers and footers
usepackage{fancybox}


% redefine bullet symbols and section style
renewcommandthesection{arabic{section}.}
renewcommand{labelitemi}{$blacktriangleright$}
renewcommand{labelitemii}{$bullet$}

newcommand{itemcheck}{item[checkmark]}
newcommand{itembullet}{item[$bullet$]}
newcommand{itemdiamond}{item[$diamond$]}
newcommand{itemtriangleright}{item[$triangleright$]}
newcommand{itemcirc}{item[$circ$]}
newcommand{itemsquare}{item[$square$]}

% change captions especially for greek language - if the document is in ENGLISH, they should vanish
addtocaptionsenglish{%
renewcommandprefacename{Πρόλογος}%
renewcommandrefname{Αναφορές}%
renewcommandabstractname{Περίληψη}%
renewcommandbibname{Βιβλιογραφία}%
renewcommandchaptername{Κεφάλαιο}%
renewcommandappendixname{Παράρτημα}%
renewcommandcontentsname{Περιεχόμενα}%
renewcommandlistfigurename{Κατάλογος Σχημάτων}%
renewcommandlisttablename{Κατάλογος Πινάκων}%
renewcommandindexname{Ευρετήριο}%
renewcommandfigurename{Σχήμα}%
renewcommandtablename{Πίνακας}%
renewcommandpartname{Μέρος}%
renewcommandenclname{Συνημμένα}%
renewcommandccname{Κοινοποίηση}%
renewcommandheadtoname{Προς}%
renewcommandpagename{Σελίδα}%
renewcommandseename{βλέπε}%
renewcommandalsoname{βλέπε επίσης}%
renewcommandproofname{Απόδειξη}%
renewcommandglossaryname{Γλωσσάρι}%
}

usepackage{xgreek}

usepackage{csquotes}
usepackage[backref=true,backend=biber,style=authoryear]{biblatex}
addbibresource{bibliography.bib}

usepackage{fancyhdr}
pagestyle{fancy}
fancyhf{}
fancyhead[LE,RO]{leftmark}
cfoot{thepage}
renewcommand{chaptermark}[1]{markboth{MakeUppercase{#1}}{}}

usepackage{afterpage}

newcommandblankpage{%
null
thispagestyle{empty}%
%addtocounter{page}{-1}%
newpage}

%%%%%%%%% END OF PREAMBLE %%%%%%%%%%%%

begin{document}

setlanguage{greek} %% this is to activate greek hyphenation
chapter{Introduction}
chapter{Related Work}
...

begin{appendices}
chapter{Μοντέλο}
end{appendices}
end{document}


The result is:



enter image description here



Does anyone know why this box is appeared next to letter A and how can I remove it?







appendix






share|improve this question









New contributor




Sissy Themeli 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




Sissy Themeli 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 7 hours ago







Sissy Themeli













New contributor




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









asked 7 hours ago









Sissy ThemeliSissy Themeli

162




162




New contributor




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





New contributor





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






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








  • 1





    Welcome to TeX.SE!

    – Kurt
    7 hours ago











  • Welcome again: Could you please edit your question? The end document is missing.

    – Sebastiano
    7 hours ago






  • 1





    Thank you both! I have updated the question

    – Sissy Themeli
    7 hours ago






  • 1





    I think the issue here is the usage of package xgreek and package appendix. Without it I do not get your box (I get an apostroph instead your box). Can you explain me what xgreek does for you? Why do you change the english words to be greek instead of using language greek as main language? Do you need english in your document or do you only use it in the bibliography?

    – Kurt
    6 hours ago
















  • 1





    Welcome to TeX.SE!

    – Kurt
    7 hours ago











  • Welcome again: Could you please edit your question? The end document is missing.

    – Sebastiano
    7 hours ago






  • 1





    Thank you both! I have updated the question

    – Sissy Themeli
    7 hours ago






  • 1





    I think the issue here is the usage of package xgreek and package appendix. Without it I do not get your box (I get an apostroph instead your box). Can you explain me what xgreek does for you? Why do you change the english words to be greek instead of using language greek as main language? Do you need english in your document or do you only use it in the bibliography?

    – Kurt
    6 hours ago










1




1





Welcome to TeX.SE!

– Kurt
7 hours ago





Welcome to TeX.SE!

– Kurt
7 hours ago













Welcome again: Could you please edit your question? The end document is missing.

– Sebastiano
7 hours ago





Welcome again: Could you please edit your question? The end document is missing.

– Sebastiano
7 hours ago




1




1





Thank you both! I have updated the question

– Sissy Themeli
7 hours ago





Thank you both! I have updated the question

– Sissy Themeli
7 hours ago




1




1





I think the issue here is the usage of package xgreek and package appendix. Without it I do not get your box (I get an apostroph instead your box). Can you explain me what xgreek does for you? Why do you change the english words to be greek instead of using language greek as main language? Do you need english in your document or do you only use it in the bibliography?

– Kurt
6 hours ago







I think the issue here is the usage of package xgreek and package appendix. Without it I do not get your box (I get an apostroph instead your box). Can you explain me what xgreek does for you? Why do you change the english words to be greek instead of using language greek as main language? Do you need english in your document or do you only use it in the bibliography?

– Kurt
6 hours ago












0






active

oldest

votes












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
});


}
});






Sissy Themeli is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482846%2fbox-added-after-appendix-name-and-number%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Sissy Themeli is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Sissy Themeli is a new contributor. Be nice, and check out our Code of Conduct.













Sissy Themeli is a new contributor. Be nice, and check out our Code of Conduct.












Sissy Themeli is a new contributor. Be nice, and check out our Code of Conduct.
















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%2f482846%2fbox-added-after-appendix-name-and-number%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

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

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

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