summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-11-13 14:31:37 +0000
committerKarl Berry <karl@freefriends.org>2009-11-13 14:31:37 +0000
commitd9f0b99af8bc9ecd775627c5081c7eaea3133574 (patch)
treededb940ff3becc7c65c35df17f689e0f0dc9cf95 /Master/texmf-dist/doc/latex
parent6b6e76c3af4749246c999e2c6c6166a437c5d9cb (diff)
ijmart 1.4 (12nov09)
git-svn-id: svn://tug.org/texlive/trunk@16001 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/ijmart/ijmart.bib137
-rw-r--r--Master/texmf-dist/doc/latex/ijmart/ijmsample.bib167
2 files changed, 304 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ijmart/ijmart.bib b/Master/texmf-dist/doc/latex/ijmart/ijmart.bib
new file mode 100644
index 00000000000..9d24a24294b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ijmart/ijmart.bib
@@ -0,0 +1,137 @@
+,-------------------.
+| BIBTEX ENTRIES |
+`-------------------'
+
+@manual{Downes04:amsart,
+ author = {Michael Downes and Barbara Beeton},
+ month = {August},
+ note =
+ {\url{http://www.ctan.org/tex-archive/macros/latex/required/amslatex/classes%
+}},
+ organization = {American Mathematical Society},
+ title = {The \textsf{amsart}, \textsf{amsproc}, and
+ \textsf{amsbook} document~classes},
+ year = {2004},
+}
+
+@book{Graetzer00:MathIntoLaTeX,
+ address = {Boston},
+ author = {George Gr\"aetzer},
+ edition = {Third},
+ publisher = {Birkh\"auser},
+ title = {Math into \LaTeX},
+ year = {2000},
+}
+
+@misc{TeXFAQ,
+ author = {UK \TeX{} Users Group},
+ howpublished = {\url{http://www.tex.ac.uk/cgi-bin/texfaq2html}},
+ title = {{UK} List of {\TeX} Frequently Asked Questions},
+ year = {2006},
+}
+
+@manual{Oberdiek06:Ifpdf,
+ author = {Heiko Oberdiek},
+ month = {February},
+ note =
+ {\url{http://ctan.tug.org/tex-archive/macros/latex/contrib/oberdiek}},
+ title = {The \textsf{ifpdf} Package},
+ year = {2006},
+}
+
+@manual{Oostrum04:Fancyhdr,
+ author = {van Oostrum, Piet},
+ month = {March},
+ note =
+ {\url{http://ctan.tug.org/tex-archive/macros/latex/contrib/fancyhdr}},
+ title = {Page Layout in \LaTeX},
+ year = {2004},
+}
+
+@manual{Goldberg94:Lastpage,
+ author = {Jeff Goldberg},
+ month = {July},
+ note =
+ {\url{http://www.ctan.org/tex-archive/macros/latex/contrib/lastpage}},
+ title = {The \textsf{lastpage} Package},
+ year = {1994},
+}
+
+@manual{amsldoc,
+ month = {February},
+ note =
+ {\url{http://ctan.tug.org/tex-archive/macros/latex/required/amslatex/math/am%
+sldoc.pdf}},
+ organization = {American Mathematical Society},
+ title = {User's Guide for the \textsf{amsmath} Package
+ (Version~2.0)},
+ year = {2002},
+}
+
+@manual{Braams05:Babel,
+ author = {Johannes Braams},
+ month = {April},
+ note =
+ {\url{http://www.ctan.org/tex-archive/macros/latex/required/babel}},
+ title = {Babel, a Multilingual Package For Use With {\LaTeX}'s
+ Standard Document Classes},
+ year = {2005},
+}
+
+@manual{instr-l,
+ month = {August},
+ note =
+ {\url{http://www.ctan.org/tex-archive/macros/latex/required/amslatex/classes%
+/instr-l.pdf}},
+ organization = {American Mathematical Society},
+ title = {Instructions for Preparation of Papers and
+ Monographs, {AMS\LaTeX}},
+ year = {2004},
+}
+
+@book{Goossens97:LateXGraphicsCompanion,
+ address = {Reading, Ma.},
+ author = {Michel Goossens and Sebastian Rahtz and
+ Frank Mittelbach},
+ chapter = {},
+ publisher = {Addison-Wesley},
+ series = {Addison-Wesley Series on Tools and Techniques for
+ Computer Typesetting},
+ title = {The \LaTeX{} Graphics Companion: Illustrating
+ Documents With \TeX{} and {PostScript}},
+ year = {1997},
+}
+
+@manual{Wilson04:Memoir,
+ author = {Peter Wilson},
+ month = {January},
+ note =
+ {\url{http://ctan.tug.org/tex-archive/macros/latex/contrib/memoir}},
+ title = {The Memoir Class for Configurable Typesetting},
+ year = {2004},
+}
+
+@manual{classes,
+ author = {Leslie Lamport and Frank Mittelbach and
+ Johannes Braams},
+ note =
+ {\url{http://ctan.tug.org/tex-archive/macros/latex/base}},
+ title = {Standard Document Classes for {\LaTeX{}} version 2e},
+ year = {1997},
+}
+
+@Manual{Carlisle95:indentfirst,
+ title = {The \textsf{indentfirst} package},
+ author = {David Carlisle},
+ month = {November},
+ year = 1995,
+ note = {\url{http://www.ctan.org/tex-archive/macros/latex/required/tools/indentfirst.pdf}}
+}
+
+@Manual{amsthdoc,
+ title = {Using the \texttt{amsthm} Package},
+ organization = {American Mathematical Society},
+ month = {August},
+ year = 2004,
+ note = {\url{http://www.ctan.org/tex-archive/macros/latex/required/amslatex/classes/amsthdoc.pdf}}
+}
diff --git a/Master/texmf-dist/doc/latex/ijmart/ijmsample.bib b/Master/texmf-dist/doc/latex/ijmart/ijmsample.bib
new file mode 100644
index 00000000000..6d1f3eebef7
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ijmart/ijmsample.bib
@@ -0,0 +1,167 @@
+
+
+@Article{dihe:newdir,
+ author = {W. Diffie and E. Hellman},
+ title = {New directions in Cryptography},
+ journal = {IEEE Transactions on Information Theory},
+ year = 1976,
+ volume = 22,
+ number = 5,
+ pages = {644--654}
+}
+
+
+
+
+
+@Misc{fre:cichon,
+ author = {D. H. Fremlin},
+ title = {Cichon's Diagram},
+ howpublished = {presented at the
+S{\'e}minaire Initiation {\`a} l'Analyse, G. Choquet, M. Rogalski, J.
+Saint Raymond, at the Universit{\'e} Pierre et Marie Curie, Paris, 23e
+ann{\'e}e.},
+ year = {1983/194}
+}
+
+
+
+
+@Article{gouja:lagrmeth,
+ author = {I. P. Goulden and D. M. Jackson},
+ title = {The Enumeration of Directed
+Closed {E}uler Trails and Directed {H}amiltonian Circuits by
+{L}angrangian Methods},
+ journal = {European Journal of Combinatorics},
+ year = 1981,
+ volume = 2,
+ pages = {131--212}
+}
+
+
+
+@Book{hapa:graphenum,
+ author = {F. Harary and E. M. Palmer},
+ title = {Graphical Enumeration},
+ publisher = {Academic Press},
+ year = 1973
+}
+
+
+
+
+@InProceedings{imlelu:oneway,
+ author = {R. Impagliazzo and L. Levin and M. Luby},
+ title = {Pseudo-random Generation from One-Way Functions},
+ booktitle = {Proc. 21st STOC},
+ pages = {12--24},
+ year = 1989,
+ address = {New York},
+ publisher = {ACM}
+}
+
+
+
+
+@TechReport{komiyo:unipfunc,
+ author = {M. Kojima and S. Mizuno and A. Yoshise},
+ title = {A New Continuation Method
+for Complementarity Problems With Uniform $p$-Functions},
+ institution = {Tokyo Inst. of Technology, Dept. of Information Sciences},
+ year = 1987,
+ number = {B-194},
+ address = {Tokyo}
+}
+
+
+
+
+@TechReport{komiyo:lincomp,
+ author = {M. Kojima and S. Mizuno and A. Yoshise},
+ title = {A Polynomial-Time Algorithm For a Class of Linear
+Complementarity Problems},
+ institution = {Tokyo Inst. of Technology, Dept. of Information Sciences},
+ year = 1987,
+ number = {B-193},
+ address = {Tokyo}
+}
+
+
+
+
+@Article{liuchow:formalsum,
+ author = {C. J. Liu and Yutze Chow},
+ title = {On Operator and Formal Sum Methods for
+Graph Enumeration Problems},
+ journal = {SIAM Journal of Algorithms and Discrete Methods},
+ year = 1984,
+ volume = 5,
+ pages = {384--438}
+}
+
+
+
+
+@Article{mami:matrixth,
+ author = {M. Marcus and H. Minc},
+ title = {A Survey of Matrix Theory and Matrix
+Inequalities},
+ journal = {Complementary Series in Mathematics},
+ year = 1964,
+ volume = 14,
+ pages = {21--48}
+}
+
+
+
+
+@TechReport{miyoki:lincomp,
+ author = {S. Mizuno and A. Yoshise and T. Kikuchi},
+ title = {Practical Polynomial Time
+Algorithms for Linear Complementarity Problems},
+ institution = {Tokyo Inst. of Technology, Dept. of Industrial Engineering
+and Management},
+ year = 1988,
+ number = 13,
+ address = {Tokyo},
+ month = {April}
+}
+
+
+
+
+@TechReport{moad:quadpro,
+ author = {R. D. Monteiro and I. Adler},
+ title = {Interior Path Following Primal-Dual
+Algorithms, Part {II}: Quadratic Programming},
+ institution = {Dept. of Industrial Engineering and Operations Research},
+ year = 1987,
+ type = {Working Paper},
+ month = {August}
+}
+
+
+
+
+@Book{ste:sint,
+ author = {E. M. Stein},
+ title = {Singular Integrals and Differentiability Properties
+of Functions},
+ publisher = {Princeton Univ. Press},
+ year = 1970,
+ address = {Princeton, NJ}
+}
+
+
+
+
+
+@PhdThesis{ye:intalg,
+ author = {Y. Ye},
+ title = {Interior Algorithms for Linear, Quadratic and Linearly
+Constrained Convex Programming},
+ school = {Stanford Univ., Dept. of Engineering--Economic Systems},
+ year = 1987,
+ address = {Palo Alto, CA},
+ month = {July}
+}