Create custom note boxes The Next CEO of Stack OverflowCreate Custom tabularcreate a framed environment for a margin noteHow to create nested custom environment with different kind of frames?How to create theorem boxesCreate custom note environment with tcolorboxCreate custom tabular environment“Author's note”How do I create colored table note enviroment?Making an environment for personal noteHow to create custom formatting command

Traveling with my 5 year old daughter (as the father) without the mother from Germany to Mexico

Find the majority element, which appears more than half the time

Planeswalker Ability and Death Timing

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

Is there a rule of thumb for determining the amount one should accept for of a settlement offer?

Can this transistor (2n2222) take 6V on emitter-base? Am I reading datasheet incorrectly?

Raspberry pi 3 B with Ubuntu 18.04 server arm64: what pi version

How can I prove that a state of equilibrium is unstable?

How can I separate the number from the unit in argument?

How does a dynamic QR code work?

Are British MPs missing the point, with these 'Indicative Votes'?

Shortening a title without changing its meaning

Why was Sir Cadogan fired?

Create custom note boxes

"Eavesdropping" vs "Listen in on"

How seriously should I take size and weight limits of hand luggage?

Does Germany produce more waste than the US?

Finitely generated matrix groups whose eigenvalues are all algebraic

MT "will strike" & LXX "will watch carefully" (Gen 3:15)?

My boss doesn't want me to have a side project

Compensation for working overtime on Saturdays

Variance of Monte Carlo integration with importance sampling

Can Sri Krishna be called 'a person'?

Compilation of a 2d array and a 1d array



Create custom note boxes



The Next CEO of Stack OverflowCreate Custom tabularcreate a framed environment for a margin noteHow to create nested custom environment with different kind of frames?How to create theorem boxesCreate custom note environment with tcolorboxCreate custom tabular environment“Author's note”How do I create colored table note enviroment?Making an environment for personal noteHow to create custom formatting command










1















I am trying to create custom info boxes (very similar as in awesomebox package).



The and everything sims is fine except when the box is not surrounded with some text. Then I get an error There's no line here to end.



I guess the error is because of bigskipnewline in my macros. I used it to create extra paddings on top and bottom of the environment and macros



documentclass[12pt,a4paper]article
usepackage[utf8]inputenc
usepackage[margin=2cm]geometry
usepackageamsmath
usepackageamsfonts
usepackageamssymb
usepackagegraphicx
usepackagefontawesome
parindent=0ex
usepackagexcolor

% RED
definecolorredSevenrgb0.94, 0.24, 0.24
definecolorredNinergb0.79, 0.16, 0.16

% ORANGE
definecolororangeSevenrgb0.97, 0.4, 0.03
definecolororangeNinergb0.85, 0.28, 0.06

% BANS ----------------------------------------------------------------------

newcommandbanBox[2][ban]%
bigskipnewline
beginminipage.1textwidthcentering
textcolorredSevenfontsize1624faicon#1
endminipage%
textcolorredSevenvrule width 3pt hspace14pt
beginminipage.8textwidth
textcolorredNine#2
endminipage
smallskipnewline


newenvironmentbanEnv[1][ban]%
bigskipnewline%
beginminipage.1textwidthcentering%
textcolorredSevenfontsize1624faicon#1%
endminipage%
textcolorredSevenvrule width 3pt hspace14pt%
beginminipage.8textwidth
colorredNine
endminipagebigskipnewline

% WARNINGS ------------------------------------------------------------------

newcommandwarningBox[2][exclamation-triangle]%
bigskip newline
beginminipage.1textwidthcentering
textcolororangeSevenfontsize1624faicon#1
endminipage%
textcolororangeSevenvrule width 3pt hspace14pt
beginminipage.8textwidth
textcolororangeNine#2
endminipage
newline


newenvironmentwarningEnv[1][exclamation-triangle]%
bigskipnewline
beginminipage.1textwidthcentering%
textcolororangeSevenfontsize1624faicon#1%
endminipage%
textcolororangeSevenvrule width 3pt hspace14pt%
beginminipage.8textwidth
colororangeNine
endminipagebigskipnewline

%-------------------------------------------------------------------------------

begindocument

Comment this line or Delete any commented line bellow
banBoxBan box.
% A
beginbanEnv
Ban environment.\
Lorem ipsum dolor sit amet.\
Earum odit quia maiores nisi illum reiciendis aspernatur.
endbanEnv
% B
warningBoxWarning box.
% C
beginwarningEnv
Warning environment.\
Lorem ipsum dolor sit amet\
Earum odit quia maiores nisi illum reiciendis aspernatur.
endwarningEnv
% D

enddocument


Updated:
The worst case if is no line in between.



begindocument

banBoxBan box.

beginbanEnv
Ban environment.\
Lorem ipsum dolor sit amet.\
Earum odit quia maiores nisi illum reiciendis aspernatur.
endbanEnv

warningBoxWarning box.

beginwarningEnv
Warning environment.\
Lorem ipsum dolor sit amet\
Earum odit quia maiores nisi illum reiciendis aspernatur.
endwarningEnv


enddocument









share|improve this question




























    1















    I am trying to create custom info boxes (very similar as in awesomebox package).



    The and everything sims is fine except when the box is not surrounded with some text. Then I get an error There's no line here to end.



    I guess the error is because of bigskipnewline in my macros. I used it to create extra paddings on top and bottom of the environment and macros



    documentclass[12pt,a4paper]article
    usepackage[utf8]inputenc
    usepackage[margin=2cm]geometry
    usepackageamsmath
    usepackageamsfonts
    usepackageamssymb
    usepackagegraphicx
    usepackagefontawesome
    parindent=0ex
    usepackagexcolor

    % RED
    definecolorredSevenrgb0.94, 0.24, 0.24
    definecolorredNinergb0.79, 0.16, 0.16

    % ORANGE
    definecolororangeSevenrgb0.97, 0.4, 0.03
    definecolororangeNinergb0.85, 0.28, 0.06

    % BANS ----------------------------------------------------------------------

    newcommandbanBox[2][ban]%
    bigskipnewline
    beginminipage.1textwidthcentering
    textcolorredSevenfontsize1624faicon#1
    endminipage%
    textcolorredSevenvrule width 3pt hspace14pt
    beginminipage.8textwidth
    textcolorredNine#2
    endminipage
    smallskipnewline


    newenvironmentbanEnv[1][ban]%
    bigskipnewline%
    beginminipage.1textwidthcentering%
    textcolorredSevenfontsize1624faicon#1%
    endminipage%
    textcolorredSevenvrule width 3pt hspace14pt%
    beginminipage.8textwidth
    colorredNine
    endminipagebigskipnewline

    % WARNINGS ------------------------------------------------------------------

    newcommandwarningBox[2][exclamation-triangle]%
    bigskip newline
    beginminipage.1textwidthcentering
    textcolororangeSevenfontsize1624faicon#1
    endminipage%
    textcolororangeSevenvrule width 3pt hspace14pt
    beginminipage.8textwidth
    textcolororangeNine#2
    endminipage
    newline


    newenvironmentwarningEnv[1][exclamation-triangle]%
    bigskipnewline
    beginminipage.1textwidthcentering%
    textcolororangeSevenfontsize1624faicon#1%
    endminipage%
    textcolororangeSevenvrule width 3pt hspace14pt%
    beginminipage.8textwidth
    colororangeNine
    endminipagebigskipnewline

    %-------------------------------------------------------------------------------

    begindocument

    Comment this line or Delete any commented line bellow
    banBoxBan box.
    % A
    beginbanEnv
    Ban environment.\
    Lorem ipsum dolor sit amet.\
    Earum odit quia maiores nisi illum reiciendis aspernatur.
    endbanEnv
    % B
    warningBoxWarning box.
    % C
    beginwarningEnv
    Warning environment.\
    Lorem ipsum dolor sit amet\
    Earum odit quia maiores nisi illum reiciendis aspernatur.
    endwarningEnv
    % D

    enddocument


    Updated:
    The worst case if is no line in between.



    begindocument

    banBoxBan box.

    beginbanEnv
    Ban environment.\
    Lorem ipsum dolor sit amet.\
    Earum odit quia maiores nisi illum reiciendis aspernatur.
    endbanEnv

    warningBoxWarning box.

    beginwarningEnv
    Warning environment.\
    Lorem ipsum dolor sit amet\
    Earum odit quia maiores nisi illum reiciendis aspernatur.
    endwarningEnv


    enddocument









    share|improve this question


























      1












      1








      1


      0






      I am trying to create custom info boxes (very similar as in awesomebox package).



      The and everything sims is fine except when the box is not surrounded with some text. Then I get an error There's no line here to end.



      I guess the error is because of bigskipnewline in my macros. I used it to create extra paddings on top and bottom of the environment and macros



      documentclass[12pt,a4paper]article
      usepackage[utf8]inputenc
      usepackage[margin=2cm]geometry
      usepackageamsmath
      usepackageamsfonts
      usepackageamssymb
      usepackagegraphicx
      usepackagefontawesome
      parindent=0ex
      usepackagexcolor

      % RED
      definecolorredSevenrgb0.94, 0.24, 0.24
      definecolorredNinergb0.79, 0.16, 0.16

      % ORANGE
      definecolororangeSevenrgb0.97, 0.4, 0.03
      definecolororangeNinergb0.85, 0.28, 0.06

      % BANS ----------------------------------------------------------------------

      newcommandbanBox[2][ban]%
      bigskipnewline
      beginminipage.1textwidthcentering
      textcolorredSevenfontsize1624faicon#1
      endminipage%
      textcolorredSevenvrule width 3pt hspace14pt
      beginminipage.8textwidth
      textcolorredNine#2
      endminipage
      smallskipnewline


      newenvironmentbanEnv[1][ban]%
      bigskipnewline%
      beginminipage.1textwidthcentering%
      textcolorredSevenfontsize1624faicon#1%
      endminipage%
      textcolorredSevenvrule width 3pt hspace14pt%
      beginminipage.8textwidth
      colorredNine
      endminipagebigskipnewline

      % WARNINGS ------------------------------------------------------------------

      newcommandwarningBox[2][exclamation-triangle]%
      bigskip newline
      beginminipage.1textwidthcentering
      textcolororangeSevenfontsize1624faicon#1
      endminipage%
      textcolororangeSevenvrule width 3pt hspace14pt
      beginminipage.8textwidth
      textcolororangeNine#2
      endminipage
      newline


      newenvironmentwarningEnv[1][exclamation-triangle]%
      bigskipnewline
      beginminipage.1textwidthcentering%
      textcolororangeSevenfontsize1624faicon#1%
      endminipage%
      textcolororangeSevenvrule width 3pt hspace14pt%
      beginminipage.8textwidth
      colororangeNine
      endminipagebigskipnewline

      %-------------------------------------------------------------------------------

      begindocument

      Comment this line or Delete any commented line bellow
      banBoxBan box.
      % A
      beginbanEnv
      Ban environment.\
      Lorem ipsum dolor sit amet.\
      Earum odit quia maiores nisi illum reiciendis aspernatur.
      endbanEnv
      % B
      warningBoxWarning box.
      % C
      beginwarningEnv
      Warning environment.\
      Lorem ipsum dolor sit amet\
      Earum odit quia maiores nisi illum reiciendis aspernatur.
      endwarningEnv
      % D

      enddocument


      Updated:
      The worst case if is no line in between.



      begindocument

      banBoxBan box.

      beginbanEnv
      Ban environment.\
      Lorem ipsum dolor sit amet.\
      Earum odit quia maiores nisi illum reiciendis aspernatur.
      endbanEnv

      warningBoxWarning box.

      beginwarningEnv
      Warning environment.\
      Lorem ipsum dolor sit amet\
      Earum odit quia maiores nisi illum reiciendis aspernatur.
      endwarningEnv


      enddocument









      share|improve this question
















      I am trying to create custom info boxes (very similar as in awesomebox package).



      The and everything sims is fine except when the box is not surrounded with some text. Then I get an error There's no line here to end.



      I guess the error is because of bigskipnewline in my macros. I used it to create extra paddings on top and bottom of the environment and macros



      documentclass[12pt,a4paper]article
      usepackage[utf8]inputenc
      usepackage[margin=2cm]geometry
      usepackageamsmath
      usepackageamsfonts
      usepackageamssymb
      usepackagegraphicx
      usepackagefontawesome
      parindent=0ex
      usepackagexcolor

      % RED
      definecolorredSevenrgb0.94, 0.24, 0.24
      definecolorredNinergb0.79, 0.16, 0.16

      % ORANGE
      definecolororangeSevenrgb0.97, 0.4, 0.03
      definecolororangeNinergb0.85, 0.28, 0.06

      % BANS ----------------------------------------------------------------------

      newcommandbanBox[2][ban]%
      bigskipnewline
      beginminipage.1textwidthcentering
      textcolorredSevenfontsize1624faicon#1
      endminipage%
      textcolorredSevenvrule width 3pt hspace14pt
      beginminipage.8textwidth
      textcolorredNine#2
      endminipage
      smallskipnewline


      newenvironmentbanEnv[1][ban]%
      bigskipnewline%
      beginminipage.1textwidthcentering%
      textcolorredSevenfontsize1624faicon#1%
      endminipage%
      textcolorredSevenvrule width 3pt hspace14pt%
      beginminipage.8textwidth
      colorredNine
      endminipagebigskipnewline

      % WARNINGS ------------------------------------------------------------------

      newcommandwarningBox[2][exclamation-triangle]%
      bigskip newline
      beginminipage.1textwidthcentering
      textcolororangeSevenfontsize1624faicon#1
      endminipage%
      textcolororangeSevenvrule width 3pt hspace14pt
      beginminipage.8textwidth
      textcolororangeNine#2
      endminipage
      newline


      newenvironmentwarningEnv[1][exclamation-triangle]%
      bigskipnewline
      beginminipage.1textwidthcentering%
      textcolororangeSevenfontsize1624faicon#1%
      endminipage%
      textcolororangeSevenvrule width 3pt hspace14pt%
      beginminipage.8textwidth
      colororangeNine
      endminipagebigskipnewline

      %-------------------------------------------------------------------------------

      begindocument

      Comment this line or Delete any commented line bellow
      banBoxBan box.
      % A
      beginbanEnv
      Ban environment.\
      Lorem ipsum dolor sit amet.\
      Earum odit quia maiores nisi illum reiciendis aspernatur.
      endbanEnv
      % B
      warningBoxWarning box.
      % C
      beginwarningEnv
      Warning environment.\
      Lorem ipsum dolor sit amet\
      Earum odit quia maiores nisi illum reiciendis aspernatur.
      endwarningEnv
      % D

      enddocument


      Updated:
      The worst case if is no line in between.



      begindocument

      banBoxBan box.

      beginbanEnv
      Ban environment.\
      Lorem ipsum dolor sit amet.\
      Earum odit quia maiores nisi illum reiciendis aspernatur.
      endbanEnv

      warningBoxWarning box.

      beginwarningEnv
      Warning environment.\
      Lorem ipsum dolor sit amet\
      Earum odit quia maiores nisi illum reiciendis aspernatur.
      endwarningEnv


      enddocument






      macros environments






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 1 hour ago







      Igor

















      asked 3 hours ago









      IgorIgor

      204




      204




















          1 Answer
          1






          active

          oldest

          votes


















          5














          I have added a space character before bigskipnewline for newline command. Such as:



          documentclass[12pt,a4paper]article
          usepackage[utf8]inputenc
          usepackage[margin=2cm]geometry
          usepackageamsmath
          usepackageamsfonts
          usepackageamssymb
          usepackagegraphicx
          usepackagefontawesome
          parindent=0ex
          usepackagexcolor

          % RED
          definecolorredSevenrgb0.94, 0.24, 0.24
          definecolorredNinergb0.79, 0.16, 0.16

          % ORANGE
          definecolororangeSevenrgb0.97, 0.4, 0.03
          definecolororangeNinergb0.85, 0.28, 0.06

          % BANS ----------------------------------------------------------------------

          newcommandbanBox[2][ban]%
          bigskipnewline % <----------------- added and space
          beginminipage.1textwidthcentering
          textcolorredSevenfontsize1624faicon#1
          endminipage%
          textcolorredSevenvrule width 3pt hspace14pt
          beginminipage.8textwidth
          textcolorredNine#2
          endminipage
          smallskipnewline


          newenvironmentbanEnv[1][ban]%
          bigskipnewline%
          beginminipage.1textwidthcentering%
          textcolorredSevenfontsize1624faicon#1%
          endminipage%
          textcolorredSevenvrule width 3pt hspace14pt%
          beginminipage.8textwidth
          colorredNine
          endminipagebigskipnewline

          % WARNINGS ------------------------------------------------------------------

          newcommandwarningBox[2][exclamation-triangle]%
          bigskip newline
          beginminipage.1textwidthcentering
          textcolororangeSevenfontsize1624faicon#1
          endminipage%
          textcolororangeSevenvrule width 3pt hspace14pt
          beginminipage.8textwidth
          textcolororangeNine#2
          endminipage
          newline


          newenvironmentwarningEnv[1][exclamation-triangle]%
          bigskipnewline
          beginminipage.1textwidthcentering%
          textcolororangeSevenfontsize1624faicon#1%
          endminipage%
          textcolororangeSevenvrule width 3pt hspace14pt%
          beginminipage.8textwidth
          colororangeNine
          endminipagebigskipnewline

          %-------------------------------------------------------------------------------

          begindocument

          %Comment this line or Delete any commented line bellow
          banBoxBan box.
          A
          beginbanEnv
          Ban environment.\
          Lorem ipsum dolor sit amet.\
          Earum odit quia maiores nisi illum reiciendis aspernatur.
          endbanEnv
          B
          warningBoxWarning box.
          C
          beginwarningEnv
          Warning environment.\
          Lorem ipsum dolor sit amet\
          Earum odit quia maiores nisi illum reiciendis aspernatur.
          endwarningEnv
          D
          enddocument


          enter image description here



          ADDENDUM:



          If we remove the A, B, C and D lines, output is follow:



           documentclass[12pt,a4paper]article
          usepackage[utf8]inputenc
          usepackage[margin=2cm]geometry
          usepackageamsmath
          usepackageamsfonts
          usepackageamssymb
          usepackagegraphicx
          usepackagefontawesome
          parindent=0ex
          usepackagexcolor

          % RED
          definecolorredSevenrgb0.94, 0.24, 0.24
          definecolorredNinergb0.79, 0.16, 0.16

          % ORANGE
          definecolororangeSevenrgb0.97, 0.4, 0.03
          definecolororangeNinergb0.85, 0.28, 0.06

          % BANS ----------------------------------------------------------------------

          newcommandbanBox[2][ban]%
          bigskipnewline
          beginminipage.1textwidthcentering
          textcolorredSevenfontsize1624faicon#1
          endminipage%
          textcolorredSevenvrule width 3pt hspace14pt
          beginminipage.8textwidth
          textcolorredNine#2
          endminipage
          smallskipnewline


          newenvironmentbanEnv[1][ban]%
          bigskipnewline%
          beginminipage.1textwidthcentering%
          textcolorredSevenfontsize1624faicon#1%
          endminipage%
          textcolorredSevenvrule width 3pt hspace14pt%
          beginminipage.8textwidth
          colorredNine
          endminipagebigskipnewline

          % WARNINGS ------------------------------------------------------------------

          newcommandwarningBox[2][exclamation-triangle]%
          bigskip newline
          beginminipage.1textwidthcentering
          textcolororangeSevenfontsize1624faicon#1
          endminipage%
          textcolororangeSevenvrule width 3pt hspace14pt
          beginminipage.8textwidth
          textcolororangeNine#2
          endminipage
          newline


          newenvironmentwarningEnv[1][exclamation-triangle]%
          bigskipnewline
          beginminipage.1textwidthcentering%
          textcolororangeSevenfontsize1624faicon#1%
          endminipage%
          textcolororangeSevenvrule width 3pt hspace14pt%
          beginminipage.8textwidth
          colororangeNine
          endminipagebigskipnewline

          %-------------------------------------------------------------------------------

          begindocument

          banBoxBan box.

          beginbanEnv
          Ban environment.\
          Lorem ipsum dolor sit amet.\
          Earum odit quia maiores nisi illum reiciendis aspernatur.
          endbanEnv

          warningBoxWarning box.

          beginwarningEnv
          Warning environment.\
          Lorem ipsum dolor sit amet\
          Earum odit quia maiores nisi illum reiciendis aspernatur.
          endwarningEnv

          enddocument


          enter image description here






          share|improve this answer

























          • it does'n work if you remove the text in between (A, B, C, D)

            – Igor
            2 hours ago






          • 1





            It works. Check out my addendum.

            – ferahfeza
            1 hour ago






          • 1





            @ferahfeza I like it. My congratulations.

            – Sebastiano
            1 hour ago






          • 1





            @Sebastiano, thank you very much.

            – ferahfeza
            1 hour ago











          • @Igor, add to each bigskipnewline

            – ferahfeza
            1 hour 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%2f482643%2fcreate-custom-note-boxes%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














          I have added a space character before bigskipnewline for newline command. Such as:



          documentclass[12pt,a4paper]article
          usepackage[utf8]inputenc
          usepackage[margin=2cm]geometry
          usepackageamsmath
          usepackageamsfonts
          usepackageamssymb
          usepackagegraphicx
          usepackagefontawesome
          parindent=0ex
          usepackagexcolor

          % RED
          definecolorredSevenrgb0.94, 0.24, 0.24
          definecolorredNinergb0.79, 0.16, 0.16

          % ORANGE
          definecolororangeSevenrgb0.97, 0.4, 0.03
          definecolororangeNinergb0.85, 0.28, 0.06

          % BANS ----------------------------------------------------------------------

          newcommandbanBox[2][ban]%
          bigskipnewline % <----------------- added and space
          beginminipage.1textwidthcentering
          textcolorredSevenfontsize1624faicon#1
          endminipage%
          textcolorredSevenvrule width 3pt hspace14pt
          beginminipage.8textwidth
          textcolorredNine#2
          endminipage
          smallskipnewline


          newenvironmentbanEnv[1][ban]%
          bigskipnewline%
          beginminipage.1textwidthcentering%
          textcolorredSevenfontsize1624faicon#1%
          endminipage%
          textcolorredSevenvrule width 3pt hspace14pt%
          beginminipage.8textwidth
          colorredNine
          endminipagebigskipnewline

          % WARNINGS ------------------------------------------------------------------

          newcommandwarningBox[2][exclamation-triangle]%
          bigskip newline
          beginminipage.1textwidthcentering
          textcolororangeSevenfontsize1624faicon#1
          endminipage%
          textcolororangeSevenvrule width 3pt hspace14pt
          beginminipage.8textwidth
          textcolororangeNine#2
          endminipage
          newline


          newenvironmentwarningEnv[1][exclamation-triangle]%
          bigskipnewline
          beginminipage.1textwidthcentering%
          textcolororangeSevenfontsize1624faicon#1%
          endminipage%
          textcolororangeSevenvrule width 3pt hspace14pt%
          beginminipage.8textwidth
          colororangeNine
          endminipagebigskipnewline

          %-------------------------------------------------------------------------------

          begindocument

          %Comment this line or Delete any commented line bellow
          banBoxBan box.
          A
          beginbanEnv
          Ban environment.\
          Lorem ipsum dolor sit amet.\
          Earum odit quia maiores nisi illum reiciendis aspernatur.
          endbanEnv
          B
          warningBoxWarning box.
          C
          beginwarningEnv
          Warning environment.\
          Lorem ipsum dolor sit amet\
          Earum odit quia maiores nisi illum reiciendis aspernatur.
          endwarningEnv
          D
          enddocument


          enter image description here



          ADDENDUM:



          If we remove the A, B, C and D lines, output is follow:



           documentclass[12pt,a4paper]article
          usepackage[utf8]inputenc
          usepackage[margin=2cm]geometry
          usepackageamsmath
          usepackageamsfonts
          usepackageamssymb
          usepackagegraphicx
          usepackagefontawesome
          parindent=0ex
          usepackagexcolor

          % RED
          definecolorredSevenrgb0.94, 0.24, 0.24
          definecolorredNinergb0.79, 0.16, 0.16

          % ORANGE
          definecolororangeSevenrgb0.97, 0.4, 0.03
          definecolororangeNinergb0.85, 0.28, 0.06

          % BANS ----------------------------------------------------------------------

          newcommandbanBox[2][ban]%
          bigskipnewline
          beginminipage.1textwidthcentering
          textcolorredSevenfontsize1624faicon#1
          endminipage%
          textcolorredSevenvrule width 3pt hspace14pt
          beginminipage.8textwidth
          textcolorredNine#2
          endminipage
          smallskipnewline


          newenvironmentbanEnv[1][ban]%
          bigskipnewline%
          beginminipage.1textwidthcentering%
          textcolorredSevenfontsize1624faicon#1%
          endminipage%
          textcolorredSevenvrule width 3pt hspace14pt%
          beginminipage.8textwidth
          colorredNine
          endminipagebigskipnewline

          % WARNINGS ------------------------------------------------------------------

          newcommandwarningBox[2][exclamation-triangle]%
          bigskip newline
          beginminipage.1textwidthcentering
          textcolororangeSevenfontsize1624faicon#1
          endminipage%
          textcolororangeSevenvrule width 3pt hspace14pt
          beginminipage.8textwidth
          textcolororangeNine#2
          endminipage
          newline


          newenvironmentwarningEnv[1][exclamation-triangle]%
          bigskipnewline
          beginminipage.1textwidthcentering%
          textcolororangeSevenfontsize1624faicon#1%
          endminipage%
          textcolororangeSevenvrule width 3pt hspace14pt%
          beginminipage.8textwidth
          colororangeNine
          endminipagebigskipnewline

          %-------------------------------------------------------------------------------

          begindocument

          banBoxBan box.

          beginbanEnv
          Ban environment.\
          Lorem ipsum dolor sit amet.\
          Earum odit quia maiores nisi illum reiciendis aspernatur.
          endbanEnv

          warningBoxWarning box.

          beginwarningEnv
          Warning environment.\
          Lorem ipsum dolor sit amet\
          Earum odit quia maiores nisi illum reiciendis aspernatur.
          endwarningEnv

          enddocument


          enter image description here






          share|improve this answer

























          • it does'n work if you remove the text in between (A, B, C, D)

            – Igor
            2 hours ago






          • 1





            It works. Check out my addendum.

            – ferahfeza
            1 hour ago






          • 1





            @ferahfeza I like it. My congratulations.

            – Sebastiano
            1 hour ago






          • 1





            @Sebastiano, thank you very much.

            – ferahfeza
            1 hour ago











          • @Igor, add to each bigskipnewline

            – ferahfeza
            1 hour ago















          5














          I have added a space character before bigskipnewline for newline command. Such as:



          documentclass[12pt,a4paper]article
          usepackage[utf8]inputenc
          usepackage[margin=2cm]geometry
          usepackageamsmath
          usepackageamsfonts
          usepackageamssymb
          usepackagegraphicx
          usepackagefontawesome
          parindent=0ex
          usepackagexcolor

          % RED
          definecolorredSevenrgb0.94, 0.24, 0.24
          definecolorredNinergb0.79, 0.16, 0.16

          % ORANGE
          definecolororangeSevenrgb0.97, 0.4, 0.03
          definecolororangeNinergb0.85, 0.28, 0.06

          % BANS ----------------------------------------------------------------------

          newcommandbanBox[2][ban]%
          bigskipnewline % <----------------- added and space
          beginminipage.1textwidthcentering
          textcolorredSevenfontsize1624faicon#1
          endminipage%
          textcolorredSevenvrule width 3pt hspace14pt
          beginminipage.8textwidth
          textcolorredNine#2
          endminipage
          smallskipnewline


          newenvironmentbanEnv[1][ban]%
          bigskipnewline%
          beginminipage.1textwidthcentering%
          textcolorredSevenfontsize1624faicon#1%
          endminipage%
          textcolorredSevenvrule width 3pt hspace14pt%
          beginminipage.8textwidth
          colorredNine
          endminipagebigskipnewline

          % WARNINGS ------------------------------------------------------------------

          newcommandwarningBox[2][exclamation-triangle]%
          bigskip newline
          beginminipage.1textwidthcentering
          textcolororangeSevenfontsize1624faicon#1
          endminipage%
          textcolororangeSevenvrule width 3pt hspace14pt
          beginminipage.8textwidth
          textcolororangeNine#2
          endminipage
          newline


          newenvironmentwarningEnv[1][exclamation-triangle]%
          bigskipnewline
          beginminipage.1textwidthcentering%
          textcolororangeSevenfontsize1624faicon#1%
          endminipage%
          textcolororangeSevenvrule width 3pt hspace14pt%
          beginminipage.8textwidth
          colororangeNine
          endminipagebigskipnewline

          %-------------------------------------------------------------------------------

          begindocument

          %Comment this line or Delete any commented line bellow
          banBoxBan box.
          A
          beginbanEnv
          Ban environment.\
          Lorem ipsum dolor sit amet.\
          Earum odit quia maiores nisi illum reiciendis aspernatur.
          endbanEnv
          B
          warningBoxWarning box.
          C
          beginwarningEnv
          Warning environment.\
          Lorem ipsum dolor sit amet\
          Earum odit quia maiores nisi illum reiciendis aspernatur.
          endwarningEnv
          D
          enddocument


          enter image description here



          ADDENDUM:



          If we remove the A, B, C and D lines, output is follow:



           documentclass[12pt,a4paper]article
          usepackage[utf8]inputenc
          usepackage[margin=2cm]geometry
          usepackageamsmath
          usepackageamsfonts
          usepackageamssymb
          usepackagegraphicx
          usepackagefontawesome
          parindent=0ex
          usepackagexcolor

          % RED
          definecolorredSevenrgb0.94, 0.24, 0.24
          definecolorredNinergb0.79, 0.16, 0.16

          % ORANGE
          definecolororangeSevenrgb0.97, 0.4, 0.03
          definecolororangeNinergb0.85, 0.28, 0.06

          % BANS ----------------------------------------------------------------------

          newcommandbanBox[2][ban]%
          bigskipnewline
          beginminipage.1textwidthcentering
          textcolorredSevenfontsize1624faicon#1
          endminipage%
          textcolorredSevenvrule width 3pt hspace14pt
          beginminipage.8textwidth
          textcolorredNine#2
          endminipage
          smallskipnewline


          newenvironmentbanEnv[1][ban]%
          bigskipnewline%
          beginminipage.1textwidthcentering%
          textcolorredSevenfontsize1624faicon#1%
          endminipage%
          textcolorredSevenvrule width 3pt hspace14pt%
          beginminipage.8textwidth
          colorredNine
          endminipagebigskipnewline

          % WARNINGS ------------------------------------------------------------------

          newcommandwarningBox[2][exclamation-triangle]%
          bigskip newline
          beginminipage.1textwidthcentering
          textcolororangeSevenfontsize1624faicon#1
          endminipage%
          textcolororangeSevenvrule width 3pt hspace14pt
          beginminipage.8textwidth
          textcolororangeNine#2
          endminipage
          newline


          newenvironmentwarningEnv[1][exclamation-triangle]%
          bigskipnewline
          beginminipage.1textwidthcentering%
          textcolororangeSevenfontsize1624faicon#1%
          endminipage%
          textcolororangeSevenvrule width 3pt hspace14pt%
          beginminipage.8textwidth
          colororangeNine
          endminipagebigskipnewline

          %-------------------------------------------------------------------------------

          begindocument

          banBoxBan box.

          beginbanEnv
          Ban environment.\
          Lorem ipsum dolor sit amet.\
          Earum odit quia maiores nisi illum reiciendis aspernatur.
          endbanEnv

          warningBoxWarning box.

          beginwarningEnv
          Warning environment.\
          Lorem ipsum dolor sit amet\
          Earum odit quia maiores nisi illum reiciendis aspernatur.
          endwarningEnv

          enddocument


          enter image description here






          share|improve this answer

























          • it does'n work if you remove the text in between (A, B, C, D)

            – Igor
            2 hours ago






          • 1





            It works. Check out my addendum.

            – ferahfeza
            1 hour ago






          • 1





            @ferahfeza I like it. My congratulations.

            – Sebastiano
            1 hour ago






          • 1





            @Sebastiano, thank you very much.

            – ferahfeza
            1 hour ago











          • @Igor, add to each bigskipnewline

            – ferahfeza
            1 hour ago













          5












          5








          5







          I have added a space character before bigskipnewline for newline command. Such as:



          documentclass[12pt,a4paper]article
          usepackage[utf8]inputenc
          usepackage[margin=2cm]geometry
          usepackageamsmath
          usepackageamsfonts
          usepackageamssymb
          usepackagegraphicx
          usepackagefontawesome
          parindent=0ex
          usepackagexcolor

          % RED
          definecolorredSevenrgb0.94, 0.24, 0.24
          definecolorredNinergb0.79, 0.16, 0.16

          % ORANGE
          definecolororangeSevenrgb0.97, 0.4, 0.03
          definecolororangeNinergb0.85, 0.28, 0.06

          % BANS ----------------------------------------------------------------------

          newcommandbanBox[2][ban]%
          bigskipnewline % <----------------- added and space
          beginminipage.1textwidthcentering
          textcolorredSevenfontsize1624faicon#1
          endminipage%
          textcolorredSevenvrule width 3pt hspace14pt
          beginminipage.8textwidth
          textcolorredNine#2
          endminipage
          smallskipnewline


          newenvironmentbanEnv[1][ban]%
          bigskipnewline%
          beginminipage.1textwidthcentering%
          textcolorredSevenfontsize1624faicon#1%
          endminipage%
          textcolorredSevenvrule width 3pt hspace14pt%
          beginminipage.8textwidth
          colorredNine
          endminipagebigskipnewline

          % WARNINGS ------------------------------------------------------------------

          newcommandwarningBox[2][exclamation-triangle]%
          bigskip newline
          beginminipage.1textwidthcentering
          textcolororangeSevenfontsize1624faicon#1
          endminipage%
          textcolororangeSevenvrule width 3pt hspace14pt
          beginminipage.8textwidth
          textcolororangeNine#2
          endminipage
          newline


          newenvironmentwarningEnv[1][exclamation-triangle]%
          bigskipnewline
          beginminipage.1textwidthcentering%
          textcolororangeSevenfontsize1624faicon#1%
          endminipage%
          textcolororangeSevenvrule width 3pt hspace14pt%
          beginminipage.8textwidth
          colororangeNine
          endminipagebigskipnewline

          %-------------------------------------------------------------------------------

          begindocument

          %Comment this line or Delete any commented line bellow
          banBoxBan box.
          A
          beginbanEnv
          Ban environment.\
          Lorem ipsum dolor sit amet.\
          Earum odit quia maiores nisi illum reiciendis aspernatur.
          endbanEnv
          B
          warningBoxWarning box.
          C
          beginwarningEnv
          Warning environment.\
          Lorem ipsum dolor sit amet\
          Earum odit quia maiores nisi illum reiciendis aspernatur.
          endwarningEnv
          D
          enddocument


          enter image description here



          ADDENDUM:



          If we remove the A, B, C and D lines, output is follow:



           documentclass[12pt,a4paper]article
          usepackage[utf8]inputenc
          usepackage[margin=2cm]geometry
          usepackageamsmath
          usepackageamsfonts
          usepackageamssymb
          usepackagegraphicx
          usepackagefontawesome
          parindent=0ex
          usepackagexcolor

          % RED
          definecolorredSevenrgb0.94, 0.24, 0.24
          definecolorredNinergb0.79, 0.16, 0.16

          % ORANGE
          definecolororangeSevenrgb0.97, 0.4, 0.03
          definecolororangeNinergb0.85, 0.28, 0.06

          % BANS ----------------------------------------------------------------------

          newcommandbanBox[2][ban]%
          bigskipnewline
          beginminipage.1textwidthcentering
          textcolorredSevenfontsize1624faicon#1
          endminipage%
          textcolorredSevenvrule width 3pt hspace14pt
          beginminipage.8textwidth
          textcolorredNine#2
          endminipage
          smallskipnewline


          newenvironmentbanEnv[1][ban]%
          bigskipnewline%
          beginminipage.1textwidthcentering%
          textcolorredSevenfontsize1624faicon#1%
          endminipage%
          textcolorredSevenvrule width 3pt hspace14pt%
          beginminipage.8textwidth
          colorredNine
          endminipagebigskipnewline

          % WARNINGS ------------------------------------------------------------------

          newcommandwarningBox[2][exclamation-triangle]%
          bigskip newline
          beginminipage.1textwidthcentering
          textcolororangeSevenfontsize1624faicon#1
          endminipage%
          textcolororangeSevenvrule width 3pt hspace14pt
          beginminipage.8textwidth
          textcolororangeNine#2
          endminipage
          newline


          newenvironmentwarningEnv[1][exclamation-triangle]%
          bigskipnewline
          beginminipage.1textwidthcentering%
          textcolororangeSevenfontsize1624faicon#1%
          endminipage%
          textcolororangeSevenvrule width 3pt hspace14pt%
          beginminipage.8textwidth
          colororangeNine
          endminipagebigskipnewline

          %-------------------------------------------------------------------------------

          begindocument

          banBoxBan box.

          beginbanEnv
          Ban environment.\
          Lorem ipsum dolor sit amet.\
          Earum odit quia maiores nisi illum reiciendis aspernatur.
          endbanEnv

          warningBoxWarning box.

          beginwarningEnv
          Warning environment.\
          Lorem ipsum dolor sit amet\
          Earum odit quia maiores nisi illum reiciendis aspernatur.
          endwarningEnv

          enddocument


          enter image description here






          share|improve this answer















          I have added a space character before bigskipnewline for newline command. Such as:



          documentclass[12pt,a4paper]article
          usepackage[utf8]inputenc
          usepackage[margin=2cm]geometry
          usepackageamsmath
          usepackageamsfonts
          usepackageamssymb
          usepackagegraphicx
          usepackagefontawesome
          parindent=0ex
          usepackagexcolor

          % RED
          definecolorredSevenrgb0.94, 0.24, 0.24
          definecolorredNinergb0.79, 0.16, 0.16

          % ORANGE
          definecolororangeSevenrgb0.97, 0.4, 0.03
          definecolororangeNinergb0.85, 0.28, 0.06

          % BANS ----------------------------------------------------------------------

          newcommandbanBox[2][ban]%
          bigskipnewline % <----------------- added and space
          beginminipage.1textwidthcentering
          textcolorredSevenfontsize1624faicon#1
          endminipage%
          textcolorredSevenvrule width 3pt hspace14pt
          beginminipage.8textwidth
          textcolorredNine#2
          endminipage
          smallskipnewline


          newenvironmentbanEnv[1][ban]%
          bigskipnewline%
          beginminipage.1textwidthcentering%
          textcolorredSevenfontsize1624faicon#1%
          endminipage%
          textcolorredSevenvrule width 3pt hspace14pt%
          beginminipage.8textwidth
          colorredNine
          endminipagebigskipnewline

          % WARNINGS ------------------------------------------------------------------

          newcommandwarningBox[2][exclamation-triangle]%
          bigskip newline
          beginminipage.1textwidthcentering
          textcolororangeSevenfontsize1624faicon#1
          endminipage%
          textcolororangeSevenvrule width 3pt hspace14pt
          beginminipage.8textwidth
          textcolororangeNine#2
          endminipage
          newline


          newenvironmentwarningEnv[1][exclamation-triangle]%
          bigskipnewline
          beginminipage.1textwidthcentering%
          textcolororangeSevenfontsize1624faicon#1%
          endminipage%
          textcolororangeSevenvrule width 3pt hspace14pt%
          beginminipage.8textwidth
          colororangeNine
          endminipagebigskipnewline

          %-------------------------------------------------------------------------------

          begindocument

          %Comment this line or Delete any commented line bellow
          banBoxBan box.
          A
          beginbanEnv
          Ban environment.\
          Lorem ipsum dolor sit amet.\
          Earum odit quia maiores nisi illum reiciendis aspernatur.
          endbanEnv
          B
          warningBoxWarning box.
          C
          beginwarningEnv
          Warning environment.\
          Lorem ipsum dolor sit amet\
          Earum odit quia maiores nisi illum reiciendis aspernatur.
          endwarningEnv
          D
          enddocument


          enter image description here



          ADDENDUM:



          If we remove the A, B, C and D lines, output is follow:



           documentclass[12pt,a4paper]article
          usepackage[utf8]inputenc
          usepackage[margin=2cm]geometry
          usepackageamsmath
          usepackageamsfonts
          usepackageamssymb
          usepackagegraphicx
          usepackagefontawesome
          parindent=0ex
          usepackagexcolor

          % RED
          definecolorredSevenrgb0.94, 0.24, 0.24
          definecolorredNinergb0.79, 0.16, 0.16

          % ORANGE
          definecolororangeSevenrgb0.97, 0.4, 0.03
          definecolororangeNinergb0.85, 0.28, 0.06

          % BANS ----------------------------------------------------------------------

          newcommandbanBox[2][ban]%
          bigskipnewline
          beginminipage.1textwidthcentering
          textcolorredSevenfontsize1624faicon#1
          endminipage%
          textcolorredSevenvrule width 3pt hspace14pt
          beginminipage.8textwidth
          textcolorredNine#2
          endminipage
          smallskipnewline


          newenvironmentbanEnv[1][ban]%
          bigskipnewline%
          beginminipage.1textwidthcentering%
          textcolorredSevenfontsize1624faicon#1%
          endminipage%
          textcolorredSevenvrule width 3pt hspace14pt%
          beginminipage.8textwidth
          colorredNine
          endminipagebigskipnewline

          % WARNINGS ------------------------------------------------------------------

          newcommandwarningBox[2][exclamation-triangle]%
          bigskip newline
          beginminipage.1textwidthcentering
          textcolororangeSevenfontsize1624faicon#1
          endminipage%
          textcolororangeSevenvrule width 3pt hspace14pt
          beginminipage.8textwidth
          textcolororangeNine#2
          endminipage
          newline


          newenvironmentwarningEnv[1][exclamation-triangle]%
          bigskipnewline
          beginminipage.1textwidthcentering%
          textcolororangeSevenfontsize1624faicon#1%
          endminipage%
          textcolororangeSevenvrule width 3pt hspace14pt%
          beginminipage.8textwidth
          colororangeNine
          endminipagebigskipnewline

          %-------------------------------------------------------------------------------

          begindocument

          banBoxBan box.

          beginbanEnv
          Ban environment.\
          Lorem ipsum dolor sit amet.\
          Earum odit quia maiores nisi illum reiciendis aspernatur.
          endbanEnv

          warningBoxWarning box.

          beginwarningEnv
          Warning environment.\
          Lorem ipsum dolor sit amet\
          Earum odit quia maiores nisi illum reiciendis aspernatur.
          endwarningEnv

          enddocument


          enter image description here







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 1 hour ago

























          answered 2 hours ago









          ferahfezaferahfeza

          7,29411933




          7,29411933












          • it does'n work if you remove the text in between (A, B, C, D)

            – Igor
            2 hours ago






          • 1





            It works. Check out my addendum.

            – ferahfeza
            1 hour ago






          • 1





            @ferahfeza I like it. My congratulations.

            – Sebastiano
            1 hour ago






          • 1





            @Sebastiano, thank you very much.

            – ferahfeza
            1 hour ago











          • @Igor, add to each bigskipnewline

            – ferahfeza
            1 hour ago

















          • it does'n work if you remove the text in between (A, B, C, D)

            – Igor
            2 hours ago






          • 1





            It works. Check out my addendum.

            – ferahfeza
            1 hour ago






          • 1





            @ferahfeza I like it. My congratulations.

            – Sebastiano
            1 hour ago






          • 1





            @Sebastiano, thank you very much.

            – ferahfeza
            1 hour ago











          • @Igor, add to each bigskipnewline

            – ferahfeza
            1 hour ago
















          it does'n work if you remove the text in between (A, B, C, D)

          – Igor
          2 hours ago





          it does'n work if you remove the text in between (A, B, C, D)

          – Igor
          2 hours ago




          1




          1





          It works. Check out my addendum.

          – ferahfeza
          1 hour ago





          It works. Check out my addendum.

          – ferahfeza
          1 hour ago




          1




          1





          @ferahfeza I like it. My congratulations.

          – Sebastiano
          1 hour ago





          @ferahfeza I like it. My congratulations.

          – Sebastiano
          1 hour ago




          1




          1





          @Sebastiano, thank you very much.

          – ferahfeza
          1 hour ago





          @Sebastiano, thank you very much.

          – ferahfeza
          1 hour ago













          @Igor, add to each bigskipnewline

          – ferahfeza
          1 hour ago





          @Igor, add to each bigskipnewline

          – ferahfeza
          1 hour 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%2f482643%2fcreate-custom-note-boxes%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

          Are there any AGPL-style licences that require source code modifications to be public? Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Force derivative works to be publicAre there any GPL like licenses for Apple App Store?Do you violate the GPL if you provide source code that cannot be compiled?GPL - is it distribution to use libraries in an appliance loaned to customers?Distributing App for free which uses GPL'ed codeModifications of server software under GPL, with web/CLI interfaceDoes using an AGPLv3-licensed library prevent me from dual-licensing my own source code?Can I publish only select code under GPLv3 from a private project?Is there published precedent regarding the scope of covered work that uses AGPL software?If MIT licensed code links to GPL licensed code what should be the license of the resulting binary program?If I use a public API endpoint that has its source code licensed under AGPL in my app, do I need to disclose my source?

          2013 GY136 Descoberta | Órbita | Referências Menu de navegação«List Of Centaurs and Scattered-Disk Objects»«List of Known Trans-Neptunian Objects»

          Button changing it's text & action. Good or terrible? The 2019 Stack Overflow Developer Survey Results Are Inchanging text on user mouseoverShould certain functions be “hard to find” for powerusers to discover?Custom liking function - do I need user login?Using different checkbox style for different checkbox behaviorBest Practices: Save and Exit in Software UIInteraction with remote validated formMore efficient UI to progress the user through a complicated process?Designing a popup notice for a gameShould bulk-editing functions be hidden until a table row is selected, or is there a better solution?Is it bad practice to disable (replace) the context menu?