A particular customize with green line and letters for subfloatCenter a rounded square into a green lineNew 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 subfloatAre there any subfloat package that works with tufte-latex?Subtitle for figure (subfloat)Spacing between subcaption and subfloatcustomize reference to subfloatCentering caption in subfloat with a forced linebreak

Strange behavior of std::initializer_list of std::strings

What caused the end of cybernetic implants?

Is "prohibition against," a double negative?

Can UV radiation be safe for the skin?

Isometric Heyacrazy - Now In 3D!

How to investigate an unknown 1.5GB file named "sudo" in my Linux home directory?

In Endgame, wouldn't Stark have remembered Hulk busting out of the stairwell?

Is the word 'mistake' a concrete or abstract noun?

“all of who” or “all of whom”?

How were US credit cards verified in-store in the 1980's?

Sandwich Sudoku: First 12 digits of pi

How to understand payment due date for credit card?

Could a complex system of reaction wheels be used to propel a spacecraft?

Sum and average calculator

How to save money by shopping at a variety of grocery stores?

An ant walks on a cube over the diagonals of little cubes. Can it visit all little faces exactly once?

What should be done with the carbon when using magic to get oxygen from carbon dioxide?

Terminology of atomic spectroscopy: Difference Among Term, States and Level

How can I improve my formal definitions

Moscow SVO airport, how to avoid scam taxis without pre-booking?

Are there indian reservations in United States where you can't live if you aren't a tribal member?

Why does the U.S. military maintain their own weather satellites?

Ask one verbal question to figure out who is blind and who is mute among three persons

How do I keep my animals from eating my people food?



A particular customize with green line and letters for subfloat


Center a rounded square into a green lineNew 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 subfloatAre there any subfloat package that works with tufte-latex?Subtitle for figure (subfloat)Spacing between subcaption and subfloatcustomize reference to subfloatCentering caption in subfloat with a forced linebreak






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








4















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
    Mar 27 at 20:56











  • @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
    Mar 27 at 20:59











  • 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
    Mar 27 at 21:07












  • 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
    Mar 27 at 21:10






  • 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
    Mar 27 at 21:11

















4















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
    Mar 27 at 20:56











  • @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
    Mar 27 at 20:59











  • 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
    Mar 27 at 21:07












  • 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
    Mar 27 at 21:10






  • 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
    Mar 27 at 21:11













4












4








4








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 Mar 27 at 22:23







Sebastiano

















asked Mar 27 at 20:51









SebastianoSebastiano

15.7k5 gold badges26 silver badges80 bronze badges




15.7k5 gold badges26 silver badges80 bronze badges















  • @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
    Mar 27 at 20:56











  • @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
    Mar 27 at 20:59











  • 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
    Mar 27 at 21:07












  • 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
    Mar 27 at 21:10






  • 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
    Mar 27 at 21:11

















  • @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
    Mar 27 at 20:56











  • @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
    Mar 27 at 20:59











  • 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
    Mar 27 at 21:07












  • 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
    Mar 27 at 21:10






  • 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
    Mar 27 at 21:11
















@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
Mar 27 at 20:56





@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
Mar 27 at 20:56













@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
Mar 27 at 20:59





@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
Mar 27 at 20:59













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
Mar 27 at 21:07






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
Mar 27 at 21:07














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
Mar 27 at 21:10





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
Mar 27 at 21:10




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
Mar 27 at 21:11





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

– David Carlisle
Mar 27 at 21:11










1 Answer
1






active

oldest

votes


















7















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
    Mar 27 at 21:35






  • 1





    @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
    Mar 27 at 21:40













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









7















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
    Mar 27 at 21:35






  • 1





    @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
    Mar 27 at 21:40















7















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
    Mar 27 at 21:35






  • 1





    @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
    Mar 27 at 21:40













7














7










7









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 Mar 27 at 21:27









David CarlisleDavid Carlisle

521k44 gold badges1179 silver badges1949 bronze badges




521k44 gold badges1179 silver badges1949 bronze badges















  • 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
    Mar 27 at 21:35






  • 1





    @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
    Mar 27 at 21:40

















  • 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
    Mar 27 at 21:35






  • 1





    @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
    Mar 27 at 21:40
















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
Mar 27 at 21:35





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
Mar 27 at 21:35




1




1





@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
Mar 27 at 21:40





@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
Mar 27 at 21:40

















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

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript