Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2013
549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 KB | None | 0 0
  1. #LyX 2.0 created this file. For more info see http://www.lyx.org/
  2. \lyxformat 413
  3. \begin_document
  4. \begin_header
  5. \textclass article
  6. \begin_preamble
  7. \usepackage[acronym]{glossaries}
  8. \makeglossaries
  9. \end_preamble
  10. \use_default_options true
  11. \maintain_unincluded_children false
  12. \language english
  13. \language_package default
  14. \inputencoding auto
  15. \fontencoding global
  16. \font_roman default
  17. \font_sans default
  18. \font_typewriter default
  19. \font_default_family default
  20. \use_non_tex_fonts false
  21. \font_sc false
  22. \font_osf false
  23. \font_sf_scale 100
  24. \font_tt_scale 100
  25.  
  26. \graphics default
  27. \default_output_format default
  28. \output_sync 0
  29. \bibtex_command default
  30. \index_command default
  31. \paperfontsize default
  32. \spacing single
  33. \use_hyperref true
  34. \pdf_bookmarks true
  35. \pdf_bookmarksnumbered false
  36. \pdf_bookmarksopen false
  37. \pdf_bookmarksopenlevel 1
  38. \pdf_breaklinks false
  39. \pdf_pdfborder false
  40. \pdf_colorlinks false
  41. \pdf_backref false
  42. \pdf_pdfusetitle true
  43. \papersize default
  44. \use_geometry false
  45. \use_amsmath 1
  46. \use_esint 1
  47. \use_mhchem 1
  48. \use_mathdots 1
  49. \cite_engine basic
  50. \use_bibtopic false
  51. \use_indices false
  52. \paperorientation portrait
  53. \suppress_date false
  54. \use_refstyle 1
  55. \index Index
  56. \shortcut idx
  57. \color #008000
  58. \end_index
  59. \secnumdepth 3
  60. \tocdepth 3
  61. \paragraph_separation indent
  62. \paragraph_indentation 0pt
  63. \quotes_language english
  64. \papercolumns 1
  65. \papersides 1
  66. \paperpagestyle default
  67. \tracking_changes false
  68. \output_changes false
  69. \html_math_output 0
  70. \html_css_as_file 0
  71. \html_be_strict false
  72. \end_header
  73.  
  74. \begin_body
  75.  
  76. \begin_layout Standard
  77. \begin_inset ERT
  78. status open
  79.  
  80. \begin_layout Plain Layout
  81.  
  82.  
  83. \backslash
  84. newglossaryentry{api}{type=
  85. \backslash
  86. acronymtype, name={API},
  87. \end_layout
  88.  
  89. \begin_layout Plain Layout
  90.  
  91. description={Application Programming Interface},
  92. \end_layout
  93.  
  94. \begin_layout Plain Layout
  95.  
  96. first={Application Programming Interface (API)},
  97. \end_layout
  98.  
  99. \begin_layout Plain Layout
  100.  
  101. see=[Glossary:]{apig}}
  102. \end_layout
  103.  
  104. \end_inset
  105.  
  106.  
  107. \end_layout
  108.  
  109. \begin_layout Standard
  110. \begin_inset ERT
  111. status open
  112.  
  113. \begin_layout Plain Layout
  114.  
  115.  
  116. \backslash
  117. newglossaryentry{apig}{name={API},
  118. \end_layout
  119.  
  120. \begin_layout Plain Layout
  121.  
  122. description={Application Programming Interface (API) is a particular set
  123. of rules and specifications that a software program can follow to access
  124. and make use of the services and resources provided by another particular
  125. software program that implements that API}}
  126. \end_layout
  127.  
  128. \end_inset
  129.  
  130.  
  131. \end_layout
  132.  
  133. \begin_layout Standard
  134. \begin_inset Note Note
  135. status open
  136.  
  137. \begin_layout Plain Layout
  138. Please uncomment this note to get the dummy entry working.
  139. \end_layout
  140.  
  141. \begin_layout Plain Layout
  142. \begin_inset ERT
  143. status open
  144.  
  145. \begin_layout Plain Layout
  146.  
  147.  
  148. \backslash
  149. newglossaryentry{dummy}{name={DUMMY},
  150. \end_layout
  151.  
  152. \begin_layout Plain Layout
  153.  
  154. description={Type or erase a letter here and LyX will update the glossary
  155. and acronym list (do *not* use space as only working under certain circumstance
  156. s)}}
  157. \backslash
  158. glsadd{dummy}
  159. \end_layout
  160.  
  161. \end_inset
  162.  
  163.  
  164. \end_layout
  165.  
  166. \end_inset
  167.  
  168.  
  169. \end_layout
  170.  
  171. \begin_layout Standard
  172. First usage of
  173. \begin_inset ERT
  174. status open
  175.  
  176. \begin_layout Plain Layout
  177.  
  178.  
  179. \backslash
  180. gls{api}
  181. \end_layout
  182.  
  183. \end_inset
  184.  
  185.  
  186. \end_layout
  187.  
  188. \begin_layout Standard
  189. Second usage of
  190. \begin_inset ERT
  191. status open
  192.  
  193. \begin_layout Plain Layout
  194.  
  195.  
  196. \backslash
  197. gls{api}
  198. \end_layout
  199.  
  200. \end_inset
  201.  
  202. .
  203. \end_layout
  204.  
  205. \begin_layout Standard
  206. \begin_inset ERT
  207. status open
  208.  
  209. \begin_layout Plain Layout
  210.  
  211.  
  212. \backslash
  213. glsadd{apig}
  214. \end_layout
  215.  
  216. \end_inset
  217.  
  218.  
  219. \end_layout
  220.  
  221. \begin_layout Standard
  222. \begin_inset Newpage newpage
  223. \end_inset
  224.  
  225.  
  226. \end_layout
  227.  
  228. \begin_layout Standard
  229. \begin_inset ERT
  230. status open
  231.  
  232. \begin_layout Plain Layout
  233.  
  234.  
  235. \backslash
  236. printglossary[type=
  237. \backslash
  238. acronymtype]
  239. \end_layout
  240.  
  241. \end_inset
  242.  
  243.  
  244. \end_layout
  245.  
  246. \begin_layout Standard
  247. \begin_inset Newpage newpage
  248. \end_inset
  249.  
  250.  
  251. \end_layout
  252.  
  253. \begin_layout Standard
  254. \begin_inset ERT
  255. status open
  256.  
  257. \begin_layout Plain Layout
  258.  
  259.  
  260. \backslash
  261. printglossary[type=main]
  262. \end_layout
  263.  
  264. \end_inset
  265.  
  266.  
  267. \end_layout
  268.  
  269. \end_body
  270. \end_document
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement