You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

167 lines
3.9 KiB

  1. %* glpk.tex *%
  2. %***********************************************************************
  3. % This code is part of GLPK (GNU Linear Programming Kit).
  4. %
  5. % Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
  6. % 2009, 2010, 2011, 2013 Andrew Makhorin, Department for Applied
  7. % Informatics, Moscow Aviation Institute, Moscow, Russia. All rights
  8. % reserved. E-mail: <mao@gnu.org>.
  9. %
  10. % GLPK is free software: you can redistribute it and/or modify it
  11. % under the terms of the GNU General Public License as published by
  12. % the Free Software Foundation, either version 3 of the License, or
  13. % (at your option) any later version.
  14. %
  15. % GLPK is distributed in the hope that it will be useful, but WITHOUT
  16. % ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  17. % or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
  18. % License for more details.
  19. %
  20. % You should have received a copy of the GNU General Public License
  21. % along with GLPK. If not, see <http://www.gnu.org/licenses/>.
  22. %***********************************************************************
  23. \documentclass[11pt]{report}
  24. \usepackage{amssymb}
  25. \usepackage[dvipdfm,linktocpage,colorlinks,linkcolor=blue,
  26. urlcolor=blue]{hyperref}
  27. \usepackage{indentfirst}
  28. \usepackage{lscape}
  29. \usepackage[all]{xy}
  30. \setlength{\textwidth}{6.5in}
  31. \setlength{\textheight}{8.5in}
  32. \setlength{\oddsidemargin}{0in}
  33. \setlength{\topmargin}{0in}
  34. \setlength{\headheight}{0in}
  35. \setlength{\headsep}{0in}
  36. \setlength{\footskip}{0.5in}
  37. \setlength{\parindent}{16pt}
  38. \setlength{\parskip}{5pt}
  39. \setlength{\topsep}{0pt}
  40. \setlength{\partopsep}{0pt}
  41. \setlength{\itemsep}{\parskip}
  42. \setlength{\parsep}{0pt}
  43. \setlength{\leftmargini}{\parindent}
  44. \renewcommand{\labelitemi}{---}
  45. \def\para#1{\noindent{\bf#1}}
  46. \def\synopsis{\para{Synopsis}}
  47. \def\description{\para{Description}}
  48. \def\returns{\para{Returns}}
  49. \renewcommand\contentsname{\sf\bfseries Contents}
  50. \renewcommand\chaptername{\sf\bfseries Chapter}
  51. \renewcommand\appendixname{\sf\bfseries Appendix}
  52. \newenvironment{retlist}
  53. { \def\arraystretch{1.5}
  54. \noindent
  55. \begin{tabular}{@{}p{1in}@{}p{5.5in}@{}}
  56. }
  57. {\end{tabular}}
  58. \begin{document}
  59. \thispagestyle{empty}
  60. \begin{center}
  61. \vspace*{1.5in}
  62. \begin{huge}
  63. \sf\bfseries GNU Linear Programming Kit
  64. \end{huge}
  65. \vspace{0.5in}
  66. \begin{LARGE}
  67. \sf Reference Manual
  68. \end{LARGE}
  69. \vspace{0.5in}
  70. \begin{LARGE}
  71. \sf for GLPK Version 4.52
  72. \end{LARGE}
  73. \vspace{0.5in}
  74. \begin{Large}
  75. \sf (DRAFT, July 2013)
  76. \end{Large}
  77. \end{center}
  78. \newpage
  79. \vspace*{1in}
  80. \vfill
  81. \noindent
  82. The GLPK package is part of the GNU Project released under the aegis of
  83. GNU.
  84. \noindent
  85. Copyright \copyright{} 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
  86. 2008, 2009, 2010, 2011, 2013 Andrew Makhorin, Department for Applied
  87. Informatics, Moscow Aviation Institute, Moscow, Russia. All rights
  88. reserved.
  89. \noindent
  90. Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  91. 02110-1301, USA.
  92. \noindent
  93. Permission is granted to make and distribute verbatim copies of this
  94. manual provided the copyright notice and this permission notice are
  95. preserved on all copies.
  96. \noindent
  97. Permission is granted to copy and distribute modified versions of this
  98. manual under the conditions for verbatim copying, provided also that
  99. the entire resulting derived work is distributed under the terms of
  100. a permission notice identical to this one.
  101. \noindent
  102. Permission is granted to copy and distribute translations of this
  103. manual into another language, under the above conditions for modified
  104. versions.
  105. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  106. \newpage
  107. {\setlength{\parskip}{0pt}
  108. \tableofcontents
  109. }
  110. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  111. \include{glpk01}
  112. \include{glpk02}
  113. \include{glpk03}
  114. \include{glpk04}
  115. \include{glpk05}
  116. \include{glpk06}
  117. \appendix
  118. \include{glpk07}
  119. \include{glpk08}
  120. \include{glpk09}
  121. \include{glpk10}
  122. \include{glpk11}
  123. \include{glpk12}
  124. \end{document}