Double line is displayed as a rectangle [duplicate]Unwanted faint lines connecting dashed double lineTikZ: Intersection point with a double-line pathTwo problems with double lines in TikZRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?Numerical conditional within tikz keys?Tikzpicture: Line break in node label to rightWhy do I get an extra white page before my TikZ picture?TikZ: Drawing an arc from an intersection to an intersectionDrawing 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?beginfigure… endfigure is not working with tikz package

I unknowingly submitted plagarised work

Employer demanding to see degree after poor code review

Why colon to denote that a value belongs to a type?

I think I may have violated academic integrity last year - what should I do?

Popcorn is the only acceptable snack to consume while watching a movie

Were pens caps holes designed to prevent death by suffocation if swallowed?

What are these arcade games in Ghostbusters 1984?

What is the largest (size) solid object ever dropped from an airplane to impact the ground in freefall?

Binary Search in C++17

Adding spaces to string based on list

Simple fuzz pedal using breadboard

Website returning plaintext password

My employer faked my resume to acquire projects

What is the environment variable XDG_VTNR?

What is a Centaur Thief's climbing speed?

How should I introduce map drawing to my players?

When and what was the first 3D acceleration device ever released?

Using credit/debit card details vs swiping a card in a payment (credit card) terminal

Ticket to ride, 1910: What are the big cities

If a person had control of every single cell of their body, would they be able to transform into another creature?

Should breaking down something like a door be adjudicated as an attempt to beat its AC and HP, or as an ability check against a set DC?

How to use Palladio font in text body but Computer Modern for Equations?

Employer asking for online access to bank account - Is this a scam?

Why do Ryanair allow me to book connecting itineraries through a third party, but not through their own website?



Double line is displayed as a rectangle [duplicate]


Unwanted faint lines connecting dashed double lineTikZ: Intersection point with a double-line pathTwo problems with double lines in TikZRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?Numerical conditional within tikz keys?Tikzpicture: Line break in node label to rightWhy do I get an extra white page before my TikZ picture?TikZ: Drawing an arc from an intersection to an intersectionDrawing 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?beginfigure… endfigure is not working with tikz package













1
















This question already has an answer here:



  • Unwanted faint lines connecting dashed double line

    1 answer



MWE:



documentclassarticle
usepackagetikz
usetikzlibrarypositioning
begindocument
begintikzpicture
node (x) X;
node[above right=1mm and 2mm of x] (y) Y;

draw[double,double distance=2mm] (x) -- (y);
endtikzpicture
enddocument


compilation result



How to remove the thin lines?










share|improve this question













marked as duplicate by The old JouleV, Stefan Pinnow, Phelype Oleinik, Raaja, siracusa May 13 at 18:15


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.


















  • See the answer of this question for instance.

    – marmot
    May 13 at 14:38











  • Or this one may even be simpler.

    – marmot
    May 13 at 14:41















1
















This question already has an answer here:



  • Unwanted faint lines connecting dashed double line

    1 answer



MWE:



documentclassarticle
usepackagetikz
usetikzlibrarypositioning
begindocument
begintikzpicture
node (x) X;
node[above right=1mm and 2mm of x] (y) Y;

draw[double,double distance=2mm] (x) -- (y);
endtikzpicture
enddocument


compilation result



How to remove the thin lines?










share|improve this question













marked as duplicate by The old JouleV, Stefan Pinnow, Phelype Oleinik, Raaja, siracusa May 13 at 18:15


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.


















  • See the answer of this question for instance.

    – marmot
    May 13 at 14:38











  • Or this one may even be simpler.

    – marmot
    May 13 at 14:41













1












1








1


1







This question already has an answer here:



  • Unwanted faint lines connecting dashed double line

    1 answer



MWE:



documentclassarticle
usepackagetikz
usetikzlibrarypositioning
begindocument
begintikzpicture
node (x) X;
node[above right=1mm and 2mm of x] (y) Y;

draw[double,double distance=2mm] (x) -- (y);
endtikzpicture
enddocument


compilation result



How to remove the thin lines?










share|improve this question















This question already has an answer here:



  • Unwanted faint lines connecting dashed double line

    1 answer



MWE:



documentclassarticle
usepackagetikz
usetikzlibrarypositioning
begindocument
begintikzpicture
node (x) X;
node[above right=1mm and 2mm of x] (y) Y;

draw[double,double distance=2mm] (x) -- (y);
endtikzpicture
enddocument


compilation result



How to remove the thin lines?





This question already has an answer here:



  • Unwanted faint lines connecting dashed double line

    1 answer







tikz-pgf






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked May 13 at 14:33









bodqhrohrobodqhrohro

25516




25516




marked as duplicate by The old JouleV, Stefan Pinnow, Phelype Oleinik, Raaja, siracusa May 13 at 18:15


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









marked as duplicate by The old JouleV, Stefan Pinnow, Phelype Oleinik, Raaja, siracusa May 13 at 18:15


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • See the answer of this question for instance.

    – marmot
    May 13 at 14:38











  • Or this one may even be simpler.

    – marmot
    May 13 at 14:41

















  • See the answer of this question for instance.

    – marmot
    May 13 at 14:38











  • Or this one may even be simpler.

    – marmot
    May 13 at 14:41
















See the answer of this question for instance.

– marmot
May 13 at 14:38





See the answer of this question for instance.

– marmot
May 13 at 14:38













Or this one may even be simpler.

– marmot
May 13 at 14:41





Or this one may even be simpler.

– marmot
May 13 at 14:41










2 Answers
2






active

oldest

votes


















3














Although I voted to close your question as duplicate (sorry), this is a different approach which give you a real, literal equal sign.



documentclassarticle
usepackagetikz
usetikzlibrarypositioning
begindocument
begintikzpicture
node (x) $X$;
node[above right=1mm and 2mm of x] (y) $Y$;
path (x) -- (y) node[midway,sloped] $=$;
endtikzpicture
enddocument


enter image description here






share|improve this answer






























    4














    Since this is a repeating question, here is a decoration that draws the double as two paths rather than a thick line with a white line on top, which is why you get the thin lines on the ends (for certain viewers, I think). The syntax is as simple as



    draw[alt double,alt double distance=2mm] (x) -- (y);


    and also works for curved lines, see



    draw[alt double,alt double distance=2mm] (y) to[out=90,in=180] (z);


    Here is the code.



    documentclass[tikz,border=3.14mm]standalone
    usetikzlibrarydecorations,positioning
    pgfkeys/tikz/.cd,
    alt double distance/.initial=5pt,
    alt double step/.initial=1pt,


    pgfdeclaredecorationdouble decoinitial
    % initial arrow butt
    stateinitial[width=pgfkeysvalueof/tikz/alt double step,next state=cont]
    pgfmovetopgfpointpgfkeysvalueof/tikz/alt double steppgfkeysvalueof/tikz/alt double distance/2
    pgfpathlinetopgfpoint0.3pgflinewidthpgfkeysvalueof/tikz/alt double distance/2
    pgfpathmovetopgfpoint0.3pgflinewidth-pgfkeysvalueof/tikz/alt double distance/2
    pgfpathlinetopgfpoint1pt-pgfkeysvalueof/tikz/alt double distance/2
    pgfcoordinatelastuppgfpoint1ptpgfkeysvalueof/tikz/alt double distance/2
    pgfcoordinatelastdownpgfpoint1pt-pgfkeysvalueof/tikz/alt double distance/2

    statecont[width=pgfkeysvalueof/tikz/alt double step]
    pgfmovetopgfpointanchorlastupcenter
    pgfpathlinetopgfpointpgfkeysvalueof/tikz/alt double steppgfkeysvalueof/tikz/alt double distance/2
    pgfcoordinatelastuppgfpointpgfkeysvalueof/tikz/alt double steppgfkeysvalueof/tikz/alt double distance/2
    pgfmovetopgfpointanchorlastdowncenter
    pgfpathlinetopgfpointpgfkeysvalueof/tikz/alt double step-pgfkeysvalueof/tikz/alt double distance/2
    pgfcoordinatelastdownpgfpointpgfkeysvalueof/tikz/alt double step-pgfkeysvalueof/tikz/alt double distance/2

    statefinal[width=0pt]
    % perhaps unnecessary but doesn't hurt either
    pgfmovetopgfpointdecoratedpathlast


    tikzsetalt double/.style=decorate,decoration=double deco
    begindocument
    begintikzpicture
    node (x) X;
    node[above right=1mm and 2mm of x] (y) Y;
    draw[alt double,alt double distance=2mm] (x) -- (y);

    node[above right=1cm and 2cm of y] (z) Z;
    draw[alt double,alt double distance=2mm] (y) to[out=90,in=180] (z);
    endtikzpicture
    enddocument


    enter image description here



    Using this decoration should also allow one to compute intersections with the double line.






    share|improve this answer





























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      3














      Although I voted to close your question as duplicate (sorry), this is a different approach which give you a real, literal equal sign.



      documentclassarticle
      usepackagetikz
      usetikzlibrarypositioning
      begindocument
      begintikzpicture
      node (x) $X$;
      node[above right=1mm and 2mm of x] (y) $Y$;
      path (x) -- (y) node[midway,sloped] $=$;
      endtikzpicture
      enddocument


      enter image description here






      share|improve this answer



























        3














        Although I voted to close your question as duplicate (sorry), this is a different approach which give you a real, literal equal sign.



        documentclassarticle
        usepackagetikz
        usetikzlibrarypositioning
        begindocument
        begintikzpicture
        node (x) $X$;
        node[above right=1mm and 2mm of x] (y) $Y$;
        path (x) -- (y) node[midway,sloped] $=$;
        endtikzpicture
        enddocument


        enter image description here






        share|improve this answer

























          3












          3








          3







          Although I voted to close your question as duplicate (sorry), this is a different approach which give you a real, literal equal sign.



          documentclassarticle
          usepackagetikz
          usetikzlibrarypositioning
          begindocument
          begintikzpicture
          node (x) $X$;
          node[above right=1mm and 2mm of x] (y) $Y$;
          path (x) -- (y) node[midway,sloped] $=$;
          endtikzpicture
          enddocument


          enter image description here






          share|improve this answer













          Although I voted to close your question as duplicate (sorry), this is a different approach which give you a real, literal equal sign.



          documentclassarticle
          usepackagetikz
          usetikzlibrarypositioning
          begindocument
          begintikzpicture
          node (x) $X$;
          node[above right=1mm and 2mm of x] (y) $Y$;
          path (x) -- (y) node[midway,sloped] $=$;
          endtikzpicture
          enddocument


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered May 13 at 14:45









          The old JouleVThe old JouleV

          19.5k33175




          19.5k33175





















              4














              Since this is a repeating question, here is a decoration that draws the double as two paths rather than a thick line with a white line on top, which is why you get the thin lines on the ends (for certain viewers, I think). The syntax is as simple as



              draw[alt double,alt double distance=2mm] (x) -- (y);


              and also works for curved lines, see



              draw[alt double,alt double distance=2mm] (y) to[out=90,in=180] (z);


              Here is the code.



              documentclass[tikz,border=3.14mm]standalone
              usetikzlibrarydecorations,positioning
              pgfkeys/tikz/.cd,
              alt double distance/.initial=5pt,
              alt double step/.initial=1pt,


              pgfdeclaredecorationdouble decoinitial
              % initial arrow butt
              stateinitial[width=pgfkeysvalueof/tikz/alt double step,next state=cont]
              pgfmovetopgfpointpgfkeysvalueof/tikz/alt double steppgfkeysvalueof/tikz/alt double distance/2
              pgfpathlinetopgfpoint0.3pgflinewidthpgfkeysvalueof/tikz/alt double distance/2
              pgfpathmovetopgfpoint0.3pgflinewidth-pgfkeysvalueof/tikz/alt double distance/2
              pgfpathlinetopgfpoint1pt-pgfkeysvalueof/tikz/alt double distance/2
              pgfcoordinatelastuppgfpoint1ptpgfkeysvalueof/tikz/alt double distance/2
              pgfcoordinatelastdownpgfpoint1pt-pgfkeysvalueof/tikz/alt double distance/2

              statecont[width=pgfkeysvalueof/tikz/alt double step]
              pgfmovetopgfpointanchorlastupcenter
              pgfpathlinetopgfpointpgfkeysvalueof/tikz/alt double steppgfkeysvalueof/tikz/alt double distance/2
              pgfcoordinatelastuppgfpointpgfkeysvalueof/tikz/alt double steppgfkeysvalueof/tikz/alt double distance/2
              pgfmovetopgfpointanchorlastdowncenter
              pgfpathlinetopgfpointpgfkeysvalueof/tikz/alt double step-pgfkeysvalueof/tikz/alt double distance/2
              pgfcoordinatelastdownpgfpointpgfkeysvalueof/tikz/alt double step-pgfkeysvalueof/tikz/alt double distance/2

              statefinal[width=0pt]
              % perhaps unnecessary but doesn't hurt either
              pgfmovetopgfpointdecoratedpathlast


              tikzsetalt double/.style=decorate,decoration=double deco
              begindocument
              begintikzpicture
              node (x) X;
              node[above right=1mm and 2mm of x] (y) Y;
              draw[alt double,alt double distance=2mm] (x) -- (y);

              node[above right=1cm and 2cm of y] (z) Z;
              draw[alt double,alt double distance=2mm] (y) to[out=90,in=180] (z);
              endtikzpicture
              enddocument


              enter image description here



              Using this decoration should also allow one to compute intersections with the double line.






              share|improve this answer



























                4














                Since this is a repeating question, here is a decoration that draws the double as two paths rather than a thick line with a white line on top, which is why you get the thin lines on the ends (for certain viewers, I think). The syntax is as simple as



                draw[alt double,alt double distance=2mm] (x) -- (y);


                and also works for curved lines, see



                draw[alt double,alt double distance=2mm] (y) to[out=90,in=180] (z);


                Here is the code.



                documentclass[tikz,border=3.14mm]standalone
                usetikzlibrarydecorations,positioning
                pgfkeys/tikz/.cd,
                alt double distance/.initial=5pt,
                alt double step/.initial=1pt,


                pgfdeclaredecorationdouble decoinitial
                % initial arrow butt
                stateinitial[width=pgfkeysvalueof/tikz/alt double step,next state=cont]
                pgfmovetopgfpointpgfkeysvalueof/tikz/alt double steppgfkeysvalueof/tikz/alt double distance/2
                pgfpathlinetopgfpoint0.3pgflinewidthpgfkeysvalueof/tikz/alt double distance/2
                pgfpathmovetopgfpoint0.3pgflinewidth-pgfkeysvalueof/tikz/alt double distance/2
                pgfpathlinetopgfpoint1pt-pgfkeysvalueof/tikz/alt double distance/2
                pgfcoordinatelastuppgfpoint1ptpgfkeysvalueof/tikz/alt double distance/2
                pgfcoordinatelastdownpgfpoint1pt-pgfkeysvalueof/tikz/alt double distance/2

                statecont[width=pgfkeysvalueof/tikz/alt double step]
                pgfmovetopgfpointanchorlastupcenter
                pgfpathlinetopgfpointpgfkeysvalueof/tikz/alt double steppgfkeysvalueof/tikz/alt double distance/2
                pgfcoordinatelastuppgfpointpgfkeysvalueof/tikz/alt double steppgfkeysvalueof/tikz/alt double distance/2
                pgfmovetopgfpointanchorlastdowncenter
                pgfpathlinetopgfpointpgfkeysvalueof/tikz/alt double step-pgfkeysvalueof/tikz/alt double distance/2
                pgfcoordinatelastdownpgfpointpgfkeysvalueof/tikz/alt double step-pgfkeysvalueof/tikz/alt double distance/2

                statefinal[width=0pt]
                % perhaps unnecessary but doesn't hurt either
                pgfmovetopgfpointdecoratedpathlast


                tikzsetalt double/.style=decorate,decoration=double deco
                begindocument
                begintikzpicture
                node (x) X;
                node[above right=1mm and 2mm of x] (y) Y;
                draw[alt double,alt double distance=2mm] (x) -- (y);

                node[above right=1cm and 2cm of y] (z) Z;
                draw[alt double,alt double distance=2mm] (y) to[out=90,in=180] (z);
                endtikzpicture
                enddocument


                enter image description here



                Using this decoration should also allow one to compute intersections with the double line.






                share|improve this answer

























                  4












                  4








                  4







                  Since this is a repeating question, here is a decoration that draws the double as two paths rather than a thick line with a white line on top, which is why you get the thin lines on the ends (for certain viewers, I think). The syntax is as simple as



                  draw[alt double,alt double distance=2mm] (x) -- (y);


                  and also works for curved lines, see



                  draw[alt double,alt double distance=2mm] (y) to[out=90,in=180] (z);


                  Here is the code.



                  documentclass[tikz,border=3.14mm]standalone
                  usetikzlibrarydecorations,positioning
                  pgfkeys/tikz/.cd,
                  alt double distance/.initial=5pt,
                  alt double step/.initial=1pt,


                  pgfdeclaredecorationdouble decoinitial
                  % initial arrow butt
                  stateinitial[width=pgfkeysvalueof/tikz/alt double step,next state=cont]
                  pgfmovetopgfpointpgfkeysvalueof/tikz/alt double steppgfkeysvalueof/tikz/alt double distance/2
                  pgfpathlinetopgfpoint0.3pgflinewidthpgfkeysvalueof/tikz/alt double distance/2
                  pgfpathmovetopgfpoint0.3pgflinewidth-pgfkeysvalueof/tikz/alt double distance/2
                  pgfpathlinetopgfpoint1pt-pgfkeysvalueof/tikz/alt double distance/2
                  pgfcoordinatelastuppgfpoint1ptpgfkeysvalueof/tikz/alt double distance/2
                  pgfcoordinatelastdownpgfpoint1pt-pgfkeysvalueof/tikz/alt double distance/2

                  statecont[width=pgfkeysvalueof/tikz/alt double step]
                  pgfmovetopgfpointanchorlastupcenter
                  pgfpathlinetopgfpointpgfkeysvalueof/tikz/alt double steppgfkeysvalueof/tikz/alt double distance/2
                  pgfcoordinatelastuppgfpointpgfkeysvalueof/tikz/alt double steppgfkeysvalueof/tikz/alt double distance/2
                  pgfmovetopgfpointanchorlastdowncenter
                  pgfpathlinetopgfpointpgfkeysvalueof/tikz/alt double step-pgfkeysvalueof/tikz/alt double distance/2
                  pgfcoordinatelastdownpgfpointpgfkeysvalueof/tikz/alt double step-pgfkeysvalueof/tikz/alt double distance/2

                  statefinal[width=0pt]
                  % perhaps unnecessary but doesn't hurt either
                  pgfmovetopgfpointdecoratedpathlast


                  tikzsetalt double/.style=decorate,decoration=double deco
                  begindocument
                  begintikzpicture
                  node (x) X;
                  node[above right=1mm and 2mm of x] (y) Y;
                  draw[alt double,alt double distance=2mm] (x) -- (y);

                  node[above right=1cm and 2cm of y] (z) Z;
                  draw[alt double,alt double distance=2mm] (y) to[out=90,in=180] (z);
                  endtikzpicture
                  enddocument


                  enter image description here



                  Using this decoration should also allow one to compute intersections with the double line.






                  share|improve this answer













                  Since this is a repeating question, here is a decoration that draws the double as two paths rather than a thick line with a white line on top, which is why you get the thin lines on the ends (for certain viewers, I think). The syntax is as simple as



                  draw[alt double,alt double distance=2mm] (x) -- (y);


                  and also works for curved lines, see



                  draw[alt double,alt double distance=2mm] (y) to[out=90,in=180] (z);


                  Here is the code.



                  documentclass[tikz,border=3.14mm]standalone
                  usetikzlibrarydecorations,positioning
                  pgfkeys/tikz/.cd,
                  alt double distance/.initial=5pt,
                  alt double step/.initial=1pt,


                  pgfdeclaredecorationdouble decoinitial
                  % initial arrow butt
                  stateinitial[width=pgfkeysvalueof/tikz/alt double step,next state=cont]
                  pgfmovetopgfpointpgfkeysvalueof/tikz/alt double steppgfkeysvalueof/tikz/alt double distance/2
                  pgfpathlinetopgfpoint0.3pgflinewidthpgfkeysvalueof/tikz/alt double distance/2
                  pgfpathmovetopgfpoint0.3pgflinewidth-pgfkeysvalueof/tikz/alt double distance/2
                  pgfpathlinetopgfpoint1pt-pgfkeysvalueof/tikz/alt double distance/2
                  pgfcoordinatelastuppgfpoint1ptpgfkeysvalueof/tikz/alt double distance/2
                  pgfcoordinatelastdownpgfpoint1pt-pgfkeysvalueof/tikz/alt double distance/2

                  statecont[width=pgfkeysvalueof/tikz/alt double step]
                  pgfmovetopgfpointanchorlastupcenter
                  pgfpathlinetopgfpointpgfkeysvalueof/tikz/alt double steppgfkeysvalueof/tikz/alt double distance/2
                  pgfcoordinatelastuppgfpointpgfkeysvalueof/tikz/alt double steppgfkeysvalueof/tikz/alt double distance/2
                  pgfmovetopgfpointanchorlastdowncenter
                  pgfpathlinetopgfpointpgfkeysvalueof/tikz/alt double step-pgfkeysvalueof/tikz/alt double distance/2
                  pgfcoordinatelastdownpgfpointpgfkeysvalueof/tikz/alt double step-pgfkeysvalueof/tikz/alt double distance/2

                  statefinal[width=0pt]
                  % perhaps unnecessary but doesn't hurt either
                  pgfmovetopgfpointdecoratedpathlast


                  tikzsetalt double/.style=decorate,decoration=double deco
                  begindocument
                  begintikzpicture
                  node (x) X;
                  node[above right=1mm and 2mm of x] (y) Y;
                  draw[alt double,alt double distance=2mm] (x) -- (y);

                  node[above right=1cm and 2cm of y] (z) Z;
                  draw[alt double,alt double distance=2mm] (y) to[out=90,in=180] (z);
                  endtikzpicture
                  enddocument


                  enter image description here



                  Using this decoration should also allow one to compute intersections with the double line.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered May 13 at 15:05









                  marmotmarmot

                  130k6164312




                  130k6164312













                      Popular posts from this blog

                      Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

                      Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

                      Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020