home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume28 / notation / part01 / chesssymb.def next >
Encoding:
Text File  |  1992-02-13  |  4.9 KB  |  159 lines

  1. /*
  2.   chess symbols : arguments (all are strings)
  3.   0: ident
  4.   1: ascii name
  5.   2: ascii abbrev
  6.   3: TeX name
  7.   4: Postscript name (Mr. Walker font)
  8.   5: english text
  9.   6: french text
  10.   */
  11.  
  12. CHESSSYMB ( COM_CHK, "+", "+" ,  "+", "",
  13.        "check",
  14.        "echec" )
  15. CHESSSYMB ( COM_DCK, "++", "++" ,  "++", "",
  16.        "double check",
  17.        "echec double" )
  18. CHESSSYMB ( COM_WSB, "$wsb", "+=", "\\wbetter", "",
  19.        "white stands lightly better",
  20.        "les blancs ont un jeu un peu meilleur" )
  21. CHESSSYMB ( COM_BSB, "$bsb", "=+", "\\bbetter", "",
  22.        "black stands lightly better",
  23.        "les noirs ont un jeu un peu meilleur" )
  24. CHESSSYMB ( COM_WBE, "$wbe", "+_", "\\wupperhand", "",
  25.        "white has the upper hand",
  26.        "les blancs ont le meilleur jeu" )
  27. CHESSSYMB ( COM_BBE, "$bbe", "_+", "\\bupperhand", "",
  28.        "black has the upper hand",
  29.        "les noirs ont le meilleur jeu" )
  30. CHESSSYMB ( COM_WDA, "$wda", "+-", "\\wdecisive", "",
  31.        "white has a decisive advantage",
  32.        "les blancs ont un avantage de'cisif" )
  33. CHESSSYMB ( COM_BDA, "$bda", "-+", "\\bdecisive", "",
  34.        "black has a decisive advantage",
  35.        "les noirs ont un avantage de'cisif" )
  36. CHESSSYMB ( COM_EQA, "="  , "=",  "\\equal", "",
  37.        "even",
  38.        "e'gal" )
  39. CHESSSYMB ( COM_UCR, "$ucr", "~" ,  "\\unclear", "",
  40.        "unclear",
  41.        "incertain" )
  42. CHESSSYMB ( COM_WCO, "$wco", "=~" ,  "\\compensation", "",
  43.        "with compensation for the material",
  44.        "avec compensation pour le mate'riel" )
  45. CHESSSYMB ( COM_DAD, "$dad", "(^)" ,  "\\devadvantage", "",
  46.        "development advantage",
  47.        "avance de de'veloppement" )
  48. CHESSSYMB ( COM_SPA, "$spa", "()" ,  "\\moreroom", "",
  49.        "greater space advantage",
  50.        "grand avantage d'espace" )
  51. CHESSSYMB ( COM_WTA, "$wta", "->" ,  "\\withattack", "",
  52.        "with attack",
  53.        "avec attaque" )
  54. CHESSSYMB ( COM_WIN, "$win", "|^" ,  "\\withinit", "",
  55.        "with initiative",
  56.        "avec initiative" )
  57. CHESSSYMB ( COM_WCP, "$wcp", "<->" ,  "\\counterplay", "",
  58.        "with counter-play",
  59.        "avec contre-attaque" )
  60. CHESSSYMB ( COM_ZUG, "$zug", "(.)" ,  "\\zugzwang", "",
  61.        "zugzwang",
  62.        "zug zwang" )
  63. CHESSSYMB ( COM_MAT, "#", "#" ,  "\\mate", "",
  64.        "mate",
  65.        "mat" )
  66. CHESSSYMB ( COM_VGM, "!", "!" ,  "!", "",
  67.        "very good move",
  68.        "un tre`s bon coup" )
  69. CHESSSYMB ( COM_VBM, "?", "?" ,  "?", "",
  70.        "very bad move",
  71.        "un tre`s mauvais coup" )
  72. CHESSSYMB ( COM_EXM, "!!", "!!" ,  "!!", "",
  73.        "excellent move",
  74.        "un excellent coup" )
  75. CHESSSYMB ( COM_MIS, "??", "??" ,  "??", "",
  76.        "a mistake",
  77.        "un coup faible" )
  78. CHESSSYMB ( COM_MDA, "!?", "!?" ,  "!?", "",
  79.        "a move deserving attention",
  80.        "un coup qui me'rite l'attention" )
  81. CHESSSYMB ( COM_DUM, "?!", "?!" ,  "?!", "",
  82.        "a dubious move",
  83.        "un coup d'une valeur douteuse" )
  84. CHESSSYMB ( COM_WTI, "$wti", "/\\" ,  "\\withidea", "",
  85.        "with the idea...",
  86.        "avec l'ide'e..." )
  87. CHESSSYMB ( COM_OLM, "$olm", "[]" ,  "\\onlymove", "",
  88.        "only move",
  89.        "seul coup possible" )
  90. CHESSSYMB ( COM_BEI, "$bei", "^_" ,  "\\betteris", "",
  91.        "better is",
  92.        "est meilleur" )
  93. CHESSSYMB ( COM_FIL, "$fil", "<=>" ,  "\\file", "",
  94.        "file",
  95.        "colonne" )
  96. CHESSSYMB ( COM_DIA, "$dia", "/^" ,  "\\diagonal", "",
  97.        "diagonal",
  98.        "diagonale" )
  99. CHESSSYMB ( COM_CNT, "$cnt", "[+]" ,  "\\centre", "",
  100.        "center",
  101.        "centre" )
  102. CHESSSYMB ( COM_KGS, "$kgs", ">>" ,  "\\kside", "",
  103.        "king's side",
  104.        "aile roi" )
  105. CHESSSYMB ( COM_QNS, "$qns", "<<" ,  "\\qside", "",
  106.        "queen's side",
  107.        "aile reine" )
  108. CHESSSYMB ( COM_WKP, "$wkp", "><" ,  "\\weakpt", "",
  109.        "weak point",
  110.        "point faigle" )
  111. CHESSSYMB ( COM_END, "$end", "_|_" ,  "\\ending", "",
  112.        "ending",
  113.        "finale" )
  114. CHESSSYMB ( COM_POB, "$pob", "==" ,  "\\bishoppair", "",
  115.        "pair of bishops",
  116.        "paire de fous" )
  117. CHESSSYMB ( COM_OPC, "$opc", "=#" ,  "\\opposbishops", "",
  118.        "bishops of opposite colors",
  119.        "fous de couleurs oppose'es" )
  120. CHESSSYMB ( COM_SCB, "$scb", "##" ,  "\\samebishops", "",
  121.        "same coloured bishops",
  122.        "fous de me^me couleur" )
  123. CHESSSYMB ( COM_UNP, "$unp", "oo" ,  "\\unitedpawns", "",
  124.        "united pawns",
  125.        "pions unis" )
  126. CHESSSYMB ( COM_SEP, "$sep", "o..o" ,  "\\seppawns", "",
  127.        "separated pawns",
  128.        "pions se'pare's" )
  129. CHESSSYMB ( COM_DOP, "$dop", "o/o" ,  "\\doublepawns", "",
  130.        "doubled pawns",
  131.        "pions double's" )
  132. CHESSSYMB ( COM_TIM, "$tim", "(+)" ,  "\\timelimit", "",
  133.        "time",
  134.        "temps" )
  135. CHESSSYMB ( COM_NOV, "$nov", "N" ,  "\\novelty", "",
  136.        "novelty",
  137.        "nouveaute'" )
  138. CHESSSYMB ( COM_COM, "$com", "RR" ,  "\\comment", "",
  139.        "editorial comment",
  140.        "commentaire e'ditorial" )
  141. CHESSSYMB ( COM_VAR, "$var", "R" ,  "\\various", "",
  142.        "various moves",
  143.        "coups divers" )
  144. CHESSSYMB ( COM_WTO, "$wto", "_|" ,  "\\without", "",
  145.        "without",
  146.        "sans" )
  147. CHESSSYMB ( COM_ETC, "etc", "etc" ,  "{etc}", "",
  148.        "etc",
  149.        "etc" )
  150. CHESSSYMB ( COM_ETD, "||", "||" ,  "\\etc", "",
  151.        "etc",
  152.        "etc" )
  153. CHESSSYMB ( COM_SEE, "$see", "" ,  "\\see", "",
  154.        "see",
  155.        "voir" )
  156. CHESSSYMB ( COM_ENP, "ep", "ep" ,  "{ep}", "",
  157.        "en passant",
  158.        "en passant" )
  159.