txi-is.tex 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. % txi-is.tex -- Texinfo support for Icelandic, version 1.0 (2009/03/18).
  2. % Based on txi-en.tex (version 1.5, 2007/07/01) and icelandic.dtx (1.1g,
  3. % 2005/03/30).
  4. %
  5. % Copyright (C) 2009 Arni Magnusson
  6. %
  7. % This program is free software; you can redistribute it and/or modify
  8. % it under the terms of the GNU General Public License as published by
  9. % the Free Software Foundation; either version 3 of the License, or
  10. % (at your option) any later version.
  11. %
  12. % This program is distributed in the hope that it will be useful,
  13. % but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. % GNU General Public License for more details.
  16. %
  17. % You should have received a copy of the GNU General Public License
  18. % along with this program. If not, see <http://www.gnu.org/licenses/>.
  19. \txisetlanguage{icelandic}{2}{2}
  20. \gdef\putwordAppendix{Vi{\dh}auki}
  21. \gdef\putwordChapter{Kafli}
  22. \gdef\putwordfile{skr\'a}
  23. \gdef\putwordin{\'{\dotless{i}}}
  24. \gdef\putwordIndexIsEmpty{(Atri{\dh}isor{\dh}askr\'a er t\'om)}
  25. \gdef\putwordIndexNonexistent{(Atri{\dh}isor{\dh}askr\'a er ekki til)}
  26. \gdef\putwordInfo{Info}
  27. \gdef\putwordInstanceVariableof{Tilviksbreyta \'{\dotless{i}}}
  28. \gdef\putwordMethodon{A{\dh}fer{\dh} fyrir}
  29. \gdef\putwordNoTitle{Enginn titill}
  30. \gdef\putwordof{\'{\dotless{i}}}
  31. \gdef\putwordon{fyrir}
  32. \gdef\putwordpage{bls.{}}
  33. \gdef\putwordsection{undirkafli}
  34. \gdef\putwordSection{Undirkafli}
  35. \gdef\putwordsee{sj\'a}
  36. \gdef\putwordSee{Sj\'a}
  37. \gdef\putwordShortTOC{Stutt efnisyfirlit}
  38. \gdef\putwordTOC{Efnisyfirlit}
  39. %
  40. \gdef\putwordMJan{jan\'uar}
  41. \gdef\putwordMFeb{febr\'uar}
  42. \gdef\putwordMMar{mars}
  43. \gdef\putwordMApr{apr\'{\dotless{i}}l}
  44. \gdef\putwordMMay{ma\'{\dotless{i}}}
  45. \gdef\putwordMJun{j\'uni}
  46. \gdef\putwordMJul{j\'ul\'{\dotless{i}}}
  47. \gdef\putwordMAug{\'ag\'ust}
  48. \gdef\putwordMSep{september}
  49. \gdef\putwordMOct{okt\'ober}
  50. \gdef\putwordMNov{n\'ovember}
  51. \gdef\putwordMDec{desember}
  52. %
  53. \gdef\putwordDefmac{Fj\"olvi}
  54. \gdef\putwordDefspec{S\'erstakt form}
  55. \gdef\putwordDefvar{Breyta}
  56. \gdef\putwordDefopt{Notendaval}
  57. \gdef\putwordDeffunc{Fall}
  58. % Produces Day Month Year style of output.
  59. \def\today{%
  60. \number\day\space
  61. \ifcase\month
  62. \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
  63. \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
  64. \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
  65. \fi
  66. \space\number\year}