A particular customize with green line and letters for subfloatNew line with subfig's subfloatChange caption width together with subfloatSubfloat with subcaption package: Missing number, treated as zeromargin caption and subfloatNumbers instead of letters with subfloattufte-latex and subfloat positioningAre there any subfloat package that works with tufte-latex?Subtitle for figure (subfloat)Subfloat with two lines captionSpacing between subcaption and subfloat

How can we prove that any integral in the set of non-elementary integrals cannot be expressed in the form of elementary functions?

when is out of tune ok?

I'm in charge of equipment buying but no one's ever happy with what I choose. How to fix this?

How can I get through very long and very dry, but also very useful technical documents when learning a new tool?

Would a high gravity rocky planet be guaranteed to have an atmosphere?

Why escape if the_content isnt?

How do we know the LHC results are robust?

What is the intuitive meaning of having a linear relationship between the logs of two variables?

Term for the "extreme-extension" version of a straw man fallacy?

How do I find the solutions of the following equation?

Is there a good way to store credentials outside of a password manager?

What does the word "Atten" mean?

Why not increase contact surface when reentering the atmosphere?

How can I kill an app using Terminal?

Proof of work - lottery approach

Do sorcerers' subtle spells require a skill check to be unseen?

How did Doctor Strange see the winning outcome in Avengers: Infinity War?

How to run a prison with the smallest amount of guards?

How does Loki do this?

System.debug(JSON.Serialize(o)) Not longer shows full string

How to pronounce the slash sign

Is this apparent Class Action settlement a spam message?

Do all network devices need to make routing decisions, regardless of communication across networks or within a network?

How does buying out courses with grant money work?



A particular customize with green line and letters for subfloat


New line with subfig's subfloatChange caption width together with subfloatSubfloat with subcaption package: Missing number, treated as zeromargin caption and subfloatNumbers instead of letters with subfloattufte-latex and subfloat positioningAre there any subfloat package that works with tufte-latex?Subtitle for figure (subfloat)Subfloat with two lines captionSpacing between subcaption and subfloat













3















For my book, the MWE that it is adding below, is the cropping of a part of the code when I insert only two figures:



enter image description here



documentclass[12pt]book 
usepackagenewtxtext
%%usepackageclassico%%%%%%%%% urw-classico package. The fonts are installed into my MikTeX distribuition
usepackagesubfig
usepackagemathtools
usepackage[labelfont=sf,bf,skip=.3pt]caption
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


begindocument
beginfigure[htp]
centering
subfloat[][small Le linee di universo passanti per l'origine saranno all'interno del cono. Si vede la linea blu che parte dal punto qui ed ora rappresentato dal vertice del cono.]
includegraphics[width=.45textwidth]example-image-a quad
subfloat[][small Linee di universo non ammesse nella teoria della relatività ristretta sono quelle che escono dal cono di luce; ad esempio la linea textbf(1) esce dal cono che pertanto non sarà ammessa; la velocità nel punto $A$ della linea textbf(2) è minore di quella della luce; la linea arancione textbf(3) rappresenta un viaggiatore dello spazio-tempo con il dono dell'ubiquità; la linea textbf(4) rappresenta un viaggio indietro nel tempo a una velocità maggiore di quella della luce.]
includegraphics[width=.45textwidth]example-image-b
captionsmall Coni di luce.
endfigure

enddocument


Is there a way to recreate the same (exact) figure below the green lines with the green squares (rounded it is preferible) with into the letters?



The green line with the green square where there are the letters a, b, c, and the relative labels in Figure 1 (a), (b) and (c). It varies with the lenght of the images.



See here:



enter image description here










share|improve this question
























  • @DavidCarlisle I've put it all in as a surprise effect for those who look as if they were wondering. Now I edit my question following your comments.

    – Sebastiano
    3 hours ago











  • @DavidCarlisle I hadn't put in the % before to turn the package into a comment. As you can see I had written a series of %%%% with the notice that the fonts are installed into my MikTeX distribution.

    – Sebastiano
    3 hours ago











  • Sorry I get errors but I dIdn't on a different installation, my setup is testing some future code, ignore my comments about that. I may trace later why I get errors but that is not your problem:-)

    – David Carlisle
    3 hours ago












  • Don't worry David. For me you are always "benvenuto". In the meantime, if there are any mistakes in English and you don't understand my question, please edit it. Thank you.

    – Sebastiano
    3 hours ago






  • 1





    for me it works in texlive 2017 but not 2018 or 2019 (but I have a non standard setup, others may confirm)

    – David Carlisle
    3 hours ago















3















For my book, the MWE that it is adding below, is the cropping of a part of the code when I insert only two figures:



enter image description here



documentclass[12pt]book 
usepackagenewtxtext
%%usepackageclassico%%%%%%%%% urw-classico package. The fonts are installed into my MikTeX distribuition
usepackagesubfig
usepackagemathtools
usepackage[labelfont=sf,bf,skip=.3pt]caption
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


begindocument
beginfigure[htp]
centering
subfloat[][small Le linee di universo passanti per l'origine saranno all'interno del cono. Si vede la linea blu che parte dal punto qui ed ora rappresentato dal vertice del cono.]
includegraphics[width=.45textwidth]example-image-a quad
subfloat[][small Linee di universo non ammesse nella teoria della relatività ristretta sono quelle che escono dal cono di luce; ad esempio la linea textbf(1) esce dal cono che pertanto non sarà ammessa; la velocità nel punto $A$ della linea textbf(2) è minore di quella della luce; la linea arancione textbf(3) rappresenta un viaggiatore dello spazio-tempo con il dono dell'ubiquità; la linea textbf(4) rappresenta un viaggio indietro nel tempo a una velocità maggiore di quella della luce.]
includegraphics[width=.45textwidth]example-image-b
captionsmall Coni di luce.
endfigure

enddocument


Is there a way to recreate the same (exact) figure below the green lines with the green squares (rounded it is preferible) with into the letters?



The green line with the green square where there are the letters a, b, c, and the relative labels in Figure 1 (a), (b) and (c). It varies with the lenght of the images.



See here:



enter image description here










share|improve this question
























  • @DavidCarlisle I've put it all in as a surprise effect for those who look as if they were wondering. Now I edit my question following your comments.

    – Sebastiano
    3 hours ago











  • @DavidCarlisle I hadn't put in the % before to turn the package into a comment. As you can see I had written a series of %%%% with the notice that the fonts are installed into my MikTeX distribution.

    – Sebastiano
    3 hours ago











  • Sorry I get errors but I dIdn't on a different installation, my setup is testing some future code, ignore my comments about that. I may trace later why I get errors but that is not your problem:-)

    – David Carlisle
    3 hours ago












  • Don't worry David. For me you are always "benvenuto". In the meantime, if there are any mistakes in English and you don't understand my question, please edit it. Thank you.

    – Sebastiano
    3 hours ago






  • 1





    for me it works in texlive 2017 but not 2018 or 2019 (but I have a non standard setup, others may confirm)

    – David Carlisle
    3 hours ago













3












3








3








For my book, the MWE that it is adding below, is the cropping of a part of the code when I insert only two figures:



enter image description here



documentclass[12pt]book 
usepackagenewtxtext
%%usepackageclassico%%%%%%%%% urw-classico package. The fonts are installed into my MikTeX distribuition
usepackagesubfig
usepackagemathtools
usepackage[labelfont=sf,bf,skip=.3pt]caption
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


begindocument
beginfigure[htp]
centering
subfloat[][small Le linee di universo passanti per l'origine saranno all'interno del cono. Si vede la linea blu che parte dal punto qui ed ora rappresentato dal vertice del cono.]
includegraphics[width=.45textwidth]example-image-a quad
subfloat[][small Linee di universo non ammesse nella teoria della relatività ristretta sono quelle che escono dal cono di luce; ad esempio la linea textbf(1) esce dal cono che pertanto non sarà ammessa; la velocità nel punto $A$ della linea textbf(2) è minore di quella della luce; la linea arancione textbf(3) rappresenta un viaggiatore dello spazio-tempo con il dono dell'ubiquità; la linea textbf(4) rappresenta un viaggio indietro nel tempo a una velocità maggiore di quella della luce.]
includegraphics[width=.45textwidth]example-image-b
captionsmall Coni di luce.
endfigure

enddocument


Is there a way to recreate the same (exact) figure below the green lines with the green squares (rounded it is preferible) with into the letters?



The green line with the green square where there are the letters a, b, c, and the relative labels in Figure 1 (a), (b) and (c). It varies with the lenght of the images.



See here:



enter image description here










share|improve this question
















For my book, the MWE that it is adding below, is the cropping of a part of the code when I insert only two figures:



enter image description here



documentclass[12pt]book 
usepackagenewtxtext
%%usepackageclassico%%%%%%%%% urw-classico package. The fonts are installed into my MikTeX distribuition
usepackagesubfig
usepackagemathtools
usepackage[labelfont=sf,bf,skip=.3pt]caption
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


begindocument
beginfigure[htp]
centering
subfloat[][small Le linee di universo passanti per l'origine saranno all'interno del cono. Si vede la linea blu che parte dal punto qui ed ora rappresentato dal vertice del cono.]
includegraphics[width=.45textwidth]example-image-a quad
subfloat[][small Linee di universo non ammesse nella teoria della relatività ristretta sono quelle che escono dal cono di luce; ad esempio la linea textbf(1) esce dal cono che pertanto non sarà ammessa; la velocità nel punto $A$ della linea textbf(2) è minore di quella della luce; la linea arancione textbf(3) rappresenta un viaggiatore dello spazio-tempo con il dono dell'ubiquità; la linea textbf(4) rappresenta un viaggio indietro nel tempo a una velocità maggiore di quella della luce.]
includegraphics[width=.45textwidth]example-image-b
captionsmall Coni di luce.
endfigure

enddocument


Is there a way to recreate the same (exact) figure below the green lines with the green squares (rounded it is preferible) with into the letters?



The green line with the green square where there are the letters a, b, c, and the relative labels in Figure 1 (a), (b) and (c). It varies with the lenght of the images.



See here:



enter image description here







tikz-pgf floats captions subfloats subcaption






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 hours ago







Sebastiano

















asked 3 hours ago









SebastianoSebastiano

11.2k42164




11.2k42164












  • @DavidCarlisle I've put it all in as a surprise effect for those who look as if they were wondering. Now I edit my question following your comments.

    – Sebastiano
    3 hours ago











  • @DavidCarlisle I hadn't put in the % before to turn the package into a comment. As you can see I had written a series of %%%% with the notice that the fonts are installed into my MikTeX distribution.

    – Sebastiano
    3 hours ago











  • Sorry I get errors but I dIdn't on a different installation, my setup is testing some future code, ignore my comments about that. I may trace later why I get errors but that is not your problem:-)

    – David Carlisle
    3 hours ago












  • Don't worry David. For me you are always "benvenuto". In the meantime, if there are any mistakes in English and you don't understand my question, please edit it. Thank you.

    – Sebastiano
    3 hours ago






  • 1





    for me it works in texlive 2017 but not 2018 or 2019 (but I have a non standard setup, others may confirm)

    – David Carlisle
    3 hours ago

















  • @DavidCarlisle I've put it all in as a surprise effect for those who look as if they were wondering. Now I edit my question following your comments.

    – Sebastiano
    3 hours ago











  • @DavidCarlisle I hadn't put in the % before to turn the package into a comment. As you can see I had written a series of %%%% with the notice that the fonts are installed into my MikTeX distribution.

    – Sebastiano
    3 hours ago











  • Sorry I get errors but I dIdn't on a different installation, my setup is testing some future code, ignore my comments about that. I may trace later why I get errors but that is not your problem:-)

    – David Carlisle
    3 hours ago












  • Don't worry David. For me you are always "benvenuto". In the meantime, if there are any mistakes in English and you don't understand my question, please edit it. Thank you.

    – Sebastiano
    3 hours ago






  • 1





    for me it works in texlive 2017 but not 2018 or 2019 (but I have a non standard setup, others may confirm)

    – David Carlisle
    3 hours ago
















@DavidCarlisle I've put it all in as a surprise effect for those who look as if they were wondering. Now I edit my question following your comments.

– Sebastiano
3 hours ago





@DavidCarlisle I've put it all in as a surprise effect for those who look as if they were wondering. Now I edit my question following your comments.

– Sebastiano
3 hours ago













@DavidCarlisle I hadn't put in the % before to turn the package into a comment. As you can see I had written a series of %%%% with the notice that the fonts are installed into my MikTeX distribution.

– Sebastiano
3 hours ago





@DavidCarlisle I hadn't put in the % before to turn the package into a comment. As you can see I had written a series of %%%% with the notice that the fonts are installed into my MikTeX distribution.

– Sebastiano
3 hours ago













Sorry I get errors but I dIdn't on a different installation, my setup is testing some future code, ignore my comments about that. I may trace later why I get errors but that is not your problem:-)

– David Carlisle
3 hours ago






Sorry I get errors but I dIdn't on a different installation, my setup is testing some future code, ignore my comments about that. I may trace later why I get errors but that is not your problem:-)

– David Carlisle
3 hours ago














Don't worry David. For me you are always "benvenuto". In the meantime, if there are any mistakes in English and you don't understand my question, please edit it. Thank you.

– Sebastiano
3 hours ago





Don't worry David. For me you are always "benvenuto". In the meantime, if there are any mistakes in English and you don't understand my question, please edit it. Thank you.

– Sebastiano
3 hours ago




1




1





for me it works in texlive 2017 but not 2018 or 2019 (but I have a non standard setup, others may confirm)

– David Carlisle
3 hours ago





for me it works in texlive 2017 but not 2018 or 2019 (but I have a non standard setup, others may confirm)

– David Carlisle
3 hours ago










1 Answer
1






active

oldest

votes


















5














As far as I can tell, it's just a line so



enter image description here



documentclass[12pt]book 
usepackagenewtxtext
%%%%%usepackageclassico%%%%%%%%% urw-classico package. The fonts are installed into my MikTeX distribuition
usepackagesubfig
usepackagemathtools,color
usepackage[labelfont=sf,bf,skip=.3pt]caption
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


begindocument
beginfigure[htp]
centering
subfloat[][small Le linee di universo passanti per l'origine saranno all'interno del cono. Si vede la linea blu che parte dal punto qui ed ora rappresentato dal vertice del cono.

textcolorgreenmakebox[0pt][l]rulelinewidth2ptquadcolorboxgreenbfseriescolorwhitea
]
includegraphics[width=.45textwidth]example-image-a quad
subfloat[][small Linee di universo non ammesse nella teoria della relatività ristretta sono quelle che escono dal cono di luce; ad esempio la linea textbf(1) esce dal cono che pertanto non sarà ammessa; la velocità nel punto $A$ della linea textbf(2) è minore di quella della luce; la linea arancione textbf(3) rappresenta un viaggiatore dello spazio-tempo con il dono dell'ubiquità; la linea textbf(4) rappresenta un viaggio indietro nel tempo a una velocità maggiore di quella della luce.

textcolorgreenmakebox[0pt][l]rulelinewidth2ptquadcolorboxgreenbfseriescolorwhiteb
]
includegraphics[width=.45textwidth]example-image-b
captionsmall Coni di luce.
endfigure
enddocument


(I had to use texlive 2017 to get the example to run for some reason)






share|improve this answer























  • Very nice. But for green square do not use the symbol square? But if I wanted to insert a rounded square or another symbol is it possible to have the same result?

    – Sebastiano
    3 hours ago











  • @Sebastiano could use any symbol you want behind the letter rather than colorbox, or if you wait a bit someone is bound to suggest a tikz version with a duck shaped background or whatever other shape you want drawn.

    – David Carlisle
    3 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',
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%2f481791%2fa-particular-customize-with-green-line-and-letters-for-subfloat%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









5














As far as I can tell, it's just a line so



enter image description here



documentclass[12pt]book 
usepackagenewtxtext
%%%%%usepackageclassico%%%%%%%%% urw-classico package. The fonts are installed into my MikTeX distribuition
usepackagesubfig
usepackagemathtools,color
usepackage[labelfont=sf,bf,skip=.3pt]caption
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


begindocument
beginfigure[htp]
centering
subfloat[][small Le linee di universo passanti per l'origine saranno all'interno del cono. Si vede la linea blu che parte dal punto qui ed ora rappresentato dal vertice del cono.

textcolorgreenmakebox[0pt][l]rulelinewidth2ptquadcolorboxgreenbfseriescolorwhitea
]
includegraphics[width=.45textwidth]example-image-a quad
subfloat[][small Linee di universo non ammesse nella teoria della relatività ristretta sono quelle che escono dal cono di luce; ad esempio la linea textbf(1) esce dal cono che pertanto non sarà ammessa; la velocità nel punto $A$ della linea textbf(2) è minore di quella della luce; la linea arancione textbf(3) rappresenta un viaggiatore dello spazio-tempo con il dono dell'ubiquità; la linea textbf(4) rappresenta un viaggio indietro nel tempo a una velocità maggiore di quella della luce.

textcolorgreenmakebox[0pt][l]rulelinewidth2ptquadcolorboxgreenbfseriescolorwhiteb
]
includegraphics[width=.45textwidth]example-image-b
captionsmall Coni di luce.
endfigure
enddocument


(I had to use texlive 2017 to get the example to run for some reason)






share|improve this answer























  • Very nice. But for green square do not use the symbol square? But if I wanted to insert a rounded square or another symbol is it possible to have the same result?

    – Sebastiano
    3 hours ago











  • @Sebastiano could use any symbol you want behind the letter rather than colorbox, or if you wait a bit someone is bound to suggest a tikz version with a duck shaped background or whatever other shape you want drawn.

    – David Carlisle
    3 hours ago















5














As far as I can tell, it's just a line so



enter image description here



documentclass[12pt]book 
usepackagenewtxtext
%%%%%usepackageclassico%%%%%%%%% urw-classico package. The fonts are installed into my MikTeX distribuition
usepackagesubfig
usepackagemathtools,color
usepackage[labelfont=sf,bf,skip=.3pt]caption
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


begindocument
beginfigure[htp]
centering
subfloat[][small Le linee di universo passanti per l'origine saranno all'interno del cono. Si vede la linea blu che parte dal punto qui ed ora rappresentato dal vertice del cono.

textcolorgreenmakebox[0pt][l]rulelinewidth2ptquadcolorboxgreenbfseriescolorwhitea
]
includegraphics[width=.45textwidth]example-image-a quad
subfloat[][small Linee di universo non ammesse nella teoria della relatività ristretta sono quelle che escono dal cono di luce; ad esempio la linea textbf(1) esce dal cono che pertanto non sarà ammessa; la velocità nel punto $A$ della linea textbf(2) è minore di quella della luce; la linea arancione textbf(3) rappresenta un viaggiatore dello spazio-tempo con il dono dell'ubiquità; la linea textbf(4) rappresenta un viaggio indietro nel tempo a una velocità maggiore di quella della luce.

textcolorgreenmakebox[0pt][l]rulelinewidth2ptquadcolorboxgreenbfseriescolorwhiteb
]
includegraphics[width=.45textwidth]example-image-b
captionsmall Coni di luce.
endfigure
enddocument


(I had to use texlive 2017 to get the example to run for some reason)






share|improve this answer























  • Very nice. But for green square do not use the symbol square? But if I wanted to insert a rounded square or another symbol is it possible to have the same result?

    – Sebastiano
    3 hours ago











  • @Sebastiano could use any symbol you want behind the letter rather than colorbox, or if you wait a bit someone is bound to suggest a tikz version with a duck shaped background or whatever other shape you want drawn.

    – David Carlisle
    3 hours ago













5












5








5







As far as I can tell, it's just a line so



enter image description here



documentclass[12pt]book 
usepackagenewtxtext
%%%%%usepackageclassico%%%%%%%%% urw-classico package. The fonts are installed into my MikTeX distribuition
usepackagesubfig
usepackagemathtools,color
usepackage[labelfont=sf,bf,skip=.3pt]caption
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


begindocument
beginfigure[htp]
centering
subfloat[][small Le linee di universo passanti per l'origine saranno all'interno del cono. Si vede la linea blu che parte dal punto qui ed ora rappresentato dal vertice del cono.

textcolorgreenmakebox[0pt][l]rulelinewidth2ptquadcolorboxgreenbfseriescolorwhitea
]
includegraphics[width=.45textwidth]example-image-a quad
subfloat[][small Linee di universo non ammesse nella teoria della relatività ristretta sono quelle che escono dal cono di luce; ad esempio la linea textbf(1) esce dal cono che pertanto non sarà ammessa; la velocità nel punto $A$ della linea textbf(2) è minore di quella della luce; la linea arancione textbf(3) rappresenta un viaggiatore dello spazio-tempo con il dono dell'ubiquità; la linea textbf(4) rappresenta un viaggio indietro nel tempo a una velocità maggiore di quella della luce.

textcolorgreenmakebox[0pt][l]rulelinewidth2ptquadcolorboxgreenbfseriescolorwhiteb
]
includegraphics[width=.45textwidth]example-image-b
captionsmall Coni di luce.
endfigure
enddocument


(I had to use texlive 2017 to get the example to run for some reason)






share|improve this answer













As far as I can tell, it's just a line so



enter image description here



documentclass[12pt]book 
usepackagenewtxtext
%%%%%usepackageclassico%%%%%%%%% urw-classico package. The fonts are installed into my MikTeX distribuition
usepackagesubfig
usepackagemathtools,color
usepackage[labelfont=sf,bf,skip=.3pt]caption
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


begindocument
beginfigure[htp]
centering
subfloat[][small Le linee di universo passanti per l'origine saranno all'interno del cono. Si vede la linea blu che parte dal punto qui ed ora rappresentato dal vertice del cono.

textcolorgreenmakebox[0pt][l]rulelinewidth2ptquadcolorboxgreenbfseriescolorwhitea
]
includegraphics[width=.45textwidth]example-image-a quad
subfloat[][small Linee di universo non ammesse nella teoria della relatività ristretta sono quelle che escono dal cono di luce; ad esempio la linea textbf(1) esce dal cono che pertanto non sarà ammessa; la velocità nel punto $A$ della linea textbf(2) è minore di quella della luce; la linea arancione textbf(3) rappresenta un viaggiatore dello spazio-tempo con il dono dell'ubiquità; la linea textbf(4) rappresenta un viaggio indietro nel tempo a una velocità maggiore di quella della luce.

textcolorgreenmakebox[0pt][l]rulelinewidth2ptquadcolorboxgreenbfseriescolorwhiteb
]
includegraphics[width=.45textwidth]example-image-b
captionsmall Coni di luce.
endfigure
enddocument


(I had to use texlive 2017 to get the example to run for some reason)







share|improve this answer












share|improve this answer



share|improve this answer










answered 3 hours ago









David CarlisleDavid Carlisle

496k4111431890




496k4111431890












  • Very nice. But for green square do not use the symbol square? But if I wanted to insert a rounded square or another symbol is it possible to have the same result?

    – Sebastiano
    3 hours ago











  • @Sebastiano could use any symbol you want behind the letter rather than colorbox, or if you wait a bit someone is bound to suggest a tikz version with a duck shaped background or whatever other shape you want drawn.

    – David Carlisle
    3 hours ago

















  • Very nice. But for green square do not use the symbol square? But if I wanted to insert a rounded square or another symbol is it possible to have the same result?

    – Sebastiano
    3 hours ago











  • @Sebastiano could use any symbol you want behind the letter rather than colorbox, or if you wait a bit someone is bound to suggest a tikz version with a duck shaped background or whatever other shape you want drawn.

    – David Carlisle
    3 hours ago
















Very nice. But for green square do not use the symbol square? But if I wanted to insert a rounded square or another symbol is it possible to have the same result?

– Sebastiano
3 hours ago





Very nice. But for green square do not use the symbol square? But if I wanted to insert a rounded square or another symbol is it possible to have the same result?

– Sebastiano
3 hours ago













@Sebastiano could use any symbol you want behind the letter rather than colorbox, or if you wait a bit someone is bound to suggest a tikz version with a duck shaped background or whatever other shape you want drawn.

– David Carlisle
3 hours ago





@Sebastiano could use any symbol you want behind the letter rather than colorbox, or if you wait a bit someone is bound to suggest a tikz version with a duck shaped background or whatever other shape you want drawn.

– David Carlisle
3 hours ago

















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%2f481791%2fa-particular-customize-with-green-line-and-letters-for-subfloat%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 to create a command for the “strange m” symbol in latex? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)How do you make your own symbol when Detexify fails?Writing bold small caps with mathpazo packageplus-minus symbol with parenthesis around the minus signGreek character in Beamer document titleHow to create dashed right arrow over symbol?Currency symbol: Turkish LiraDouble prec as a single symbol?Plus Sign Too Big; How to Call adfbullet?Is there a TeX macro for three-legged pi?How do I get my integral-like symbol to align like the integral?How to selectively substitute a letter with another symbol representing the same letterHow do I generate a less than symbol and vertical bar that are the same height?

Българска екзархия Съдържание История | Български екзарси | Вижте също | Външни препратки | Литература | Бележки | НавигацияУстав за управлението на българската екзархия. Цариград, 1870Слово на Ловешкия митрополит Иларион при откриването на Българския народен събор в Цариград на 23. II. 1870 г.Българската правда и гръцката кривда. От С. М. (= Софийски Мелетий). Цариград, 1872Предстоятели на Българската екзархияПодмененият ВеликденИнформационна агенция „Фокус“Димитър Ризов. Българите в техните исторически, етнографически и политически граници (Атлас съдържащ 40 карти). Berlin, Königliche Hoflithographie, Hof-Buch- und -Steindruckerei Wilhelm Greve, 1917Report of the International Commission to Inquire into the Causes and Conduct of the Balkan Wars

Category:Tremithousa Media in category "Tremithousa"Navigation menuUpload media34° 49′ 02.7″ N, 32° 26′ 37.32″ EOpenStreetMapGoogle EarthProximityramaReasonatorScholiaStatisticsWikiShootMe