overleaf errors The Next CEO of Stack OverflowOverleaf adding of .tex fileDoes listfiles work on Overleaf?Overleaf shortcuts don't work in vim modeWeird Typesetting on OverleafOverleaf back to v1avm.sty-related errors in Overleaf v. 2Overleaf ftp access?Exporting from overleafOverleaf Import .asyOverleaf v2 saving versions?

Small nick on power cord from an electric alarm clock, and copper wiring exposed but intact

Can you teleport closer to a creature you are Frightened of?

how one can write a nice vector parser, something that does pgfvecparseA=B-C; D=E x F;

From jafe to El-Guest

Is it okay to majorly distort historical facts while writing a fiction story?

Is there a way to save my career from absolute disaster?

(How) Could a medieval fantasy world survive a magic-induced "nuclear winter"?

Strange use of "whether ... than ..." in official text

What is the difference between "hamstring tendon" and "common hamstring tendon"?

Calculate the Mean mean of two numbers

Physiological effects of huge anime eyes

Is it ever safe to open a suspicious HTML file (e.g. email attachment)?

In the "Harry Potter and the Order of the Phoenix" video game, what potion is used to sabotage Umbridge's speakers?

What is the process for purifying your home if you believe it may have been previously used for pagan worship?

Won the lottery - how do I keep the money?

What flight has the highest ratio of timezone difference to flight time?

Is there an equivalent of cd - for cp or mv

Audio Conversion With ADS1243

Is Nisuin Biblical or Rabbinic?

Why do we say 'Un seul M' and not 'Une seule M' even though M is a "consonne"

Is it convenient to ask the journal's editor for two additional days to complete a review?

Help/tips for a first time writer?

Why am I getting "Static method cannot be referenced from a non static context: String String.valueOf(Object)"?

Is dried pee considered dirt?



overleaf errors



The Next CEO of Stack OverflowOverleaf adding of .tex fileDoes listfiles work on Overleaf?Overleaf shortcuts don't work in vim modeWeird Typesetting on OverleafOverleaf back to v1avm.sty-related errors in Overleaf v. 2Overleaf ftp access?Exporting from overleafOverleaf Import .asyOverleaf v2 saving versions?










0















The following is my thesis preamble:



 documentclass[12pt,english]article
usepackagesubfig
usepackagegraphicx % for graphics
usepackagesubfigmat
%usepackage[draft]graphicx % temporarily turn off graphicx
%usepackagesubfig
%setcounterlofdepth2
%usepackageparskip
usepackagecaption % Enable figure captions or figure notes
usepackagesubcaption %Further enable sub captions
usepackagebooktabs %for table
usepackageamsmath %for equations and mathematical symbols
usepackageamssymb
usepackagerotating %for table rotation
usepackagelscape
usepackagefloat % allow tables to self adjust
usepackagemorefloats
usepackage[flushleft]threeparttable
usepackagetabularx
usepackageadjustbox
usepackagehyperref % allow hyper referencing
usepackagebreakcites
usepackagecsquotes
usepackageenumerate % to get all that enumeration offers
captionsetupfont=footnotesize
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
usepackage[round]natbib % for bibliography
%bibliographystylecambridgeauthordate
usepackageapalike

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%usepackage[natbibapa]apacite % load "apacite" with option "natbibapa"
%bibliographystyleapacite % specify the bibliography style

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%plainnat % regular bibliography
usepackage[usenames, dvipsnames]color % coloring fonts
%%%%%%%%%%%%%%%%%%%%%%%
usepackage[T1]fontenc
usepackagearray
usepackagemultirow
usepackageesint
usepackage[toc,page]appendix
renewcommandciteciteyear
newtheoremtheoremTheorem
newtheoremcorollaryCorollary
newtheoremassumptionAssumption
newtheoremdefinitionDefinition
newtheorempropositionProposition
makeatletter
providecommandtabularnewline\
usepackagepsfragusepackagemultirow@ifundefineddefinecolorusepackagecolor
usepackagecolortblusepackagefloatusepackagebmusepackage[metapost]mfpic
% Tree-saver - if turn this on you lose page numbers
setlengthtextwidth8.276in
setlengthtextheight11.405in
% Allow 1 in margin on each side and nothing else
addtolengthtextwidth-2in
addtolengthtextheight-2in
setlengthoddsidemargin0pt
setlengthevensidemarginoddsidemargin
setlengthtopmargin0pt
addtolengthtopmargin-headheight
addtolengthtopmargin-headsep
newcommanddsdisplaystyle
newcommandbsboldsymbol
%pagenumberingroman
parindent=0pt
parskip=5pt
def@cite#1#2#1if@tempswa , #2fi
def@biblabel#1
defph#1phantom#1
renewcommandbaselinestretch1.0

title
author

usepackagebabel

datetoday
%usepackagecalc % To reset the counter in the document after title page

makeatother

begindocument

maketitle
beginabstract


I must use subfigure package for



beginfigure[!ht]
setlengthlineskip1ex% increase spacing
centering
subfloat[1998:1]includegraphics[width=.3textwidth]A1%
hspacefill
subfloat[1998:2]includegraphics[width=.3textwidth]A2%
hspacefill
subfloat[1999:1]includegraphics[width=.3textwidth]A3%
hspacefill
subfloat[1999:2]includegraphics[width=.3textwidth]A4%
hspacefill
subfloat[2000:1]includegraphics[width=.3textwidth]A5%
hspacefill
subfloat[2000:2]includegraphics[width=.3textwidth]A6%
hspacefill
subfloat[2001:1]includegraphics[width=.3textwidth]A7%
hspacefill
subfloat[2001:2]includegraphics[width=.3textwidth]A8
hspacefill
subfloat[2002:1][![enter image description here][1]][1]includegraphics[width=.3textwidth]A9
hspacefill
subfloat[2002:2]includegraphics[width=.3textwidth]A10
hspacefill
subfloat[2003:1]includegraphics[width=.3textwidth]A11
hspacefill
subfloat[2003:2]includegraphics[width=.3textwidth]A12
captionlabelfigure12 Dynamic crisis transmission maps from 1998-2003
endfigure


But I end up getting errors as follows:



 LaTeX Error: Command c@subfigure already defined.

Or name end... illegal, see p.192 of the manual.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...

l.113 newcountersubfigure
[figure]
Your command was ignored.
Type I <command> <return> to replace it with another command,
or <return> to continue without it.


And some more errors as attached enter image description here



HOW CAN I GET RID OF THESE ERRORS?









share






















  • You load subfig and subcaption, both are incompatible with another. Overall, the template you are using is just bad. Have a look at en.wikibooks.org/wiki/LaTeX/Scientific_Reports

    – Johannes_B
    5 mins ago















0















The following is my thesis preamble:



 documentclass[12pt,english]article
usepackagesubfig
usepackagegraphicx % for graphics
usepackagesubfigmat
%usepackage[draft]graphicx % temporarily turn off graphicx
%usepackagesubfig
%setcounterlofdepth2
%usepackageparskip
usepackagecaption % Enable figure captions or figure notes
usepackagesubcaption %Further enable sub captions
usepackagebooktabs %for table
usepackageamsmath %for equations and mathematical symbols
usepackageamssymb
usepackagerotating %for table rotation
usepackagelscape
usepackagefloat % allow tables to self adjust
usepackagemorefloats
usepackage[flushleft]threeparttable
usepackagetabularx
usepackageadjustbox
usepackagehyperref % allow hyper referencing
usepackagebreakcites
usepackagecsquotes
usepackageenumerate % to get all that enumeration offers
captionsetupfont=footnotesize
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
usepackage[round]natbib % for bibliography
%bibliographystylecambridgeauthordate
usepackageapalike

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%usepackage[natbibapa]apacite % load "apacite" with option "natbibapa"
%bibliographystyleapacite % specify the bibliography style

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%plainnat % regular bibliography
usepackage[usenames, dvipsnames]color % coloring fonts
%%%%%%%%%%%%%%%%%%%%%%%
usepackage[T1]fontenc
usepackagearray
usepackagemultirow
usepackageesint
usepackage[toc,page]appendix
renewcommandciteciteyear
newtheoremtheoremTheorem
newtheoremcorollaryCorollary
newtheoremassumptionAssumption
newtheoremdefinitionDefinition
newtheorempropositionProposition
makeatletter
providecommandtabularnewline\
usepackagepsfragusepackagemultirow@ifundefineddefinecolorusepackagecolor
usepackagecolortblusepackagefloatusepackagebmusepackage[metapost]mfpic
% Tree-saver - if turn this on you lose page numbers
setlengthtextwidth8.276in
setlengthtextheight11.405in
% Allow 1 in margin on each side and nothing else
addtolengthtextwidth-2in
addtolengthtextheight-2in
setlengthoddsidemargin0pt
setlengthevensidemarginoddsidemargin
setlengthtopmargin0pt
addtolengthtopmargin-headheight
addtolengthtopmargin-headsep
newcommanddsdisplaystyle
newcommandbsboldsymbol
%pagenumberingroman
parindent=0pt
parskip=5pt
def@cite#1#2#1if@tempswa , #2fi
def@biblabel#1
defph#1phantom#1
renewcommandbaselinestretch1.0

title
author

usepackagebabel

datetoday
%usepackagecalc % To reset the counter in the document after title page

makeatother

begindocument

maketitle
beginabstract


I must use subfigure package for



beginfigure[!ht]
setlengthlineskip1ex% increase spacing
centering
subfloat[1998:1]includegraphics[width=.3textwidth]A1%
hspacefill
subfloat[1998:2]includegraphics[width=.3textwidth]A2%
hspacefill
subfloat[1999:1]includegraphics[width=.3textwidth]A3%
hspacefill
subfloat[1999:2]includegraphics[width=.3textwidth]A4%
hspacefill
subfloat[2000:1]includegraphics[width=.3textwidth]A5%
hspacefill
subfloat[2000:2]includegraphics[width=.3textwidth]A6%
hspacefill
subfloat[2001:1]includegraphics[width=.3textwidth]A7%
hspacefill
subfloat[2001:2]includegraphics[width=.3textwidth]A8
hspacefill
subfloat[2002:1][![enter image description here][1]][1]includegraphics[width=.3textwidth]A9
hspacefill
subfloat[2002:2]includegraphics[width=.3textwidth]A10
hspacefill
subfloat[2003:1]includegraphics[width=.3textwidth]A11
hspacefill
subfloat[2003:2]includegraphics[width=.3textwidth]A12
captionlabelfigure12 Dynamic crisis transmission maps from 1998-2003
endfigure


But I end up getting errors as follows:



 LaTeX Error: Command c@subfigure already defined.

Or name end... illegal, see p.192 of the manual.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...

l.113 newcountersubfigure
[figure]
Your command was ignored.
Type I <command> <return> to replace it with another command,
or <return> to continue without it.


And some more errors as attached enter image description here



HOW CAN I GET RID OF THESE ERRORS?









share






















  • You load subfig and subcaption, both are incompatible with another. Overall, the template you are using is just bad. Have a look at en.wikibooks.org/wiki/LaTeX/Scientific_Reports

    – Johannes_B
    5 mins ago













0












0








0








The following is my thesis preamble:



 documentclass[12pt,english]article
usepackagesubfig
usepackagegraphicx % for graphics
usepackagesubfigmat
%usepackage[draft]graphicx % temporarily turn off graphicx
%usepackagesubfig
%setcounterlofdepth2
%usepackageparskip
usepackagecaption % Enable figure captions or figure notes
usepackagesubcaption %Further enable sub captions
usepackagebooktabs %for table
usepackageamsmath %for equations and mathematical symbols
usepackageamssymb
usepackagerotating %for table rotation
usepackagelscape
usepackagefloat % allow tables to self adjust
usepackagemorefloats
usepackage[flushleft]threeparttable
usepackagetabularx
usepackageadjustbox
usepackagehyperref % allow hyper referencing
usepackagebreakcites
usepackagecsquotes
usepackageenumerate % to get all that enumeration offers
captionsetupfont=footnotesize
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
usepackage[round]natbib % for bibliography
%bibliographystylecambridgeauthordate
usepackageapalike

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%usepackage[natbibapa]apacite % load "apacite" with option "natbibapa"
%bibliographystyleapacite % specify the bibliography style

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%plainnat % regular bibliography
usepackage[usenames, dvipsnames]color % coloring fonts
%%%%%%%%%%%%%%%%%%%%%%%
usepackage[T1]fontenc
usepackagearray
usepackagemultirow
usepackageesint
usepackage[toc,page]appendix
renewcommandciteciteyear
newtheoremtheoremTheorem
newtheoremcorollaryCorollary
newtheoremassumptionAssumption
newtheoremdefinitionDefinition
newtheorempropositionProposition
makeatletter
providecommandtabularnewline\
usepackagepsfragusepackagemultirow@ifundefineddefinecolorusepackagecolor
usepackagecolortblusepackagefloatusepackagebmusepackage[metapost]mfpic
% Tree-saver - if turn this on you lose page numbers
setlengthtextwidth8.276in
setlengthtextheight11.405in
% Allow 1 in margin on each side and nothing else
addtolengthtextwidth-2in
addtolengthtextheight-2in
setlengthoddsidemargin0pt
setlengthevensidemarginoddsidemargin
setlengthtopmargin0pt
addtolengthtopmargin-headheight
addtolengthtopmargin-headsep
newcommanddsdisplaystyle
newcommandbsboldsymbol
%pagenumberingroman
parindent=0pt
parskip=5pt
def@cite#1#2#1if@tempswa , #2fi
def@biblabel#1
defph#1phantom#1
renewcommandbaselinestretch1.0

title
author

usepackagebabel

datetoday
%usepackagecalc % To reset the counter in the document after title page

makeatother

begindocument

maketitle
beginabstract


I must use subfigure package for



beginfigure[!ht]
setlengthlineskip1ex% increase spacing
centering
subfloat[1998:1]includegraphics[width=.3textwidth]A1%
hspacefill
subfloat[1998:2]includegraphics[width=.3textwidth]A2%
hspacefill
subfloat[1999:1]includegraphics[width=.3textwidth]A3%
hspacefill
subfloat[1999:2]includegraphics[width=.3textwidth]A4%
hspacefill
subfloat[2000:1]includegraphics[width=.3textwidth]A5%
hspacefill
subfloat[2000:2]includegraphics[width=.3textwidth]A6%
hspacefill
subfloat[2001:1]includegraphics[width=.3textwidth]A7%
hspacefill
subfloat[2001:2]includegraphics[width=.3textwidth]A8
hspacefill
subfloat[2002:1][![enter image description here][1]][1]includegraphics[width=.3textwidth]A9
hspacefill
subfloat[2002:2]includegraphics[width=.3textwidth]A10
hspacefill
subfloat[2003:1]includegraphics[width=.3textwidth]A11
hspacefill
subfloat[2003:2]includegraphics[width=.3textwidth]A12
captionlabelfigure12 Dynamic crisis transmission maps from 1998-2003
endfigure


But I end up getting errors as follows:



 LaTeX Error: Command c@subfigure already defined.

Or name end... illegal, see p.192 of the manual.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...

l.113 newcountersubfigure
[figure]
Your command was ignored.
Type I <command> <return> to replace it with another command,
or <return> to continue without it.


And some more errors as attached enter image description here



HOW CAN I GET RID OF THESE ERRORS?









share














The following is my thesis preamble:



 documentclass[12pt,english]article
usepackagesubfig
usepackagegraphicx % for graphics
usepackagesubfigmat
%usepackage[draft]graphicx % temporarily turn off graphicx
%usepackagesubfig
%setcounterlofdepth2
%usepackageparskip
usepackagecaption % Enable figure captions or figure notes
usepackagesubcaption %Further enable sub captions
usepackagebooktabs %for table
usepackageamsmath %for equations and mathematical symbols
usepackageamssymb
usepackagerotating %for table rotation
usepackagelscape
usepackagefloat % allow tables to self adjust
usepackagemorefloats
usepackage[flushleft]threeparttable
usepackagetabularx
usepackageadjustbox
usepackagehyperref % allow hyper referencing
usepackagebreakcites
usepackagecsquotes
usepackageenumerate % to get all that enumeration offers
captionsetupfont=footnotesize
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
usepackage[round]natbib % for bibliography
%bibliographystylecambridgeauthordate
usepackageapalike

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%usepackage[natbibapa]apacite % load "apacite" with option "natbibapa"
%bibliographystyleapacite % specify the bibliography style

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%plainnat % regular bibliography
usepackage[usenames, dvipsnames]color % coloring fonts
%%%%%%%%%%%%%%%%%%%%%%%
usepackage[T1]fontenc
usepackagearray
usepackagemultirow
usepackageesint
usepackage[toc,page]appendix
renewcommandciteciteyear
newtheoremtheoremTheorem
newtheoremcorollaryCorollary
newtheoremassumptionAssumption
newtheoremdefinitionDefinition
newtheorempropositionProposition
makeatletter
providecommandtabularnewline\
usepackagepsfragusepackagemultirow@ifundefineddefinecolorusepackagecolor
usepackagecolortblusepackagefloatusepackagebmusepackage[metapost]mfpic
% Tree-saver - if turn this on you lose page numbers
setlengthtextwidth8.276in
setlengthtextheight11.405in
% Allow 1 in margin on each side and nothing else
addtolengthtextwidth-2in
addtolengthtextheight-2in
setlengthoddsidemargin0pt
setlengthevensidemarginoddsidemargin
setlengthtopmargin0pt
addtolengthtopmargin-headheight
addtolengthtopmargin-headsep
newcommanddsdisplaystyle
newcommandbsboldsymbol
%pagenumberingroman
parindent=0pt
parskip=5pt
def@cite#1#2#1if@tempswa , #2fi
def@biblabel#1
defph#1phantom#1
renewcommandbaselinestretch1.0

title
author

usepackagebabel

datetoday
%usepackagecalc % To reset the counter in the document after title page

makeatother

begindocument

maketitle
beginabstract


I must use subfigure package for



beginfigure[!ht]
setlengthlineskip1ex% increase spacing
centering
subfloat[1998:1]includegraphics[width=.3textwidth]A1%
hspacefill
subfloat[1998:2]includegraphics[width=.3textwidth]A2%
hspacefill
subfloat[1999:1]includegraphics[width=.3textwidth]A3%
hspacefill
subfloat[1999:2]includegraphics[width=.3textwidth]A4%
hspacefill
subfloat[2000:1]includegraphics[width=.3textwidth]A5%
hspacefill
subfloat[2000:2]includegraphics[width=.3textwidth]A6%
hspacefill
subfloat[2001:1]includegraphics[width=.3textwidth]A7%
hspacefill
subfloat[2001:2]includegraphics[width=.3textwidth]A8
hspacefill
subfloat[2002:1][![enter image description here][1]][1]includegraphics[width=.3textwidth]A9
hspacefill
subfloat[2002:2]includegraphics[width=.3textwidth]A10
hspacefill
subfloat[2003:1]includegraphics[width=.3textwidth]A11
hspacefill
subfloat[2003:2]includegraphics[width=.3textwidth]A12
captionlabelfigure12 Dynamic crisis transmission maps from 1998-2003
endfigure


But I end up getting errors as follows:



 LaTeX Error: Command c@subfigure already defined.

Or name end... illegal, see p.192 of the manual.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...

l.113 newcountersubfigure
[figure]
Your command was ignored.
Type I <command> <return> to replace it with another command,
or <return> to continue without it.


And some more errors as attached enter image description here



HOW CAN I GET RID OF THESE ERRORS?







subfloats subcaption overleaf





share












share










share



share










asked 7 mins ago









R.IslamR.Islam

215




215












  • You load subfig and subcaption, both are incompatible with another. Overall, the template you are using is just bad. Have a look at en.wikibooks.org/wiki/LaTeX/Scientific_Reports

    – Johannes_B
    5 mins ago

















  • You load subfig and subcaption, both are incompatible with another. Overall, the template you are using is just bad. Have a look at en.wikibooks.org/wiki/LaTeX/Scientific_Reports

    – Johannes_B
    5 mins ago
















You load subfig and subcaption, both are incompatible with another. Overall, the template you are using is just bad. Have a look at en.wikibooks.org/wiki/LaTeX/Scientific_Reports

– Johannes_B
5 mins ago





You load subfig and subcaption, both are incompatible with another. Overall, the template you are using is just bad. Have a look at en.wikibooks.org/wiki/LaTeX/Scientific_Reports

– Johannes_B
5 mins 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
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482539%2foverleaf-errors%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















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%2f482539%2foverleaf-errors%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

How should I use the fbox command correctly to avoid producing a Bad Box message?How to put a long piece of text in a box?How to specify height and width of fboxIs there an arrayrulecolor-like command to change the rule color of fbox?What is the command to highlight bad boxes in pdf?Why does fbox sometimes place the box *over* the graphic image?how to put the text in the boxHow to create command for a box where text inside the box can automatically adjust?how can I make an fbox like command with certain color, shape and width of border?how to use fbox in align modeFbox increase the spacing between the box and it content (inner margin)how to change the box height of an equationWhat is the use of the hbox in a newcommand command?

152 Atala Notae | Nexus externi | Tabula navigationis"Discovery Circumstances: Numbered Minor Planets"2000152Small-Body Database

Doxepinum Nexus interni Notae | Tabula navigationis3158DB01142WHOa682390"Structural Analysis of the Histamine H1 Receptor""Transdermal and Topical Drug Administration in the Treatment of Pain""Antidepressants as antipruritic agents: A review"