Box added after appendix name and number
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:
Does anyone know why this box is appeared next to letter A and how can I remove it?
appendix
New contributor
add a comment |
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:
Does anyone know why this box is appeared next to letter A and how can I remove it?
appendix
New contributor
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 packagexgreek
and packageappendix
. Without it I do not get your box (I get an apostroph instead your box). Can you explain me whatxgreek
does for you? Why do you change the english words to be greek instead of using languagegreek
as main language? Do you need english in your document or do you only use it in the bibliography?
– Kurt
6 hours ago
add a comment |
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:
Does anyone know why this box is appeared next to letter A and how can I remove it?
appendix
New contributor
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:
Does anyone know why this box is appeared next to letter A and how can I remove it?
appendix
appendix
New contributor
New contributor
edited 7 hours ago
Sissy Themeli
New contributor
asked 7 hours ago
Sissy ThemeliSissy Themeli
162
162
New contributor
New contributor
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 packagexgreek
and packageappendix
. Without it I do not get your box (I get an apostroph instead your box). Can you explain me whatxgreek
does for you? Why do you change the english words to be greek instead of using languagegreek
as main language? Do you need english in your document or do you only use it in the bibliography?
– Kurt
6 hours ago
add a comment |
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 packagexgreek
and packageappendix
. Without it I do not get your box (I get an apostroph instead your box). Can you explain me whatxgreek
does for you? Why do you change the english words to be greek instead of using languagegreek
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
add a comment |
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.
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%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.
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.
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%2f482846%2fbox-added-after-appendix-name-and-number%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
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 packageappendix
. Without it I do not get your box (I get an apostroph instead your box). Can you explain me whatxgreek
does for you? Why do you change the english words to be greek instead of using languagegreek
as main language? Do you need english in your document or do you only use it in the bibliography?– Kurt
6 hours ago