How to create an article summary template?











up vote
2
down vote

favorite












I would like to create a box so that the summary is inside, the detail of the box is that it has a detail in the lower right corner.



enter image description here










share|improve this question









New contributor




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




















  • Welcome to TeX.SX! Have your tried begin{abstract}....end{abstract}? If this doesn't help then please edit your question to give a minimal working example showing what you have tired because, at a minimum, it will help to know what document class you are using. A MWE should compile and be as small as possible to demonstrate your problem.
    – Andrew
    5 hours ago










  • Please have a look at section 4.8 Corners of the tcolorbox manual.
    – marmot
    5 hours ago










  • I want that detail from the bottom right corner, that cut into a box.
    – Itamar Barbosa de Lima
    5 hours ago










  • I want that detail from the bottom right corner, that cut into a box.
    – Itamar Barbosa de Lima
    5 hours ago















up vote
2
down vote

favorite












I would like to create a box so that the summary is inside, the detail of the box is that it has a detail in the lower right corner.



enter image description here










share|improve this question









New contributor




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




















  • Welcome to TeX.SX! Have your tried begin{abstract}....end{abstract}? If this doesn't help then please edit your question to give a minimal working example showing what you have tired because, at a minimum, it will help to know what document class you are using. A MWE should compile and be as small as possible to demonstrate your problem.
    – Andrew
    5 hours ago










  • Please have a look at section 4.8 Corners of the tcolorbox manual.
    – marmot
    5 hours ago










  • I want that detail from the bottom right corner, that cut into a box.
    – Itamar Barbosa de Lima
    5 hours ago










  • I want that detail from the bottom right corner, that cut into a box.
    – Itamar Barbosa de Lima
    5 hours ago













up vote
2
down vote

favorite









up vote
2
down vote

favorite











I would like to create a box so that the summary is inside, the detail of the box is that it has a detail in the lower right corner.



enter image description here










share|improve this question









New contributor




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











I would like to create a box so that the summary is inside, the detail of the box is that it has a detail in the lower right corner.



enter image description here







tikz-styles fancybox






share|improve this question









New contributor




Itamar Barbosa de Lima 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




Itamar Barbosa de Lima 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 5 hours ago









Sigur

23.4k354135




23.4k354135






New contributor




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









asked 5 hours ago









Itamar Barbosa de Lima

161




161




New contributor




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





New contributor





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






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












  • Welcome to TeX.SX! Have your tried begin{abstract}....end{abstract}? If this doesn't help then please edit your question to give a minimal working example showing what you have tired because, at a minimum, it will help to know what document class you are using. A MWE should compile and be as small as possible to demonstrate your problem.
    – Andrew
    5 hours ago










  • Please have a look at section 4.8 Corners of the tcolorbox manual.
    – marmot
    5 hours ago










  • I want that detail from the bottom right corner, that cut into a box.
    – Itamar Barbosa de Lima
    5 hours ago










  • I want that detail from the bottom right corner, that cut into a box.
    – Itamar Barbosa de Lima
    5 hours ago


















  • Welcome to TeX.SX! Have your tried begin{abstract}....end{abstract}? If this doesn't help then please edit your question to give a minimal working example showing what you have tired because, at a minimum, it will help to know what document class you are using. A MWE should compile and be as small as possible to demonstrate your problem.
    – Andrew
    5 hours ago










  • Please have a look at section 4.8 Corners of the tcolorbox manual.
    – marmot
    5 hours ago










  • I want that detail from the bottom right corner, that cut into a box.
    – Itamar Barbosa de Lima
    5 hours ago










  • I want that detail from the bottom right corner, that cut into a box.
    – Itamar Barbosa de Lima
    5 hours ago
















Welcome to TeX.SX! Have your tried begin{abstract}....end{abstract}? If this doesn't help then please edit your question to give a minimal working example showing what you have tired because, at a minimum, it will help to know what document class you are using. A MWE should compile and be as small as possible to demonstrate your problem.
– Andrew
5 hours ago




Welcome to TeX.SX! Have your tried begin{abstract}....end{abstract}? If this doesn't help then please edit your question to give a minimal working example showing what you have tired because, at a minimum, it will help to know what document class you are using. A MWE should compile and be as small as possible to demonstrate your problem.
– Andrew
5 hours ago












Please have a look at section 4.8 Corners of the tcolorbox manual.
– marmot
5 hours ago




Please have a look at section 4.8 Corners of the tcolorbox manual.
– marmot
5 hours ago












I want that detail from the bottom right corner, that cut into a box.
– Itamar Barbosa de Lima
5 hours ago




I want that detail from the bottom right corner, that cut into a box.
– Itamar Barbosa de Lima
5 hours ago












I want that detail from the bottom right corner, that cut into a box.
– Itamar Barbosa de Lima
5 hours ago




I want that detail from the bottom right corner, that cut into a box.
– Itamar Barbosa de Lima
5 hours ago










1 Answer
1






active

oldest

votes

















up vote
2
down vote













I focus here on the box, which I almost entirely stole from this nice answer.



documentclass{article}
usepackage{lipsum}
usepackage[most]{tcolorbox}

newtcolorbox{WeMissChristian}[1]{enhanced,
before skip=2mm,after skip=3mm,
boxrule=0.4pt,left=5mm,right=2mm,top=1mm,bottom=1mm,
colback=yellow!50,
colframe=yellow!20!black,
sharp corners,rounded corners=southeast,arc is angular,arc=3mm,
#1}

begin{document}
begin{WeMissChristian}
subsubsection*{Abstract}
lipsum[1]

paragraph{key words:} hibernation, black forest, ducks
end{WeMissChristian}
end{document}


enter image description here



Those of you who think an abstract needs to be typeset in a dedicated environment: please don't jump at me, I'm just a marmot. ;-)






share|improve this answer





















  • That's right!!! Thank you very much "marmot".
    – Itamar Barbosa de Lima
    4 hours ago










  • @ItamarBarbosadeLima Glad to hear! By the way in case this answer and/or the answer of your previous question work for you, could perhaps consider accepting them by clicking on the check mark on the left?
    – marmot
    4 hours ago











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


}
});






Itamar Barbosa de Lima 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%2f463064%2fhow-to-create-an-article-summary-template%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








up vote
2
down vote













I focus here on the box, which I almost entirely stole from this nice answer.



documentclass{article}
usepackage{lipsum}
usepackage[most]{tcolorbox}

newtcolorbox{WeMissChristian}[1]{enhanced,
before skip=2mm,after skip=3mm,
boxrule=0.4pt,left=5mm,right=2mm,top=1mm,bottom=1mm,
colback=yellow!50,
colframe=yellow!20!black,
sharp corners,rounded corners=southeast,arc is angular,arc=3mm,
#1}

begin{document}
begin{WeMissChristian}
subsubsection*{Abstract}
lipsum[1]

paragraph{key words:} hibernation, black forest, ducks
end{WeMissChristian}
end{document}


enter image description here



Those of you who think an abstract needs to be typeset in a dedicated environment: please don't jump at me, I'm just a marmot. ;-)






share|improve this answer





















  • That's right!!! Thank you very much "marmot".
    – Itamar Barbosa de Lima
    4 hours ago










  • @ItamarBarbosadeLima Glad to hear! By the way in case this answer and/or the answer of your previous question work for you, could perhaps consider accepting them by clicking on the check mark on the left?
    – marmot
    4 hours ago















up vote
2
down vote













I focus here on the box, which I almost entirely stole from this nice answer.



documentclass{article}
usepackage{lipsum}
usepackage[most]{tcolorbox}

newtcolorbox{WeMissChristian}[1]{enhanced,
before skip=2mm,after skip=3mm,
boxrule=0.4pt,left=5mm,right=2mm,top=1mm,bottom=1mm,
colback=yellow!50,
colframe=yellow!20!black,
sharp corners,rounded corners=southeast,arc is angular,arc=3mm,
#1}

begin{document}
begin{WeMissChristian}
subsubsection*{Abstract}
lipsum[1]

paragraph{key words:} hibernation, black forest, ducks
end{WeMissChristian}
end{document}


enter image description here



Those of you who think an abstract needs to be typeset in a dedicated environment: please don't jump at me, I'm just a marmot. ;-)






share|improve this answer





















  • That's right!!! Thank you very much "marmot".
    – Itamar Barbosa de Lima
    4 hours ago










  • @ItamarBarbosadeLima Glad to hear! By the way in case this answer and/or the answer of your previous question work for you, could perhaps consider accepting them by clicking on the check mark on the left?
    – marmot
    4 hours ago













up vote
2
down vote










up vote
2
down vote









I focus here on the box, which I almost entirely stole from this nice answer.



documentclass{article}
usepackage{lipsum}
usepackage[most]{tcolorbox}

newtcolorbox{WeMissChristian}[1]{enhanced,
before skip=2mm,after skip=3mm,
boxrule=0.4pt,left=5mm,right=2mm,top=1mm,bottom=1mm,
colback=yellow!50,
colframe=yellow!20!black,
sharp corners,rounded corners=southeast,arc is angular,arc=3mm,
#1}

begin{document}
begin{WeMissChristian}
subsubsection*{Abstract}
lipsum[1]

paragraph{key words:} hibernation, black forest, ducks
end{WeMissChristian}
end{document}


enter image description here



Those of you who think an abstract needs to be typeset in a dedicated environment: please don't jump at me, I'm just a marmot. ;-)






share|improve this answer












I focus here on the box, which I almost entirely stole from this nice answer.



documentclass{article}
usepackage{lipsum}
usepackage[most]{tcolorbox}

newtcolorbox{WeMissChristian}[1]{enhanced,
before skip=2mm,after skip=3mm,
boxrule=0.4pt,left=5mm,right=2mm,top=1mm,bottom=1mm,
colback=yellow!50,
colframe=yellow!20!black,
sharp corners,rounded corners=southeast,arc is angular,arc=3mm,
#1}

begin{document}
begin{WeMissChristian}
subsubsection*{Abstract}
lipsum[1]

paragraph{key words:} hibernation, black forest, ducks
end{WeMissChristian}
end{document}


enter image description here



Those of you who think an abstract needs to be typeset in a dedicated environment: please don't jump at me, I'm just a marmot. ;-)







share|improve this answer












share|improve this answer



share|improve this answer










answered 4 hours ago









marmot

80.4k491172




80.4k491172












  • That's right!!! Thank you very much "marmot".
    – Itamar Barbosa de Lima
    4 hours ago










  • @ItamarBarbosadeLima Glad to hear! By the way in case this answer and/or the answer of your previous question work for you, could perhaps consider accepting them by clicking on the check mark on the left?
    – marmot
    4 hours ago


















  • That's right!!! Thank you very much "marmot".
    – Itamar Barbosa de Lima
    4 hours ago










  • @ItamarBarbosadeLima Glad to hear! By the way in case this answer and/or the answer of your previous question work for you, could perhaps consider accepting them by clicking on the check mark on the left?
    – marmot
    4 hours ago
















That's right!!! Thank you very much "marmot".
– Itamar Barbosa de Lima
4 hours ago




That's right!!! Thank you very much "marmot".
– Itamar Barbosa de Lima
4 hours ago












@ItamarBarbosadeLima Glad to hear! By the way in case this answer and/or the answer of your previous question work for you, could perhaps consider accepting them by clicking on the check mark on the left?
– marmot
4 hours ago




@ItamarBarbosadeLima Glad to hear! By the way in case this answer and/or the answer of your previous question work for you, could perhaps consider accepting them by clicking on the check mark on the left?
– marmot
4 hours ago










Itamar Barbosa de Lima is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Itamar Barbosa de Lima is a new contributor. Be nice, and check out our Code of Conduct.













Itamar Barbosa de Lima is a new contributor. Be nice, and check out our Code of Conduct.












Itamar Barbosa de Lima 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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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%2f463064%2fhow-to-create-an-article-summary-template%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