How to use lstlisting with tcolorbox?tcolorbox: use of `tcbifoddpage`use underscore inside lstlisting with pythonnewenvironment gives error with lstlistingLstlisting format Java codeHow to use tcolorbox with ieeeaccess.cls?tcolorbox, lstlisting has hanging indent by default even for TeX source?Error to compile lstlistingCustomize keyword lstlistinghow to use accents inside a lstlistinglstlisting and bold keywords

AES: Why is it a good practice to use only the first 16bytes of a hash for encryption?

Is it possible to create light that imparts a greater proportion of its energy as momentum rather than heat?

90's TV series where a boy goes to another dimension through portal near power lines

Theorems that impeded progress

In Romance of the Three Kingdoms why do people still use bamboo sticks when paper had already been invented?

What killed these X2 caps?

Anagram holiday

Why doesn't using multiple commands with a || or && conditional work?

Would Slavery Reparations be considered Bills of Attainder and hence Illegal?

How could indestructible materials be used in power generation?

How can I tell someone that I want to be his or her friend?

Why are electrically insulating heatsinks so rare? Is it just cost?

What exploit are these user agents trying to use?

What is the intuition behind short exact sequences of groups; in particular, what is the intuition behind group extensions?

What does it mean to describe someone as a butt steak?

I would say: "You are another teacher", but she is a woman and I am a man

Is it inappropriate for a student to attend their mentor's dissertation defense?

Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?

When a company launches a new product do they "come out" with a new product or do they "come up" with a new product?

Why is Collection not simply treated as Collection<?>

Is the Joker left-handed?

How to prevent "they're falling in love" trope

Can a rocket refuel on Mars from water?

How do I write bicross product symbols in latex?



How to use lstlisting with tcolorbox?


tcolorbox: use of `tcbifoddpage`use underscore inside lstlisting with pythonnewenvironment gives error with lstlistingLstlisting format Java codeHow to use tcolorbox with ieeeaccess.cls?tcolorbox, lstlisting has hanging indent by default even for TeX source?Error to compile lstlistingCustomize keyword lstlistinghow to use accents inside a lstlistinglstlisting and bold keywords













1















I want to insert lstlisting inside a tcolorbox which must has a title, also it's top right and bottom left corner will be rounded something like this:



enter image description here



I know how to use tcolorbox and lstlisting but I don't know how to use them together. Could anyone please help me? Any alternate solution without tcolorbox will be also appreciated.



My code snippet :



documentclass[10pt,a4paper,oneside]book
usepackage[utf8]inputenc
usepackageamsmath
usepackageamsfonts
usepackageamssymb
usepackagegraphicx
usepackage[left=2.00cm, right=2.00cm, top=2.00cm, bottom=2.00cm, showframe]geometry
authorRavi
titleHow to wite code in LaTeX

%%%%%%%%%%%%%%% CODE STYLE %%%%%%%%%%%%%%%

usepackageblindtext
usepackagexcolor

definecolorpbluergb0.13,0.13,1
definecolorpgreenrgb0,0.5,0

renewcommandrmdefaultphv
usepackage[T1]fontenc
usepackage[ttdefault=true]AnonymousPro

usepackagelistings
usepackage[T1]fontenc
usepackageinconsolata
lstset
language=Java,%
basicstyle=fontfamilyAnonymousProselectfont,%
keywordstyle=bfseriescolorpblue,
stringstyle=bfseriesitshapecolorgreen!40!black,%
commentstyle=bfseriesitshapecolorblack!60,%
showspaces=false,
showtabs=false,
breaklines=true,%
showstringspaces=false,
%breakatwhitespace=true,
%numbers=left,%
%numbersep=8pt,%
%numberstyle=tiny,%
rulecolor=colorwhite!60!black,%
breaklines=true,%
frame=single,%single
%keepspaces=true,%
xleftmargin=1.5mm,%parindent
xrightmargin=1.5mm,%
framerule=1.2pt,%
backgroundcolor=colorgray!8,%
%morecomment=[s][bfseriescolororange!40!red]@Override,
tabsize=1,

lstsetemph=%
downto, for, String, TextView, Toast, Button, EditText, ImageView, Typeface, Intent, WebView, WebSettings, SwipeRefreshLayout, RelativeLayout, Animation, AlertDialog, SharedPreferences, Editor, ToggleButton, CardView, LinearLayout, gradient, shape, %
,emphstyle=bfseriescolorpblue%


begindocument
%maketitle
chapterHello LaTeX

beginlstlisting
String s = "Hello World";

Animation from_top = AnimationUtils.loadAnimation(this, R.anim.from_top);
imageView.setAnimation(from_top);

// change activity with fade animation

new Handler().postDelayed(new Runnable()
@Override
public void run()
Intent intent = new Intent(MainActivity.this, Main2Activity.class);
startActivity(intent);
overridePendingTransition(R.anim.fade_in,R.anim.fade_out);
finish();

, SPLASH_TIMEOUT);
endlstlisting

enddocument








share


























    1















    I want to insert lstlisting inside a tcolorbox which must has a title, also it's top right and bottom left corner will be rounded something like this:



    enter image description here



    I know how to use tcolorbox and lstlisting but I don't know how to use them together. Could anyone please help me? Any alternate solution without tcolorbox will be also appreciated.



    My code snippet :



    documentclass[10pt,a4paper,oneside]book
    usepackage[utf8]inputenc
    usepackageamsmath
    usepackageamsfonts
    usepackageamssymb
    usepackagegraphicx
    usepackage[left=2.00cm, right=2.00cm, top=2.00cm, bottom=2.00cm, showframe]geometry
    authorRavi
    titleHow to wite code in LaTeX

    %%%%%%%%%%%%%%% CODE STYLE %%%%%%%%%%%%%%%

    usepackageblindtext
    usepackagexcolor

    definecolorpbluergb0.13,0.13,1
    definecolorpgreenrgb0,0.5,0

    renewcommandrmdefaultphv
    usepackage[T1]fontenc
    usepackage[ttdefault=true]AnonymousPro

    usepackagelistings
    usepackage[T1]fontenc
    usepackageinconsolata
    lstset
    language=Java,%
    basicstyle=fontfamilyAnonymousProselectfont,%
    keywordstyle=bfseriescolorpblue,
    stringstyle=bfseriesitshapecolorgreen!40!black,%
    commentstyle=bfseriesitshapecolorblack!60,%
    showspaces=false,
    showtabs=false,
    breaklines=true,%
    showstringspaces=false,
    %breakatwhitespace=true,
    %numbers=left,%
    %numbersep=8pt,%
    %numberstyle=tiny,%
    rulecolor=colorwhite!60!black,%
    breaklines=true,%
    frame=single,%single
    %keepspaces=true,%
    xleftmargin=1.5mm,%parindent
    xrightmargin=1.5mm,%
    framerule=1.2pt,%
    backgroundcolor=colorgray!8,%
    %morecomment=[s][bfseriescolororange!40!red]@Override,
    tabsize=1,

    lstsetemph=%
    downto, for, String, TextView, Toast, Button, EditText, ImageView, Typeface, Intent, WebView, WebSettings, SwipeRefreshLayout, RelativeLayout, Animation, AlertDialog, SharedPreferences, Editor, ToggleButton, CardView, LinearLayout, gradient, shape, %
    ,emphstyle=bfseriescolorpblue%


    begindocument
    %maketitle
    chapterHello LaTeX

    beginlstlisting
    String s = "Hello World";

    Animation from_top = AnimationUtils.loadAnimation(this, R.anim.from_top);
    imageView.setAnimation(from_top);

    // change activity with fade animation

    new Handler().postDelayed(new Runnable()
    @Override
    public void run()
    Intent intent = new Intent(MainActivity.this, Main2Activity.class);
    startActivity(intent);
    overridePendingTransition(R.anim.fade_in,R.anim.fade_out);
    finish();

    , SPLASH_TIMEOUT);
    endlstlisting

    enddocument








    share
























      1












      1








      1


      1






      I want to insert lstlisting inside a tcolorbox which must has a title, also it's top right and bottom left corner will be rounded something like this:



      enter image description here



      I know how to use tcolorbox and lstlisting but I don't know how to use them together. Could anyone please help me? Any alternate solution without tcolorbox will be also appreciated.



      My code snippet :



      documentclass[10pt,a4paper,oneside]book
      usepackage[utf8]inputenc
      usepackageamsmath
      usepackageamsfonts
      usepackageamssymb
      usepackagegraphicx
      usepackage[left=2.00cm, right=2.00cm, top=2.00cm, bottom=2.00cm, showframe]geometry
      authorRavi
      titleHow to wite code in LaTeX

      %%%%%%%%%%%%%%% CODE STYLE %%%%%%%%%%%%%%%

      usepackageblindtext
      usepackagexcolor

      definecolorpbluergb0.13,0.13,1
      definecolorpgreenrgb0,0.5,0

      renewcommandrmdefaultphv
      usepackage[T1]fontenc
      usepackage[ttdefault=true]AnonymousPro

      usepackagelistings
      usepackage[T1]fontenc
      usepackageinconsolata
      lstset
      language=Java,%
      basicstyle=fontfamilyAnonymousProselectfont,%
      keywordstyle=bfseriescolorpblue,
      stringstyle=bfseriesitshapecolorgreen!40!black,%
      commentstyle=bfseriesitshapecolorblack!60,%
      showspaces=false,
      showtabs=false,
      breaklines=true,%
      showstringspaces=false,
      %breakatwhitespace=true,
      %numbers=left,%
      %numbersep=8pt,%
      %numberstyle=tiny,%
      rulecolor=colorwhite!60!black,%
      breaklines=true,%
      frame=single,%single
      %keepspaces=true,%
      xleftmargin=1.5mm,%parindent
      xrightmargin=1.5mm,%
      framerule=1.2pt,%
      backgroundcolor=colorgray!8,%
      %morecomment=[s][bfseriescolororange!40!red]@Override,
      tabsize=1,

      lstsetemph=%
      downto, for, String, TextView, Toast, Button, EditText, ImageView, Typeface, Intent, WebView, WebSettings, SwipeRefreshLayout, RelativeLayout, Animation, AlertDialog, SharedPreferences, Editor, ToggleButton, CardView, LinearLayout, gradient, shape, %
      ,emphstyle=bfseriescolorpblue%


      begindocument
      %maketitle
      chapterHello LaTeX

      beginlstlisting
      String s = "Hello World";

      Animation from_top = AnimationUtils.loadAnimation(this, R.anim.from_top);
      imageView.setAnimation(from_top);

      // change activity with fade animation

      new Handler().postDelayed(new Runnable()
      @Override
      public void run()
      Intent intent = new Intent(MainActivity.this, Main2Activity.class);
      startActivity(intent);
      overridePendingTransition(R.anim.fade_in,R.anim.fade_out);
      finish();

      , SPLASH_TIMEOUT);
      endlstlisting

      enddocument








      share














      I want to insert lstlisting inside a tcolorbox which must has a title, also it's top right and bottom left corner will be rounded something like this:



      enter image description here



      I know how to use tcolorbox and lstlisting but I don't know how to use them together. Could anyone please help me? Any alternate solution without tcolorbox will be also appreciated.



      My code snippet :



      documentclass[10pt,a4paper,oneside]book
      usepackage[utf8]inputenc
      usepackageamsmath
      usepackageamsfonts
      usepackageamssymb
      usepackagegraphicx
      usepackage[left=2.00cm, right=2.00cm, top=2.00cm, bottom=2.00cm, showframe]geometry
      authorRavi
      titleHow to wite code in LaTeX

      %%%%%%%%%%%%%%% CODE STYLE %%%%%%%%%%%%%%%

      usepackageblindtext
      usepackagexcolor

      definecolorpbluergb0.13,0.13,1
      definecolorpgreenrgb0,0.5,0

      renewcommandrmdefaultphv
      usepackage[T1]fontenc
      usepackage[ttdefault=true]AnonymousPro

      usepackagelistings
      usepackage[T1]fontenc
      usepackageinconsolata
      lstset
      language=Java,%
      basicstyle=fontfamilyAnonymousProselectfont,%
      keywordstyle=bfseriescolorpblue,
      stringstyle=bfseriesitshapecolorgreen!40!black,%
      commentstyle=bfseriesitshapecolorblack!60,%
      showspaces=false,
      showtabs=false,
      breaklines=true,%
      showstringspaces=false,
      %breakatwhitespace=true,
      %numbers=left,%
      %numbersep=8pt,%
      %numberstyle=tiny,%
      rulecolor=colorwhite!60!black,%
      breaklines=true,%
      frame=single,%single
      %keepspaces=true,%
      xleftmargin=1.5mm,%parindent
      xrightmargin=1.5mm,%
      framerule=1.2pt,%
      backgroundcolor=colorgray!8,%
      %morecomment=[s][bfseriescolororange!40!red]@Override,
      tabsize=1,

      lstsetemph=%
      downto, for, String, TextView, Toast, Button, EditText, ImageView, Typeface, Intent, WebView, WebSettings, SwipeRefreshLayout, RelativeLayout, Animation, AlertDialog, SharedPreferences, Editor, ToggleButton, CardView, LinearLayout, gradient, shape, %
      ,emphstyle=bfseriescolorpblue%


      begindocument
      %maketitle
      chapterHello LaTeX

      beginlstlisting
      String s = "Hello World";

      Animation from_top = AnimationUtils.loadAnimation(this, R.anim.from_top);
      imageView.setAnimation(from_top);

      // change activity with fade animation

      new Handler().postDelayed(new Runnable()
      @Override
      public void run()
      Intent intent = new Intent(MainActivity.this, Main2Activity.class);
      startActivity(intent);
      overridePendingTransition(R.anim.fade_in,R.anim.fade_out);
      finish();

      , SPLASH_TIMEOUT);
      endlstlisting

      enddocument






      tcolorbox lstlisting





      share












      share










      share



      share










      asked 9 mins ago









      RaviRavi

      1658




      1658




















          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%2f483289%2fhow-to-use-lstlisting-with-tcolorbox%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%2f483289%2fhow-to-use-lstlisting-with-tcolorbox%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"