Problem drawing boxes with arrows in tikZ Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)TikZ node placement and arrow drawingHow to define the default vertical distance between nodes?Computing the rectangle encompassing a node and a pointNumerical conditional within tikz keys?Input/Output Nodes - Specification and Description LanguageTikZ: Drawing an arc from an intersection to an intersectionHow to prevent rounded and duplicated tick labels in pgfplots with fixed precision?Drawing rectilinear curves in Tikz, aka an Etch-a-Sketch drawingLine up nested tikz enviroments or how to get rid of themHow to draw a square and its diagonals with arrows?

What's the difference between `auto x = vector<int>()` and `vector<int> x`?

Antler Helmet: Can it work?

How can I fade player character when he goes inside or outside of the area?

Is it true that "carbohydrates are of no use for the basal metabolic need"?

Bonus calculation: Am I making a mountain out of a molehill?

How to motivate offshore teams and trust them to deliver?

Is a manifold-with-boundary with given interior and non-empty boundary essentially unique?

Should I call the interviewer directly, if HR aren't responding?

What is the musical term for a note that continously plays through a melody?

How do I mention the quality of my school without bragging

Can a non-EU citizen traveling with me come with me through the EU passport line?

How to do this path/lattice with tikz

Letter Boxed validator

If a contract sometimes uses the wrong name, is it still valid?

What is the longest distance a 13th-level monk can jump while attacking on the same turn?

What do you call a phrase that's not an idiom yet?

Are my PIs rude or am I just being too sensitive?

Is it ethical to give a final exam after the professor has quit before teaching the remaining chapters of the course?

How to recreate this effect in Photoshop?

What happens to sewage if there is no river near by?

Is there a documented rationale why the House Ways and Means chairman can demand tax info?

3 doors, three guards, one stone

Why aren't air breathing engines used as small first stages

Should I discuss the type of campaign with my players?



Problem drawing boxes with arrows in tikZ



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)TikZ node placement and arrow drawingHow to define the default vertical distance between nodes?Computing the rectangle encompassing a node and a pointNumerical conditional within tikz keys?Input/Output Nodes - Specification and Description LanguageTikZ: Drawing an arc from an intersection to an intersectionHow to prevent rounded and duplicated tick labels in pgfplots with fixed precision?Drawing rectilinear curves in Tikz, aka an Etch-a-Sketch drawingLine up nested tikz enviroments or how to get rid of themHow to draw a square and its diagonals with arrows?










1















Could someone, whenever it's possible, post a minimal tikZ example to draw this? I also would like to put an "R" inside the upper box. This is mi code so far (I know, it's a mess):



documentclass[tikz]standalone
begindocument
tikzstylevspecies=[rectangle, minimum size=0.5cm,draw=black,fill=blue]
begintikzpicture

node [vspecies] (I) I ;
node [vspecies, above left of = I] (N) M ;
node [vspecies, below left of = I] (K) K ;
draw [->,thick] (S.south east) -- node small$N$ (M) ; ;
draw [->,thick] (C) -- node [below right] small$M$ (M) ;

endtikzpicture
enddocument


enter image description here










share|improve this question







New contributor




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















  • 1





    You can use local bounding box. Btw, your code is not even compilable

    – JouleV
    1 hour ago
















1















Could someone, whenever it's possible, post a minimal tikZ example to draw this? I also would like to put an "R" inside the upper box. This is mi code so far (I know, it's a mess):



documentclass[tikz]standalone
begindocument
tikzstylevspecies=[rectangle, minimum size=0.5cm,draw=black,fill=blue]
begintikzpicture

node [vspecies] (I) I ;
node [vspecies, above left of = I] (N) M ;
node [vspecies, below left of = I] (K) K ;
draw [->,thick] (S.south east) -- node small$N$ (M) ; ;
draw [->,thick] (C) -- node [below right] small$M$ (M) ;

endtikzpicture
enddocument


enter image description here










share|improve this question







New contributor




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















  • 1





    You can use local bounding box. Btw, your code is not even compilable

    – JouleV
    1 hour ago














1












1








1


0






Could someone, whenever it's possible, post a minimal tikZ example to draw this? I also would like to put an "R" inside the upper box. This is mi code so far (I know, it's a mess):



documentclass[tikz]standalone
begindocument
tikzstylevspecies=[rectangle, minimum size=0.5cm,draw=black,fill=blue]
begintikzpicture

node [vspecies] (I) I ;
node [vspecies, above left of = I] (N) M ;
node [vspecies, below left of = I] (K) K ;
draw [->,thick] (S.south east) -- node small$N$ (M) ; ;
draw [->,thick] (C) -- node [below right] small$M$ (M) ;

endtikzpicture
enddocument


enter image description here










share|improve this question







New contributor




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












Could someone, whenever it's possible, post a minimal tikZ example to draw this? I also would like to put an "R" inside the upper box. This is mi code so far (I know, it's a mess):



documentclass[tikz]standalone
begindocument
tikzstylevspecies=[rectangle, minimum size=0.5cm,draw=black,fill=blue]
begintikzpicture

node [vspecies] (I) I ;
node [vspecies, above left of = I] (N) M ;
node [vspecies, below left of = I] (K) K ;
draw [->,thick] (S.south east) -- node small$N$ (M) ; ;
draw [->,thick] (C) -- node [below right] small$M$ (M) ;

endtikzpicture
enddocument


enter image description here







tikz-pgf






share|improve this question







New contributor




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











share|improve this question







New contributor




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









share|improve this question




share|improve this question






New contributor




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









asked 1 hour ago









naveganteXnaveganteX

465




465




New contributor




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





New contributor





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






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







  • 1





    You can use local bounding box. Btw, your code is not even compilable

    – JouleV
    1 hour ago













  • 1





    You can use local bounding box. Btw, your code is not even compilable

    – JouleV
    1 hour ago








1




1





You can use local bounding box. Btw, your code is not even compilable

– JouleV
1 hour ago






You can use local bounding box. Btw, your code is not even compilable

– JouleV
1 hour ago











4 Answers
4






active

oldest

votes


















2














Just for fun.



documentclass[tikz]standalone
usetikzlibrarypositioning
begindocument
tikzsetvspecies/.style=rectangle, minimum size=0.5cm,draw=blue
begintikzpicture[>=latex]
node[draw,minimum width=1cm,minimum height=2cm,
label=left:$M$,label=above:$N$] (R)$R$;
node [vspecies,below left=1cm and 0.2cm of R,minimum height=1.2cm,
label=left:$M$,label=above:$K$] (R1) ;
node [vspecies,below right=1cm and 0.2cm of R,minimum width=1.2cm,
label=left:$K$,label=above:$N$] (R2) ;
draw [->,thick,shorten >=1mm,shorten <=1mm] (R.south west) -- (R1.north east);
draw [->,thick,shorten >=1mm,shorten <=1mm] (R.south east) -- (R2.north west);
endtikzpicture
enddocument


enter image description here






share|improve this answer






























    2














    Something like this?



    documentclass[tikz,margin=1mm]standalone
    usetikzlibrarypositioning
    begindocument
    begintikzpicture
    beginscope[local bounding box=a]
    node[minimum width=2cm,minimum height=3cm,draw] (main-a) ;
    path (main-a.west) node[left] $N$ (main-a.north) node[above] $M$;
    endscope
    beginscope[local bounding box=b2]
    node[minimum width=2cm,minimum height=1cm,draw,below right=of main-a] (main-b2) ;
    path (main-b2.east) node[right] $K$ (main-b2.north) node[above] $M$;
    endscope
    beginscope[local bounding box=b1]
    node[minimum width=1cm,minimum height=3cm,draw,below left=of main-a] (main-b1) ;
    path (main-b1.west) node[left] $N$ (main-b1.north) node[above] $K$;
    endscope
    draw[-stealth] (main-a.south) -- (b1.north east);
    draw[-stealth] (main-a.south) -- (b2.north west);
    endtikzpicture
    enddocument


    enter image description here






    share|improve this answer























    • Are you a kind of wizard with TeX? I must admit that I'm impressed. I read up on tikZ but it is still hard for me. So, thank you for giving me a hand with this rather tough Tex world!

      – naveganteX
      1 hour ago






    • 1





      @naveganteX I'm not yet a "wizard" with either TikZ or LaTeX. I'm a complete novice in TeX :D There are so many TeXperts out there, but I am not one of them, of course. I don't even know anything about TikZ 3D yet (it is in my ever to-do list)

      – JouleV
      1 hour ago











    • I happen to think that you're pretty good at both, tikz and Tex. Regarding tikZ 3d, I have been wanting to plot those 3D histograms/bar chart for so long. But at the moment, it is just an illusion!

      – naveganteX
      1 hour ago


















    1














    Here is an overkill solution that defines a new pics "shape" (see section 18.2 of the 3.1.1 tikz manual),together with some custom pgfkeys for styling it. The end result is that you can produce:



    enter image description here



    using code:



    documentclass[tikz, border=5mm]standalone
    usetikzlibrarypositioning

    begindocument
    pgfkeys/vspecies/.is family, /vspecies,
    colour/.initial = black, % rectangle colour
    fill/.initial = white, % default fill
    top label/.initial = M, % label on right
    right label/.initial= N, % label on left
    bottom label/.initial=, % label on left
    left label/.initial=, % label on left
    X/.initial = 5mm, % default width
    Y/.initial = 5mm, % default height
    shape/.initial = rectangle % default shape


    tikzset
    pics/vspecies/.style args=#1,#2% node name, pgfkeys key-value pairs
    code =
    pgfkeys/vspecies, #2
    node[pgfkeysvalueof/vspecies/shape,
    minimum size=pgfkeysvalueof/vspecies/X,
    minimum height=pgfkeysvalueof/vspecies/Y,
    draw=pgfkeysvalueof/vspecies/colour,
    fill=pgfkeysvalueof/vspecies/fill,
    label=east:pgfkeysvalueof/vspecies/left label,
    label=north:pgfkeysvalueof/vspecies/top label,
    label=south:pgfkeysvalueof/vspecies/bottom label,
    label=west:pgfkeysvalueof/vspecies/right label,
    ](#1) at (0,0);




    begintikzpicture
    pic at (0,0) vspecies=A,colour=red,Y=10mm;
    pic[below left=10mm of A] vspecies=B,top label=K,colour=blue,Y=20mm;
    pic[below right=10mm of A] vspecies=C,fill=blue!10,X=10mm,shape=circle,left label=N,right label=;
    draw[->](A.south west)--(B.north east);
    draw[->](A.south east)--(C.north west);
    endtikzpicture

    enddocument


    The vspecies pic command take two arguments: the first is the name of a (normal) tikz node label and the second argunment is a comma separated list of key-value pairs tha specify:



    • the colour of the rectangle (default black)

    • the fill colour (default white)

    • the top label (default M)

    • the left label (default "")

    • the bottom label (default "")

    • the left label (default N)

    • the minimum X width

    • the minimum Y height

    • the shape (default rectangle)

    As I said, this is overkill (and I was bored:)






    share|improve this answer






























      0














      Final version:



      documentclass[tikz,margin=1mm]standalone
      usetikzlibrarypositioning
      begindocument
      sffamily
      begintikzpicture
      beginscope[local bounding box=a]
      node[minimum width=2cm,line width=0.199mm,minimum height=3cm,draw=black] (main-a) R;
      path (main-a.west) node[left] N (main-a.north) node[above] M;
      endscope
      beginscope[local bounding box=b2]
      node[minimum width=2cm,line width=0.199mm,minimum height=1cm,draw=blue,below right=of main-a] (main-b2) ;
      path (main-b2.east) node[right] K (main-b2.north) node[above] M;
      endscope
      beginscope[local bounding box=b1]
      node[minimum width=1cm,line width=0.199mm,minimum height=3cm,draw=blue,below left=of main-a] (main-b1) ;
      path (main-b1.west) node[left] N (main-b1.north) node[above] K;
      endscope
      draw[-stealth] (main-a.south) -- (b1.north east);
      draw[-stealth] (main-a.south) -- (b2.north west);
      endtikzpicture
      enddocument





      share|improve this answer








      New contributor




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




















        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
        );



        );






        naveganteX is a new contributor. Be nice, and check out our Code of Conduct.









        draft saved

        draft discarded


















        StackExchange.ready(
        function ()
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485078%2fproblem-drawing-boxes-with-arrows-in-tikz%23new-answer', 'question_page');

        );

        Post as a guest















        Required, but never shown

























        4 Answers
        4






        active

        oldest

        votes








        4 Answers
        4






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        2














        Just for fun.



        documentclass[tikz]standalone
        usetikzlibrarypositioning
        begindocument
        tikzsetvspecies/.style=rectangle, minimum size=0.5cm,draw=blue
        begintikzpicture[>=latex]
        node[draw,minimum width=1cm,minimum height=2cm,
        label=left:$M$,label=above:$N$] (R)$R$;
        node [vspecies,below left=1cm and 0.2cm of R,minimum height=1.2cm,
        label=left:$M$,label=above:$K$] (R1) ;
        node [vspecies,below right=1cm and 0.2cm of R,minimum width=1.2cm,
        label=left:$K$,label=above:$N$] (R2) ;
        draw [->,thick,shorten >=1mm,shorten <=1mm] (R.south west) -- (R1.north east);
        draw [->,thick,shorten >=1mm,shorten <=1mm] (R.south east) -- (R2.north west);
        endtikzpicture
        enddocument


        enter image description here






        share|improve this answer



























          2














          Just for fun.



          documentclass[tikz]standalone
          usetikzlibrarypositioning
          begindocument
          tikzsetvspecies/.style=rectangle, minimum size=0.5cm,draw=blue
          begintikzpicture[>=latex]
          node[draw,minimum width=1cm,minimum height=2cm,
          label=left:$M$,label=above:$N$] (R)$R$;
          node [vspecies,below left=1cm and 0.2cm of R,minimum height=1.2cm,
          label=left:$M$,label=above:$K$] (R1) ;
          node [vspecies,below right=1cm and 0.2cm of R,minimum width=1.2cm,
          label=left:$K$,label=above:$N$] (R2) ;
          draw [->,thick,shorten >=1mm,shorten <=1mm] (R.south west) -- (R1.north east);
          draw [->,thick,shorten >=1mm,shorten <=1mm] (R.south east) -- (R2.north west);
          endtikzpicture
          enddocument


          enter image description here






          share|improve this answer

























            2












            2








            2







            Just for fun.



            documentclass[tikz]standalone
            usetikzlibrarypositioning
            begindocument
            tikzsetvspecies/.style=rectangle, minimum size=0.5cm,draw=blue
            begintikzpicture[>=latex]
            node[draw,minimum width=1cm,minimum height=2cm,
            label=left:$M$,label=above:$N$] (R)$R$;
            node [vspecies,below left=1cm and 0.2cm of R,minimum height=1.2cm,
            label=left:$M$,label=above:$K$] (R1) ;
            node [vspecies,below right=1cm and 0.2cm of R,minimum width=1.2cm,
            label=left:$K$,label=above:$N$] (R2) ;
            draw [->,thick,shorten >=1mm,shorten <=1mm] (R.south west) -- (R1.north east);
            draw [->,thick,shorten >=1mm,shorten <=1mm] (R.south east) -- (R2.north west);
            endtikzpicture
            enddocument


            enter image description here






            share|improve this answer













            Just for fun.



            documentclass[tikz]standalone
            usetikzlibrarypositioning
            begindocument
            tikzsetvspecies/.style=rectangle, minimum size=0.5cm,draw=blue
            begintikzpicture[>=latex]
            node[draw,minimum width=1cm,minimum height=2cm,
            label=left:$M$,label=above:$N$] (R)$R$;
            node [vspecies,below left=1cm and 0.2cm of R,minimum height=1.2cm,
            label=left:$M$,label=above:$K$] (R1) ;
            node [vspecies,below right=1cm and 0.2cm of R,minimum width=1.2cm,
            label=left:$K$,label=above:$N$] (R2) ;
            draw [->,thick,shorten >=1mm,shorten <=1mm] (R.south west) -- (R1.north east);
            draw [->,thick,shorten >=1mm,shorten <=1mm] (R.south east) -- (R2.north west);
            endtikzpicture
            enddocument


            enter image description here







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered 1 hour ago









            marmotmarmot

            118k6152286




            118k6152286





















                2














                Something like this?



                documentclass[tikz,margin=1mm]standalone
                usetikzlibrarypositioning
                begindocument
                begintikzpicture
                beginscope[local bounding box=a]
                node[minimum width=2cm,minimum height=3cm,draw] (main-a) ;
                path (main-a.west) node[left] $N$ (main-a.north) node[above] $M$;
                endscope
                beginscope[local bounding box=b2]
                node[minimum width=2cm,minimum height=1cm,draw,below right=of main-a] (main-b2) ;
                path (main-b2.east) node[right] $K$ (main-b2.north) node[above] $M$;
                endscope
                beginscope[local bounding box=b1]
                node[minimum width=1cm,minimum height=3cm,draw,below left=of main-a] (main-b1) ;
                path (main-b1.west) node[left] $N$ (main-b1.north) node[above] $K$;
                endscope
                draw[-stealth] (main-a.south) -- (b1.north east);
                draw[-stealth] (main-a.south) -- (b2.north west);
                endtikzpicture
                enddocument


                enter image description here






                share|improve this answer























                • Are you a kind of wizard with TeX? I must admit that I'm impressed. I read up on tikZ but it is still hard for me. So, thank you for giving me a hand with this rather tough Tex world!

                  – naveganteX
                  1 hour ago






                • 1





                  @naveganteX I'm not yet a "wizard" with either TikZ or LaTeX. I'm a complete novice in TeX :D There are so many TeXperts out there, but I am not one of them, of course. I don't even know anything about TikZ 3D yet (it is in my ever to-do list)

                  – JouleV
                  1 hour ago











                • I happen to think that you're pretty good at both, tikz and Tex. Regarding tikZ 3d, I have been wanting to plot those 3D histograms/bar chart for so long. But at the moment, it is just an illusion!

                  – naveganteX
                  1 hour ago















                2














                Something like this?



                documentclass[tikz,margin=1mm]standalone
                usetikzlibrarypositioning
                begindocument
                begintikzpicture
                beginscope[local bounding box=a]
                node[minimum width=2cm,minimum height=3cm,draw] (main-a) ;
                path (main-a.west) node[left] $N$ (main-a.north) node[above] $M$;
                endscope
                beginscope[local bounding box=b2]
                node[minimum width=2cm,minimum height=1cm,draw,below right=of main-a] (main-b2) ;
                path (main-b2.east) node[right] $K$ (main-b2.north) node[above] $M$;
                endscope
                beginscope[local bounding box=b1]
                node[minimum width=1cm,minimum height=3cm,draw,below left=of main-a] (main-b1) ;
                path (main-b1.west) node[left] $N$ (main-b1.north) node[above] $K$;
                endscope
                draw[-stealth] (main-a.south) -- (b1.north east);
                draw[-stealth] (main-a.south) -- (b2.north west);
                endtikzpicture
                enddocument


                enter image description here






                share|improve this answer























                • Are you a kind of wizard with TeX? I must admit that I'm impressed. I read up on tikZ but it is still hard for me. So, thank you for giving me a hand with this rather tough Tex world!

                  – naveganteX
                  1 hour ago






                • 1





                  @naveganteX I'm not yet a "wizard" with either TikZ or LaTeX. I'm a complete novice in TeX :D There are so many TeXperts out there, but I am not one of them, of course. I don't even know anything about TikZ 3D yet (it is in my ever to-do list)

                  – JouleV
                  1 hour ago











                • I happen to think that you're pretty good at both, tikz and Tex. Regarding tikZ 3d, I have been wanting to plot those 3D histograms/bar chart for so long. But at the moment, it is just an illusion!

                  – naveganteX
                  1 hour ago













                2












                2








                2







                Something like this?



                documentclass[tikz,margin=1mm]standalone
                usetikzlibrarypositioning
                begindocument
                begintikzpicture
                beginscope[local bounding box=a]
                node[minimum width=2cm,minimum height=3cm,draw] (main-a) ;
                path (main-a.west) node[left] $N$ (main-a.north) node[above] $M$;
                endscope
                beginscope[local bounding box=b2]
                node[minimum width=2cm,minimum height=1cm,draw,below right=of main-a] (main-b2) ;
                path (main-b2.east) node[right] $K$ (main-b2.north) node[above] $M$;
                endscope
                beginscope[local bounding box=b1]
                node[minimum width=1cm,minimum height=3cm,draw,below left=of main-a] (main-b1) ;
                path (main-b1.west) node[left] $N$ (main-b1.north) node[above] $K$;
                endscope
                draw[-stealth] (main-a.south) -- (b1.north east);
                draw[-stealth] (main-a.south) -- (b2.north west);
                endtikzpicture
                enddocument


                enter image description here






                share|improve this answer













                Something like this?



                documentclass[tikz,margin=1mm]standalone
                usetikzlibrarypositioning
                begindocument
                begintikzpicture
                beginscope[local bounding box=a]
                node[minimum width=2cm,minimum height=3cm,draw] (main-a) ;
                path (main-a.west) node[left] $N$ (main-a.north) node[above] $M$;
                endscope
                beginscope[local bounding box=b2]
                node[minimum width=2cm,minimum height=1cm,draw,below right=of main-a] (main-b2) ;
                path (main-b2.east) node[right] $K$ (main-b2.north) node[above] $M$;
                endscope
                beginscope[local bounding box=b1]
                node[minimum width=1cm,minimum height=3cm,draw,below left=of main-a] (main-b1) ;
                path (main-b1.west) node[left] $N$ (main-b1.north) node[above] $K$;
                endscope
                draw[-stealth] (main-a.south) -- (b1.north east);
                draw[-stealth] (main-a.south) -- (b2.north west);
                endtikzpicture
                enddocument


                enter image description here







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 1 hour ago









                JouleVJouleV

                13.9k22664




                13.9k22664












                • Are you a kind of wizard with TeX? I must admit that I'm impressed. I read up on tikZ but it is still hard for me. So, thank you for giving me a hand with this rather tough Tex world!

                  – naveganteX
                  1 hour ago






                • 1





                  @naveganteX I'm not yet a "wizard" with either TikZ or LaTeX. I'm a complete novice in TeX :D There are so many TeXperts out there, but I am not one of them, of course. I don't even know anything about TikZ 3D yet (it is in my ever to-do list)

                  – JouleV
                  1 hour ago











                • I happen to think that you're pretty good at both, tikz and Tex. Regarding tikZ 3d, I have been wanting to plot those 3D histograms/bar chart for so long. But at the moment, it is just an illusion!

                  – naveganteX
                  1 hour ago

















                • Are you a kind of wizard with TeX? I must admit that I'm impressed. I read up on tikZ but it is still hard for me. So, thank you for giving me a hand with this rather tough Tex world!

                  – naveganteX
                  1 hour ago






                • 1





                  @naveganteX I'm not yet a "wizard" with either TikZ or LaTeX. I'm a complete novice in TeX :D There are so many TeXperts out there, but I am not one of them, of course. I don't even know anything about TikZ 3D yet (it is in my ever to-do list)

                  – JouleV
                  1 hour ago











                • I happen to think that you're pretty good at both, tikz and Tex. Regarding tikZ 3d, I have been wanting to plot those 3D histograms/bar chart for so long. But at the moment, it is just an illusion!

                  – naveganteX
                  1 hour ago
















                Are you a kind of wizard with TeX? I must admit that I'm impressed. I read up on tikZ but it is still hard for me. So, thank you for giving me a hand with this rather tough Tex world!

                – naveganteX
                1 hour ago





                Are you a kind of wizard with TeX? I must admit that I'm impressed. I read up on tikZ but it is still hard for me. So, thank you for giving me a hand with this rather tough Tex world!

                – naveganteX
                1 hour ago




                1




                1





                @naveganteX I'm not yet a "wizard" with either TikZ or LaTeX. I'm a complete novice in TeX :D There are so many TeXperts out there, but I am not one of them, of course. I don't even know anything about TikZ 3D yet (it is in my ever to-do list)

                – JouleV
                1 hour ago





                @naveganteX I'm not yet a "wizard" with either TikZ or LaTeX. I'm a complete novice in TeX :D There are so many TeXperts out there, but I am not one of them, of course. I don't even know anything about TikZ 3D yet (it is in my ever to-do list)

                – JouleV
                1 hour ago













                I happen to think that you're pretty good at both, tikz and Tex. Regarding tikZ 3d, I have been wanting to plot those 3D histograms/bar chart for so long. But at the moment, it is just an illusion!

                – naveganteX
                1 hour ago





                I happen to think that you're pretty good at both, tikz and Tex. Regarding tikZ 3d, I have been wanting to plot those 3D histograms/bar chart for so long. But at the moment, it is just an illusion!

                – naveganteX
                1 hour ago











                1














                Here is an overkill solution that defines a new pics "shape" (see section 18.2 of the 3.1.1 tikz manual),together with some custom pgfkeys for styling it. The end result is that you can produce:



                enter image description here



                using code:



                documentclass[tikz, border=5mm]standalone
                usetikzlibrarypositioning

                begindocument
                pgfkeys/vspecies/.is family, /vspecies,
                colour/.initial = black, % rectangle colour
                fill/.initial = white, % default fill
                top label/.initial = M, % label on right
                right label/.initial= N, % label on left
                bottom label/.initial=, % label on left
                left label/.initial=, % label on left
                X/.initial = 5mm, % default width
                Y/.initial = 5mm, % default height
                shape/.initial = rectangle % default shape


                tikzset
                pics/vspecies/.style args=#1,#2% node name, pgfkeys key-value pairs
                code =
                pgfkeys/vspecies, #2
                node[pgfkeysvalueof/vspecies/shape,
                minimum size=pgfkeysvalueof/vspecies/X,
                minimum height=pgfkeysvalueof/vspecies/Y,
                draw=pgfkeysvalueof/vspecies/colour,
                fill=pgfkeysvalueof/vspecies/fill,
                label=east:pgfkeysvalueof/vspecies/left label,
                label=north:pgfkeysvalueof/vspecies/top label,
                label=south:pgfkeysvalueof/vspecies/bottom label,
                label=west:pgfkeysvalueof/vspecies/right label,
                ](#1) at (0,0);




                begintikzpicture
                pic at (0,0) vspecies=A,colour=red,Y=10mm;
                pic[below left=10mm of A] vspecies=B,top label=K,colour=blue,Y=20mm;
                pic[below right=10mm of A] vspecies=C,fill=blue!10,X=10mm,shape=circle,left label=N,right label=;
                draw[->](A.south west)--(B.north east);
                draw[->](A.south east)--(C.north west);
                endtikzpicture

                enddocument


                The vspecies pic command take two arguments: the first is the name of a (normal) tikz node label and the second argunment is a comma separated list of key-value pairs tha specify:



                • the colour of the rectangle (default black)

                • the fill colour (default white)

                • the top label (default M)

                • the left label (default "")

                • the bottom label (default "")

                • the left label (default N)

                • the minimum X width

                • the minimum Y height

                • the shape (default rectangle)

                As I said, this is overkill (and I was bored:)






                share|improve this answer



























                  1














                  Here is an overkill solution that defines a new pics "shape" (see section 18.2 of the 3.1.1 tikz manual),together with some custom pgfkeys for styling it. The end result is that you can produce:



                  enter image description here



                  using code:



                  documentclass[tikz, border=5mm]standalone
                  usetikzlibrarypositioning

                  begindocument
                  pgfkeys/vspecies/.is family, /vspecies,
                  colour/.initial = black, % rectangle colour
                  fill/.initial = white, % default fill
                  top label/.initial = M, % label on right
                  right label/.initial= N, % label on left
                  bottom label/.initial=, % label on left
                  left label/.initial=, % label on left
                  X/.initial = 5mm, % default width
                  Y/.initial = 5mm, % default height
                  shape/.initial = rectangle % default shape


                  tikzset
                  pics/vspecies/.style args=#1,#2% node name, pgfkeys key-value pairs
                  code =
                  pgfkeys/vspecies, #2
                  node[pgfkeysvalueof/vspecies/shape,
                  minimum size=pgfkeysvalueof/vspecies/X,
                  minimum height=pgfkeysvalueof/vspecies/Y,
                  draw=pgfkeysvalueof/vspecies/colour,
                  fill=pgfkeysvalueof/vspecies/fill,
                  label=east:pgfkeysvalueof/vspecies/left label,
                  label=north:pgfkeysvalueof/vspecies/top label,
                  label=south:pgfkeysvalueof/vspecies/bottom label,
                  label=west:pgfkeysvalueof/vspecies/right label,
                  ](#1) at (0,0);




                  begintikzpicture
                  pic at (0,0) vspecies=A,colour=red,Y=10mm;
                  pic[below left=10mm of A] vspecies=B,top label=K,colour=blue,Y=20mm;
                  pic[below right=10mm of A] vspecies=C,fill=blue!10,X=10mm,shape=circle,left label=N,right label=;
                  draw[->](A.south west)--(B.north east);
                  draw[->](A.south east)--(C.north west);
                  endtikzpicture

                  enddocument


                  The vspecies pic command take two arguments: the first is the name of a (normal) tikz node label and the second argunment is a comma separated list of key-value pairs tha specify:



                  • the colour of the rectangle (default black)

                  • the fill colour (default white)

                  • the top label (default M)

                  • the left label (default "")

                  • the bottom label (default "")

                  • the left label (default N)

                  • the minimum X width

                  • the minimum Y height

                  • the shape (default rectangle)

                  As I said, this is overkill (and I was bored:)






                  share|improve this answer

























                    1












                    1








                    1







                    Here is an overkill solution that defines a new pics "shape" (see section 18.2 of the 3.1.1 tikz manual),together with some custom pgfkeys for styling it. The end result is that you can produce:



                    enter image description here



                    using code:



                    documentclass[tikz, border=5mm]standalone
                    usetikzlibrarypositioning

                    begindocument
                    pgfkeys/vspecies/.is family, /vspecies,
                    colour/.initial = black, % rectangle colour
                    fill/.initial = white, % default fill
                    top label/.initial = M, % label on right
                    right label/.initial= N, % label on left
                    bottom label/.initial=, % label on left
                    left label/.initial=, % label on left
                    X/.initial = 5mm, % default width
                    Y/.initial = 5mm, % default height
                    shape/.initial = rectangle % default shape


                    tikzset
                    pics/vspecies/.style args=#1,#2% node name, pgfkeys key-value pairs
                    code =
                    pgfkeys/vspecies, #2
                    node[pgfkeysvalueof/vspecies/shape,
                    minimum size=pgfkeysvalueof/vspecies/X,
                    minimum height=pgfkeysvalueof/vspecies/Y,
                    draw=pgfkeysvalueof/vspecies/colour,
                    fill=pgfkeysvalueof/vspecies/fill,
                    label=east:pgfkeysvalueof/vspecies/left label,
                    label=north:pgfkeysvalueof/vspecies/top label,
                    label=south:pgfkeysvalueof/vspecies/bottom label,
                    label=west:pgfkeysvalueof/vspecies/right label,
                    ](#1) at (0,0);




                    begintikzpicture
                    pic at (0,0) vspecies=A,colour=red,Y=10mm;
                    pic[below left=10mm of A] vspecies=B,top label=K,colour=blue,Y=20mm;
                    pic[below right=10mm of A] vspecies=C,fill=blue!10,X=10mm,shape=circle,left label=N,right label=;
                    draw[->](A.south west)--(B.north east);
                    draw[->](A.south east)--(C.north west);
                    endtikzpicture

                    enddocument


                    The vspecies pic command take two arguments: the first is the name of a (normal) tikz node label and the second argunment is a comma separated list of key-value pairs tha specify:



                    • the colour of the rectangle (default black)

                    • the fill colour (default white)

                    • the top label (default M)

                    • the left label (default "")

                    • the bottom label (default "")

                    • the left label (default N)

                    • the minimum X width

                    • the minimum Y height

                    • the shape (default rectangle)

                    As I said, this is overkill (and I was bored:)






                    share|improve this answer













                    Here is an overkill solution that defines a new pics "shape" (see section 18.2 of the 3.1.1 tikz manual),together with some custom pgfkeys for styling it. The end result is that you can produce:



                    enter image description here



                    using code:



                    documentclass[tikz, border=5mm]standalone
                    usetikzlibrarypositioning

                    begindocument
                    pgfkeys/vspecies/.is family, /vspecies,
                    colour/.initial = black, % rectangle colour
                    fill/.initial = white, % default fill
                    top label/.initial = M, % label on right
                    right label/.initial= N, % label on left
                    bottom label/.initial=, % label on left
                    left label/.initial=, % label on left
                    X/.initial = 5mm, % default width
                    Y/.initial = 5mm, % default height
                    shape/.initial = rectangle % default shape


                    tikzset
                    pics/vspecies/.style args=#1,#2% node name, pgfkeys key-value pairs
                    code =
                    pgfkeys/vspecies, #2
                    node[pgfkeysvalueof/vspecies/shape,
                    minimum size=pgfkeysvalueof/vspecies/X,
                    minimum height=pgfkeysvalueof/vspecies/Y,
                    draw=pgfkeysvalueof/vspecies/colour,
                    fill=pgfkeysvalueof/vspecies/fill,
                    label=east:pgfkeysvalueof/vspecies/left label,
                    label=north:pgfkeysvalueof/vspecies/top label,
                    label=south:pgfkeysvalueof/vspecies/bottom label,
                    label=west:pgfkeysvalueof/vspecies/right label,
                    ](#1) at (0,0);




                    begintikzpicture
                    pic at (0,0) vspecies=A,colour=red,Y=10mm;
                    pic[below left=10mm of A] vspecies=B,top label=K,colour=blue,Y=20mm;
                    pic[below right=10mm of A] vspecies=C,fill=blue!10,X=10mm,shape=circle,left label=N,right label=;
                    draw[->](A.south west)--(B.north east);
                    draw[->](A.south east)--(C.north west);
                    endtikzpicture

                    enddocument


                    The vspecies pic command take two arguments: the first is the name of a (normal) tikz node label and the second argunment is a comma separated list of key-value pairs tha specify:



                    • the colour of the rectangle (default black)

                    • the fill colour (default white)

                    • the top label (default M)

                    • the left label (default "")

                    • the bottom label (default "")

                    • the left label (default N)

                    • the minimum X width

                    • the minimum Y height

                    • the shape (default rectangle)

                    As I said, this is overkill (and I was bored:)







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered 26 mins ago









                    AndrewAndrew

                    31k34482




                    31k34482





















                        0














                        Final version:



                        documentclass[tikz,margin=1mm]standalone
                        usetikzlibrarypositioning
                        begindocument
                        sffamily
                        begintikzpicture
                        beginscope[local bounding box=a]
                        node[minimum width=2cm,line width=0.199mm,minimum height=3cm,draw=black] (main-a) R;
                        path (main-a.west) node[left] N (main-a.north) node[above] M;
                        endscope
                        beginscope[local bounding box=b2]
                        node[minimum width=2cm,line width=0.199mm,minimum height=1cm,draw=blue,below right=of main-a] (main-b2) ;
                        path (main-b2.east) node[right] K (main-b2.north) node[above] M;
                        endscope
                        beginscope[local bounding box=b1]
                        node[minimum width=1cm,line width=0.199mm,minimum height=3cm,draw=blue,below left=of main-a] (main-b1) ;
                        path (main-b1.west) node[left] N (main-b1.north) node[above] K;
                        endscope
                        draw[-stealth] (main-a.south) -- (b1.north east);
                        draw[-stealth] (main-a.south) -- (b2.north west);
                        endtikzpicture
                        enddocument





                        share|improve this answer








                        New contributor




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
























                          0














                          Final version:



                          documentclass[tikz,margin=1mm]standalone
                          usetikzlibrarypositioning
                          begindocument
                          sffamily
                          begintikzpicture
                          beginscope[local bounding box=a]
                          node[minimum width=2cm,line width=0.199mm,minimum height=3cm,draw=black] (main-a) R;
                          path (main-a.west) node[left] N (main-a.north) node[above] M;
                          endscope
                          beginscope[local bounding box=b2]
                          node[minimum width=2cm,line width=0.199mm,minimum height=1cm,draw=blue,below right=of main-a] (main-b2) ;
                          path (main-b2.east) node[right] K (main-b2.north) node[above] M;
                          endscope
                          beginscope[local bounding box=b1]
                          node[minimum width=1cm,line width=0.199mm,minimum height=3cm,draw=blue,below left=of main-a] (main-b1) ;
                          path (main-b1.west) node[left] N (main-b1.north) node[above] K;
                          endscope
                          draw[-stealth] (main-a.south) -- (b1.north east);
                          draw[-stealth] (main-a.south) -- (b2.north west);
                          endtikzpicture
                          enddocument





                          share|improve this answer








                          New contributor




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






















                            0












                            0








                            0







                            Final version:



                            documentclass[tikz,margin=1mm]standalone
                            usetikzlibrarypositioning
                            begindocument
                            sffamily
                            begintikzpicture
                            beginscope[local bounding box=a]
                            node[minimum width=2cm,line width=0.199mm,minimum height=3cm,draw=black] (main-a) R;
                            path (main-a.west) node[left] N (main-a.north) node[above] M;
                            endscope
                            beginscope[local bounding box=b2]
                            node[minimum width=2cm,line width=0.199mm,minimum height=1cm,draw=blue,below right=of main-a] (main-b2) ;
                            path (main-b2.east) node[right] K (main-b2.north) node[above] M;
                            endscope
                            beginscope[local bounding box=b1]
                            node[minimum width=1cm,line width=0.199mm,minimum height=3cm,draw=blue,below left=of main-a] (main-b1) ;
                            path (main-b1.west) node[left] N (main-b1.north) node[above] K;
                            endscope
                            draw[-stealth] (main-a.south) -- (b1.north east);
                            draw[-stealth] (main-a.south) -- (b2.north west);
                            endtikzpicture
                            enddocument





                            share|improve this answer








                            New contributor




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










                            Final version:



                            documentclass[tikz,margin=1mm]standalone
                            usetikzlibrarypositioning
                            begindocument
                            sffamily
                            begintikzpicture
                            beginscope[local bounding box=a]
                            node[minimum width=2cm,line width=0.199mm,minimum height=3cm,draw=black] (main-a) R;
                            path (main-a.west) node[left] N (main-a.north) node[above] M;
                            endscope
                            beginscope[local bounding box=b2]
                            node[minimum width=2cm,line width=0.199mm,minimum height=1cm,draw=blue,below right=of main-a] (main-b2) ;
                            path (main-b2.east) node[right] K (main-b2.north) node[above] M;
                            endscope
                            beginscope[local bounding box=b1]
                            node[minimum width=1cm,line width=0.199mm,minimum height=3cm,draw=blue,below left=of main-a] (main-b1) ;
                            path (main-b1.west) node[left] N (main-b1.north) node[above] K;
                            endscope
                            draw[-stealth] (main-a.south) -- (b1.north east);
                            draw[-stealth] (main-a.south) -- (b2.north west);
                            endtikzpicture
                            enddocument






                            share|improve this answer








                            New contributor




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









                            share|improve this answer



                            share|improve this answer






                            New contributor




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









                            answered 49 mins ago









                            naveganteXnaveganteX

                            465




                            465




                            New contributor




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





                            New contributor





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






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




















                                naveganteX is a new contributor. Be nice, and check out our Code of Conduct.









                                draft saved

                                draft discarded


















                                naveganteX is a new contributor. Be nice, and check out our Code of Conduct.












                                naveganteX is a new contributor. Be nice, and check out our Code of Conduct.











                                naveganteX is a new contributor. Be nice, and check out our Code of Conduct.














                                Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid


                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.

                                To learn more, see our tips on writing great answers.




                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function ()
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485078%2fproblem-drawing-boxes-with-arrows-in-tikz%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

                                Францішак Багушэвіч Змест Сям'я | Біяграфія | Творчасць | Мова Багушэвіча | Ацэнкі дзейнасці | Цікавыя факты | Спадчына | Выбраная бібліяграфія | Ушанаванне памяці | У філатэліі | Зноскі | Літаратура | Спасылкі | НавігацыяЛяхоўскі У. Рупіўся дзеля Бога і людзей: Жыццёвы шлях Лявона Вітан-Дубейкаўскага // Вольскі і Памідораў з песняй пра немца Адвакат, паэт, народны заступнік Ашмянскі веснікВ Минске появится площадь Богушевича и улица Сырокомли, Белорусская деловая газета, 19 июля 2001 г.Айцец беларускай нацыянальнай ідэі паўстаў у бронзе Сяргей Аляксандравіч Адашкевіч (1918, Мінск). 80-я гады. Бюст «Францішак Багушэвіч».Яўген Мікалаевіч Ціхановіч. «Партрэт Францішка Багушэвіча»Мікола Мікалаевіч Купава. «Партрэт зачынальніка новай беларускай літаратуры Францішка Багушэвіча»Уладзімір Іванавіч Мелехаў. На помніку «Змагарам за родную мову» Барэльеф «Францішак Багушэвіч»Памяць пра Багушэвіча на Віленшчыне Страчаная сталіца. Беларускія шыльды на вуліцах Вільні«Krynica». Ideologia i przywódcy białoruskiego katolicyzmuФранцішак БагушэвічТворы на knihi.comТворы Францішка Багушэвіча на bellib.byСодаль Уладзімір. Францішак Багушэвіч на Лідчыне;Луцкевіч Антон. Жыцьцё і творчасьць Фр. Багушэвіча ў успамінах ягоных сучасьнікаў // Запісы Беларускага Навуковага таварыства. Вільня, 1938. Сшытак 1. С. 16-34.Большая российская1188761710000 0000 5537 633Xn9209310021619551927869394п

                                На ростанях Змест Гісторыя напісання | Месца дзеяння | Час дзеяння | Назва | Праблематыка трылогіі | Аўтабіяграфічнасць | Трылогія ў тэатры і кіно | Пераклады | У культуры | Зноскі Літаратура | Спасылкі | НавігацыяДагледжаная версіяправерана1 зменаДагледжаная версіяправерана1 зменаАкадэмік МІЦКЕВІЧ Канстанцін Міхайлавіч (Якуб Колас) Прадмова М. І. Мушынскага, доктара філалагічных навук, члена-карэспандэнта Нацыянальнай акадэміі навук Рэспублікі Беларусь, прафесараНашаніўцы ў трылогіі Якуба Коласа «На ростанях»: вобразы і прататыпы125 лет Янке МавруКнижно-документальная выставка к 125-летию со дня рождения Якуба Коласа (1882—1956)Колас Якуб. Новая зямля (паэма), На ростанях (трылогія). Сулкоўскі Уладзімір. Радзіма Якуба Коласа (серыял жывапісных палотнаў)Вокладка кнігіІлюстрацыя М. С. БасалыгіНа ростаняхАўдыёверсія трылогііВ. Жолтак У Люсiнскай школе 1959

                                Беларусь Змест Назва Гісторыя Геаграфія Сімволіка Дзяржаўны лад Палітычныя партыі Міжнароднае становішча і знешняя палітыка Адміністрацыйны падзел Насельніцтва Эканоміка Культура і грамадства Сацыяльная сфера Узброеныя сілы Заўвагі Літаратура Спасылкі НавігацыяHGЯOiТоп-2011 г. (па версіі ej.by)Топ-2013 г. (па версіі ej.by)Топ-2016 г. (па версіі ej.by)Топ-2017 г. (па версіі ej.by)Нацыянальны статыстычны камітэт Рэспублікі БеларусьШчыльнасць насельніцтва па краінахhttp://naviny.by/rubrics/society/2011/09/16/ic_articles_116_175144/А. Калечыц, У. Ксяндзоў. Спробы засялення краю неандэртальскім чалавекам.І ў Менску былі мамантыА. Калечыц, У. Ксяндзоў. Старажытны каменны век (палеаліт). Першапачатковае засяленне тэрыторыіГ. Штыхаў. Балты і славяне ў VI—VIII стст.М. Клімаў. Полацкае княства ў IX—XI стст.Г. Штыхаў, В. Ляўко. Палітычная гісторыя Полацкай зямліГ. Штыхаў. Дзяржаўны лад у землях-княствахГ. Штыхаў. Дзяржаўны лад у землях-княствахБеларускія землі ў складзе Вялікага Княства ЛітоўскагаЛюблінская унія 1569 г."The Early Stages of Independence"Zapomniane prawdy25 гадоў таму было аб'яўлена, што Язэп Пілсудскі — беларус (фота)Наша вадаДакументы ЧАЭС: Забруджванне тэрыторыі Беларусі « ЧАЭС Зона адчужэнняСведения о политических партиях, зарегистрированных в Республике Беларусь // Министерство юстиции Республики БеларусьСтатыстычны бюлетэнь „Полаўзроставая структура насельніцтва Рэспублікі Беларусь на 1 студзеня 2012 года і сярэднегадовая колькасць насельніцтва за 2011 год“Индекс человеческого развития Беларуси — не было бы нижеБеларусь занимает первое место в СНГ по индексу развития с учетом гендерного факцёраНацыянальны статыстычны камітэт Рэспублікі БеларусьКанстытуцыя РБ. Артыкул 17Трансфармацыйныя задачы БеларусіВыйсце з крызісу — далейшае рэфармаванне Беларускі рубель — сусветны лідар па дэвальвацыяхПра змену коштаў у кастрычніку 2011 г.Бядней за беларусаў у СНД толькі таджыкіСярэдні заробак у верасні дасягнуў 2,26 мільёна рублёўЭканомікаГаласуем за ТОП-100 беларускай прозыСучасныя беларускія мастакіАрхитектура Беларуси BELARUS.BYА. Каханоўскі. Культура Беларусі ўсярэдзіне XVII—XVIII ст.Анталогія беларускай народнай песні, гуказапісы спеваўБеларускія Музычныя IнструментыБеларускі рок, які мы страцілі. Топ-10 гуртоў«Мясцовы час» — нязгаслая легенда беларускай рок-музыкіСЯРГЕЙ БУДКІН. МЫ НЯ ЗНАЕМ СВАЁЙ МУЗЫКІМ. А. Каладзінскі. НАРОДНЫ ТЭАТРМагнацкія культурныя цэнтрыПублічная дыскусія «Беларуская новая пьеса: без беларускай мовы ці беларуская?»Беларускія драматургі па-ранейшаму лепш ставяцца за мяжой, чым на радзіме«Працэс незалежнага кіно пайшоў, і дзяржаву турбуе яго непадкантрольнасць»Беларускія філосафы ў пошуках прасторыВсе идём в библиотекуАрхіваванаАб Нацыянальнай праграме даследавання і выкарыстання касмічнай прасторы ў мірных мэтах на 2008—2012 гадыУ космас — разам.У суседнім з Барысаўскім раёне пабудуюць Камандна-вымяральны пунктСвяты і абрады беларусаў«Мірныя бульбашы з малой краіны» — 5 непраўдзівых стэрэатыпаў пра БеларусьМ. Раманюк. Беларускае народнае адзеннеУ Беларусі скарачаецца колькасць злачынстваўЛукашэнка незадаволены мінскімі ўладамі Крадзяжы складаюць у Мінску каля 70% злачынстваў Узровень злачыннасці ў Мінскай вобласці — адзін з самых высокіх у краіне Генпракуратура аналізуе стан са злачыннасцю ў Беларусі па каэфіцыенце злачыннасці У Беларусі стабілізавалася крымінагеннае становішча, лічыць генпракурорЗамежнікі сталі здзяйсняць у Беларусі больш злачынстваўМУС Беларусі турбуе рост рэцыдыўнай злачыннасціЯ з ЖЭСа. Дазволіце вас абкрасці! Рэйтынг усіх службаў і падраздзяленняў ГУУС Мінгарвыканкама вырасАб КДБ РБГісторыя Аператыўна-аналітычнага цэнтра РБГісторыя ДКФРТаможняagentura.ruБеларусьBelarus.by — Афіцыйны сайт Рэспублікі БеларусьСайт урада БеларусіRadzima.org — Збор архітэктурных помнікаў, гісторыя Беларусі«Глобус Беларуси»Гербы и флаги БеларусиАсаблівасці каменнага веку на БеларусіА. Калечыц, У. Ксяндзоў. Старажытны каменны век (палеаліт). Першапачатковае засяленне тэрыторыіУ. Ксяндзоў. Сярэдні каменны век (мезаліт). Засяленне краю плямёнамі паляўнічых, рыбакоў і збіральнікаўА. Калечыц, М. Чарняўскі. Плямёны на тэрыторыі Беларусі ў новым каменным веку (неаліце)А. Калечыц, У. Ксяндзоў, М. Чарняўскі. Гаспадарчыя заняткі ў каменным векуЭ. Зайкоўскі. Духоўная культура ў каменным векуАсаблівасці бронзавага веку на БеларусіФарміраванне супольнасцей ранняга перыяду бронзавага векуФотографии БеларусиРоля беларускіх зямель ва ўтварэнні і ўмацаванні ВКЛВ. Фадзеева. З гісторыі развіцця беларускай народнай вышыўкіDMOZGran catalanaБольшая российскаяBritannica (анлайн)Швейцарскі гістарычны15325917611952699xDA123282154079143-90000 0001 2171 2080n9112870100577502ge128882171858027501086026362074122714179пппппп