Specific alignment within beginalign environmentIgnoring specific ampersand formatting on a specific line of an align blockTricky alignment within an equation with a case environmentalign: using aligned within align troublesLaTeX beginalign twice alignHow to align two beginequationbegincases?Labeling for two systems of two equationsleft alignment for equation using splitAlign equations within one lineAlignment of terms within align environmentAlignment in nested align

What does 気楽 mean when attached to ビール or お酒?

Is "cool" appropriate or offensive to use in IMs?

Is it rude to call a professor by their last name with no prefix in a non-academic setting?

Need to read my home electrical meter

How can I tell if I'm being too picky as a referee?

Is the Unsullied name meant to be ironic? How did it come to be?

Is the field of q-series 'dead'?

How to melt snow without fire or body heat?

Best material to absorb as much light as possible

A steel cutting sword?

on ubuntu 18.04 and 19.04 cannot add required dependency : pbutils of gstreamer

Why did Theresa May offer a vote on a second Brexit referendum?

Why does the hash of infinity have the digits of π?

What was the idiom for something that we take without a doubt?

what is the correct ownership for files in /Applications

A married couple

What was Stree?

Why did Jon Snow do this immoral act if he is so honorable?

How to politely tell someone they did not hit "reply to all" in an email?

Why isn't 'chemically-strengthened glass' made with potassium carbonate to begin with?

What could a self-sustaining lunar colony slowly lose that would ultimately prove fatal?

Python program to take in two strings and print the larger string

How did NASA Langley end up with the first 737?

128-bit unsigned integer



Specific alignment within beginalign environment


Ignoring specific ampersand formatting on a specific line of an align blockTricky alignment within an equation with a case environmentalign: using aligned within align troublesLaTeX beginalign twice alignHow to align two beginequationbegincases?Labeling for two systems of two equationsleft alignment for equation using splitAlign equations within one lineAlignment of terms within align environmentAlignment in nested align













5















I would like to produce the following alignment with beginalign*...endalign*.



 -0,1 < E < 0,1 
6,3 < S < 6,4
6,3-0,1 < S+E < 6,4+0,1
6,2 < I < 6,5


I can't figure out where to place the & signs.
Thanks for your help.










share|improve this question









New contributor



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























    5















    I would like to produce the following alignment with beginalign*...endalign*.



     -0,1 < E < 0,1 
    6,3 < S < 6,4
    6,3-0,1 < S+E < 6,4+0,1
    6,2 < I < 6,5


    I can't figure out where to place the & signs.
    Thanks for your help.










    share|improve this question









    New contributor



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





















      5












      5








      5








      I would like to produce the following alignment with beginalign*...endalign*.



       -0,1 < E < 0,1 
      6,3 < S < 6,4
      6,3-0,1 < S+E < 6,4+0,1
      6,2 < I < 6,5


      I can't figure out where to place the & signs.
      Thanks for your help.










      share|improve this question









      New contributor



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











      I would like to produce the following alignment with beginalign*...endalign*.



       -0,1 < E < 0,1 
      6,3 < S < 6,4
      6,3-0,1 < S+E < 6,4+0,1
      6,2 < I < 6,5


      I can't figure out where to place the & signs.
      Thanks for your help.







      align






      share|improve this question









      New contributor



      Julien 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



      Julien 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








      edited 8 hours ago









      muxoveji

      1468




      1468






      New contributor



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








      asked 8 hours ago









      JulienJulien

      1264




      1264




      New contributor



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




      New contributor




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






















          4 Answers
          4






          active

          oldest

          votes


















          6














          enter image description here



          documentclassarticle
          usepackageamsmath

          begindocument



          alignat:
          beginalignat2
          -0,1 &< E &&< 0,1 \
          6,3 &< S &&< 6,4 \
          6,3-0,1 &<S+E&&< 6,4+0,1 \
          -0,1 &< I &&< 6,5
          endalignat
          enddocument





          share|improve this answer























          • I'm curious: why does it need &&?

            – muxoveji
            8 hours ago











          • @muxoveji all ams alignments alternate between right and left alignment as if beginarrayrlrlrlrlrlrlrlrlrlrl and you have no new entries to the left of the second < so that column is empty. (put x in between the & to see what I mean.)

            – David Carlisle
            8 hours ago











          • That makes sense! Thanks a lot for the explanation!

            – muxoveji
            8 hours ago


















          5














          With array:



          documentclassarticle
          usepackageamsmath,array

          begindocument

          beginequation*
          renewcommandarraystretch1.2 % like in cases
          setlengtharraycolsep0pt % use math spacings
          beginarray r< c >l
          -0,1 < & E & < 0,1 \
          6,3 < & S & < 6,4 \
          6,3-0,1 < & S+E & < 6,4+0,1 \
          6,2 < & I & < 6,5
          endarray
          endequation*

          enddocument


          enter image description here






          share|improve this answer






























            5














            align family environments, by nature, produce right/left alignments of successive columns. Thus they are not easily adapted to achieve the center-alignment of the middle column that was requested.



            Also, in order to not treat the comma as punctuation, one can either enclose each comma in its own braces , (yuck!), or use the cmac macro provided to use active commas to fix the problem...Just make sure you don't use commas in another context while cmac is active.



            With tabstackengine...



            documentclassarticle
            usepackagetabstackengine
            letsvcm,

            catcode`,=active %
            gdef,svcm

            newcommandcmaccatcode`,=active
            TABstackMath
            begindocument
            [
            TABbinary
            cmac
            setstacktabulargap0pt
            tabularCenterstackrcl
            -0,1 <& E &< 0,1 \
            6,3 <& S &< 6,4 \
            6,3-0,1 <&S+E&< 6,4+0,1 \
            6,2 <& I &< 6,5
            ]
            enddocument


            enter image description here



            If one wants more vertical spacing between the lines, simply add setstackgapL1.2baselineskip to the mix:



            enter image description here






            share|improve this answer
































              2














              Another solution with the eqparbox package:



              documentclassarticle
              usepackageamsmath
              usepackageeqparbox
              newcommandeqmathbox[2][M]eqmakebox[#1]$displaystyle#2$

              begindocument

              beginalign*
              -0,1 &< eqmathboxE < 0,1 \
              6,3 &< eqmathboxS < 6,4 \
              6,3-0,1 & <eqmathboxS+E < 6,4+0,1 \
              6,2 & < eqmathboxI < 6,5
              endalign*

              enddocument


              enter image description here






              share|improve this answer























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



                );






                Julien 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%2f492254%2fspecific-alignment-within-beginalign-environment%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









                6














                enter image description here



                documentclassarticle
                usepackageamsmath

                begindocument



                alignat:
                beginalignat2
                -0,1 &< E &&< 0,1 \
                6,3 &< S &&< 6,4 \
                6,3-0,1 &<S+E&&< 6,4+0,1 \
                -0,1 &< I &&< 6,5
                endalignat
                enddocument





                share|improve this answer























                • I'm curious: why does it need &&?

                  – muxoveji
                  8 hours ago











                • @muxoveji all ams alignments alternate between right and left alignment as if beginarrayrlrlrlrlrlrlrlrlrlrl and you have no new entries to the left of the second < so that column is empty. (put x in between the & to see what I mean.)

                  – David Carlisle
                  8 hours ago











                • That makes sense! Thanks a lot for the explanation!

                  – muxoveji
                  8 hours ago















                6














                enter image description here



                documentclassarticle
                usepackageamsmath

                begindocument



                alignat:
                beginalignat2
                -0,1 &< E &&< 0,1 \
                6,3 &< S &&< 6,4 \
                6,3-0,1 &<S+E&&< 6,4+0,1 \
                -0,1 &< I &&< 6,5
                endalignat
                enddocument





                share|improve this answer























                • I'm curious: why does it need &&?

                  – muxoveji
                  8 hours ago











                • @muxoveji all ams alignments alternate between right and left alignment as if beginarrayrlrlrlrlrlrlrlrlrlrl and you have no new entries to the left of the second < so that column is empty. (put x in between the & to see what I mean.)

                  – David Carlisle
                  8 hours ago











                • That makes sense! Thanks a lot for the explanation!

                  – muxoveji
                  8 hours ago













                6












                6








                6







                enter image description here



                documentclassarticle
                usepackageamsmath

                begindocument



                alignat:
                beginalignat2
                -0,1 &< E &&< 0,1 \
                6,3 &< S &&< 6,4 \
                6,3-0,1 &<S+E&&< 6,4+0,1 \
                -0,1 &< I &&< 6,5
                endalignat
                enddocument





                share|improve this answer













                enter image description here



                documentclassarticle
                usepackageamsmath

                begindocument



                alignat:
                beginalignat2
                -0,1 &< E &&< 0,1 \
                6,3 &< S &&< 6,4 \
                6,3-0,1 &<S+E&&< 6,4+0,1 \
                -0,1 &< I &&< 6,5
                endalignat
                enddocument






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 8 hours ago









                David CarlisleDavid Carlisle

                506k4211531905




                506k4211531905












                • I'm curious: why does it need &&?

                  – muxoveji
                  8 hours ago











                • @muxoveji all ams alignments alternate between right and left alignment as if beginarrayrlrlrlrlrlrlrlrlrlrl and you have no new entries to the left of the second < so that column is empty. (put x in between the & to see what I mean.)

                  – David Carlisle
                  8 hours ago











                • That makes sense! Thanks a lot for the explanation!

                  – muxoveji
                  8 hours ago

















                • I'm curious: why does it need &&?

                  – muxoveji
                  8 hours ago











                • @muxoveji all ams alignments alternate between right and left alignment as if beginarrayrlrlrlrlrlrlrlrlrlrl and you have no new entries to the left of the second < so that column is empty. (put x in between the & to see what I mean.)

                  – David Carlisle
                  8 hours ago











                • That makes sense! Thanks a lot for the explanation!

                  – muxoveji
                  8 hours ago
















                I'm curious: why does it need &&?

                – muxoveji
                8 hours ago





                I'm curious: why does it need &&?

                – muxoveji
                8 hours ago













                @muxoveji all ams alignments alternate between right and left alignment as if beginarrayrlrlrlrlrlrlrlrlrlrl and you have no new entries to the left of the second < so that column is empty. (put x in between the & to see what I mean.)

                – David Carlisle
                8 hours ago





                @muxoveji all ams alignments alternate between right and left alignment as if beginarrayrlrlrlrlrlrlrlrlrlrl and you have no new entries to the left of the second < so that column is empty. (put x in between the & to see what I mean.)

                – David Carlisle
                8 hours ago













                That makes sense! Thanks a lot for the explanation!

                – muxoveji
                8 hours ago





                That makes sense! Thanks a lot for the explanation!

                – muxoveji
                8 hours ago











                5














                With array:



                documentclassarticle
                usepackageamsmath,array

                begindocument

                beginequation*
                renewcommandarraystretch1.2 % like in cases
                setlengtharraycolsep0pt % use math spacings
                beginarray r< c >l
                -0,1 < & E & < 0,1 \
                6,3 < & S & < 6,4 \
                6,3-0,1 < & S+E & < 6,4+0,1 \
                6,2 < & I & < 6,5
                endarray
                endequation*

                enddocument


                enter image description here






                share|improve this answer



























                  5














                  With array:



                  documentclassarticle
                  usepackageamsmath,array

                  begindocument

                  beginequation*
                  renewcommandarraystretch1.2 % like in cases
                  setlengtharraycolsep0pt % use math spacings
                  beginarray r< c >l
                  -0,1 < & E & < 0,1 \
                  6,3 < & S & < 6,4 \
                  6,3-0,1 < & S+E & < 6,4+0,1 \
                  6,2 < & I & < 6,5
                  endarray
                  endequation*

                  enddocument


                  enter image description here






                  share|improve this answer

























                    5












                    5








                    5







                    With array:



                    documentclassarticle
                    usepackageamsmath,array

                    begindocument

                    beginequation*
                    renewcommandarraystretch1.2 % like in cases
                    setlengtharraycolsep0pt % use math spacings
                    beginarray r< c >l
                    -0,1 < & E & < 0,1 \
                    6,3 < & S & < 6,4 \
                    6,3-0,1 < & S+E & < 6,4+0,1 \
                    6,2 < & I & < 6,5
                    endarray
                    endequation*

                    enddocument


                    enter image description here






                    share|improve this answer













                    With array:



                    documentclassarticle
                    usepackageamsmath,array

                    begindocument

                    beginequation*
                    renewcommandarraystretch1.2 % like in cases
                    setlengtharraycolsep0pt % use math spacings
                    beginarray r< c >l
                    -0,1 < & E & < 0,1 \
                    6,3 < & S & < 6,4 \
                    6,3-0,1 < & S+E & < 6,4+0,1 \
                    6,2 < & I & < 6,5
                    endarray
                    endequation*

                    enddocument


                    enter image description here







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered 7 hours ago









                    egregegreg

                    743k8919473281




                    743k8919473281





















                        5














                        align family environments, by nature, produce right/left alignments of successive columns. Thus they are not easily adapted to achieve the center-alignment of the middle column that was requested.



                        Also, in order to not treat the comma as punctuation, one can either enclose each comma in its own braces , (yuck!), or use the cmac macro provided to use active commas to fix the problem...Just make sure you don't use commas in another context while cmac is active.



                        With tabstackengine...



                        documentclassarticle
                        usepackagetabstackengine
                        letsvcm,

                        catcode`,=active %
                        gdef,svcm

                        newcommandcmaccatcode`,=active
                        TABstackMath
                        begindocument
                        [
                        TABbinary
                        cmac
                        setstacktabulargap0pt
                        tabularCenterstackrcl
                        -0,1 <& E &< 0,1 \
                        6,3 <& S &< 6,4 \
                        6,3-0,1 <&S+E&< 6,4+0,1 \
                        6,2 <& I &< 6,5
                        ]
                        enddocument


                        enter image description here



                        If one wants more vertical spacing between the lines, simply add setstackgapL1.2baselineskip to the mix:



                        enter image description here






                        share|improve this answer





























                          5














                          align family environments, by nature, produce right/left alignments of successive columns. Thus they are not easily adapted to achieve the center-alignment of the middle column that was requested.



                          Also, in order to not treat the comma as punctuation, one can either enclose each comma in its own braces , (yuck!), or use the cmac macro provided to use active commas to fix the problem...Just make sure you don't use commas in another context while cmac is active.



                          With tabstackengine...



                          documentclassarticle
                          usepackagetabstackengine
                          letsvcm,

                          catcode`,=active %
                          gdef,svcm

                          newcommandcmaccatcode`,=active
                          TABstackMath
                          begindocument
                          [
                          TABbinary
                          cmac
                          setstacktabulargap0pt
                          tabularCenterstackrcl
                          -0,1 <& E &< 0,1 \
                          6,3 <& S &< 6,4 \
                          6,3-0,1 <&S+E&< 6,4+0,1 \
                          6,2 <& I &< 6,5
                          ]
                          enddocument


                          enter image description here



                          If one wants more vertical spacing between the lines, simply add setstackgapL1.2baselineskip to the mix:



                          enter image description here






                          share|improve this answer



























                            5












                            5








                            5







                            align family environments, by nature, produce right/left alignments of successive columns. Thus they are not easily adapted to achieve the center-alignment of the middle column that was requested.



                            Also, in order to not treat the comma as punctuation, one can either enclose each comma in its own braces , (yuck!), or use the cmac macro provided to use active commas to fix the problem...Just make sure you don't use commas in another context while cmac is active.



                            With tabstackengine...



                            documentclassarticle
                            usepackagetabstackengine
                            letsvcm,

                            catcode`,=active %
                            gdef,svcm

                            newcommandcmaccatcode`,=active
                            TABstackMath
                            begindocument
                            [
                            TABbinary
                            cmac
                            setstacktabulargap0pt
                            tabularCenterstackrcl
                            -0,1 <& E &< 0,1 \
                            6,3 <& S &< 6,4 \
                            6,3-0,1 <&S+E&< 6,4+0,1 \
                            6,2 <& I &< 6,5
                            ]
                            enddocument


                            enter image description here



                            If one wants more vertical spacing between the lines, simply add setstackgapL1.2baselineskip to the mix:



                            enter image description here






                            share|improve this answer















                            align family environments, by nature, produce right/left alignments of successive columns. Thus they are not easily adapted to achieve the center-alignment of the middle column that was requested.



                            Also, in order to not treat the comma as punctuation, one can either enclose each comma in its own braces , (yuck!), or use the cmac macro provided to use active commas to fix the problem...Just make sure you don't use commas in another context while cmac is active.



                            With tabstackengine...



                            documentclassarticle
                            usepackagetabstackengine
                            letsvcm,

                            catcode`,=active %
                            gdef,svcm

                            newcommandcmaccatcode`,=active
                            TABstackMath
                            begindocument
                            [
                            TABbinary
                            cmac
                            setstacktabulargap0pt
                            tabularCenterstackrcl
                            -0,1 <& E &< 0,1 \
                            6,3 <& S &< 6,4 \
                            6,3-0,1 <&S+E&< 6,4+0,1 \
                            6,2 <& I &< 6,5
                            ]
                            enddocument


                            enter image description here



                            If one wants more vertical spacing between the lines, simply add setstackgapL1.2baselineskip to the mix:



                            enter image description here







                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited 7 hours ago

























                            answered 8 hours ago









                            Steven B. SegletesSteven B. Segletes

                            166k9209426




                            166k9209426





















                                2














                                Another solution with the eqparbox package:



                                documentclassarticle
                                usepackageamsmath
                                usepackageeqparbox
                                newcommandeqmathbox[2][M]eqmakebox[#1]$displaystyle#2$

                                begindocument

                                beginalign*
                                -0,1 &< eqmathboxE < 0,1 \
                                6,3 &< eqmathboxS < 6,4 \
                                6,3-0,1 & <eqmathboxS+E < 6,4+0,1 \
                                6,2 & < eqmathboxI < 6,5
                                endalign*

                                enddocument


                                enter image description here






                                share|improve this answer



























                                  2














                                  Another solution with the eqparbox package:



                                  documentclassarticle
                                  usepackageamsmath
                                  usepackageeqparbox
                                  newcommandeqmathbox[2][M]eqmakebox[#1]$displaystyle#2$

                                  begindocument

                                  beginalign*
                                  -0,1 &< eqmathboxE < 0,1 \
                                  6,3 &< eqmathboxS < 6,4 \
                                  6,3-0,1 & <eqmathboxS+E < 6,4+0,1 \
                                  6,2 & < eqmathboxI < 6,5
                                  endalign*

                                  enddocument


                                  enter image description here






                                  share|improve this answer

























                                    2












                                    2








                                    2







                                    Another solution with the eqparbox package:



                                    documentclassarticle
                                    usepackageamsmath
                                    usepackageeqparbox
                                    newcommandeqmathbox[2][M]eqmakebox[#1]$displaystyle#2$

                                    begindocument

                                    beginalign*
                                    -0,1 &< eqmathboxE < 0,1 \
                                    6,3 &< eqmathboxS < 6,4 \
                                    6,3-0,1 & <eqmathboxS+E < 6,4+0,1 \
                                    6,2 & < eqmathboxI < 6,5
                                    endalign*

                                    enddocument


                                    enter image description here






                                    share|improve this answer













                                    Another solution with the eqparbox package:



                                    documentclassarticle
                                    usepackageamsmath
                                    usepackageeqparbox
                                    newcommandeqmathbox[2][M]eqmakebox[#1]$displaystyle#2$

                                    begindocument

                                    beginalign*
                                    -0,1 &< eqmathboxE < 0,1 \
                                    6,3 &< eqmathboxS < 6,4 \
                                    6,3-0,1 & <eqmathboxS+E < 6,4+0,1 \
                                    6,2 & < eqmathboxI < 6,5
                                    endalign*

                                    enddocument


                                    enter image description here







                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered 2 hours ago









                                    BernardBernard

                                    180k779212




                                    180k779212




















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









                                        draft saved

                                        draft discarded


















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












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











                                        Julien 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%2f492254%2fspecific-alignment-within-beginalign-environment%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

                                        Log på Navigationsmenu

                                        Creating second map without labels using QGIS?How to lock map labels for inset map in Print Composer?How to Force the Showing of Labels of a Vector File in QGISQGIS Valmiera, Labels only show for part of polygonsRemoving duplicate point labels in QGISLabeling every feature using QGIS?Show labels for point features outside map canvasAbbreviate Road Labels in QGIS only when requiredExporting map from composer in QGIS - text labels have moved in output?How to make sure labels in qgis turn up in layout map?Writing label expression with ArcMap and If then Statement?

                                        Nuuk Indholdsfortegnelse Etyomologi | Historie | Geografi | Transport og infrastruktur | Politik og administration | Uddannelsesinstitutioner | Kultur | Venskabsbyer | Noter | Eksterne henvisninger | Se også | Navigationsmenuwww.sermersooq.gl64°10′N 51°45′V / 64.167°N 51.750°V / 64.167; -51.75064°10′N 51°45′V / 64.167°N 51.750°V / 64.167; -51.750DMI - KlimanormalerSalmonsen, s. 850Grønlands Naturinstitut undersøger rensdyr i Akia og Maniitsoq foråret 2008Grønlands NaturinstitutNy vej til Qinngorput indviet i dagAntallet af biler i Nuuk må begrænsesNy taxacentral mødt med demonstrationKøreplan. Rute 1, 2 og 3SnescootersporNuukNord er for storSkoler i Kommuneqarfik SermersooqAtuarfik Samuel KleinschmidtKangillinguit AtuarfiatNuussuup AtuarfiaNuuk Internationale FriskoleIlinniarfissuaq, Grønlands SeminariumLedelseÅrsberetning for 2008Kunst og arkitekturÅrsberetning for 2008Julie om naturenNuuk KunstmuseumSilamiutGrønlands Nationalmuseum og ArkivStatistisk ÅrbogGrønlands LandsbibliotekStore koncerter på stribeVandhund nummer 1.000.000Kommuneqarfik Sermersooq – MalikForsidenVenskabsbyerLyngby-Taarbæk i GrønlandArctic Business NetworkWinter Cities 2008 i NuukDagligt opdaterede satellitbilleder fra NuukområdetKommuneqarfik Sermersooqs hjemmesideTurist i NuukGrønlands Statistiks databankGrønlands Hjemmestyres valgresultaterrrWorldCat124325457671310-5