From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- info/biblio/ijqc.sty | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 info/biblio/ijqc.sty (limited to 'info/biblio/ijqc.sty') diff --git a/info/biblio/ijqc.sty b/info/biblio/ijqc.sty new file mode 100644 index 0000000000..48a8730c29 --- /dev/null +++ b/info/biblio/ijqc.sty @@ -0,0 +1,87 @@ +%%% -*-LaTeX-*- +%%% ==================================================================== +%%% @LaTeX-style-file{ +%%% author = "Nelson H. F. Beebe", +%%% version = "1.02", +%%% date = "19 April 2014", +%%% time = "08:25:36 MDT", +%%% filename = "ijqc.sty", +%%% address = "University of Utah +%%% Department of Mathematics, 110 LCB +%%% 155 S 1400 E RM 233 +%%% Salt Lake City, UT 84112-0090 +%%% USA", +%%% telephone = "+1 801 581 5254", +%%% FAX = "+1 801 581 4148", +%%% URL = "http://www.math.utah.edu/~beebe", +%%% checksum = "44477 87 319 3223", +%%% email = "beebe@math.utah.edu, beebe@acm.org, +%%% beebe@computer.org (Internet)", +%%% codetable = "ISO/ASCII", +%%% keywords = "bibliography, BibTeX, International Journal +%%% of Quantum Chemistry, IJQC", +%%% license = "public domain", +%%% supported = "yes", +%%% docstring = "This style file for plain TeX, AmSTeX, and +%%% LaTeX (2.09 and 2e) provides definitions of +%%% LaTeX-like macros needed for the +%%% International Journal of Quantum Chemistry +%%% bibliography. +%%% +%%% Macros are only defined if they are unknown, +%%% so that they do not override earlier +%%% definitions. +%%% +%%% The checksum field above contains a CRC-16 +%%% checksum as the first value, followed by the +%%% equivalent of the standard UNIX wc (word +%%% count) utility output of lines, words, and +%%% characters. This is produced by Robert +%%% Solovay's checksum utility.", +%%% } +%%% ==================================================================== + +\immediate\write16{This is ijqc.sty, Version 1.02 <19 April 2014>}% + +\ifx \undefined \dbar \def \dbar {\leavevmode\raise0.2ex\hbox{--}\kern-0.5emd} \fi + +\ifx \undefined \Dbar \def \Dbar {\leavevmode\raise0.2ex\hbox{--}\kern-0.5emD} \fi + +\ifx \undefined \dottedbond + \def \dottedbond {$\cdots$} +\fi + +\ifx \undefined \doublebond + \def \doublebond {\setbox0=\hbox{MM}\raise 1pt\hbox to \wd0{\bf \hss=\kern-3pt=\hss}} +\fi + +\ifx \k \undefined + \let \k = \c +\fi + +\ifx \undefined \notlongleftrightarrow + \def \notlongleftrightarrow + {% + \longleftrightarrow% + \setbox0=\hbox{$\longleftrightarrow$}% + \kern-0.85\wd0% + \hbox to 0pt{\hss$\not$\hss}% + \kern+0.85\wd0% + } +\fi + +\ifx \undefined \singlebond + \def \singlebond {\setbox0=\hbox{MM}\raise 1pt\hbox to \wd0{\bf \hss$-$\kern-2pt$-$\hss}} +\fi + +\ifx \undefined \triplebond + \def \triplebond {\setbox0=\hbox{MM}\raise 1pt\hbox to \wd0{\hss$\equiv\kern-3pt\equiv$\hss}} +\fi + +\ifx \undefined \bond + \let \bond = \singlebond +\fi + +\ifx \undefined \textperiodcentered \def \textperiodcentered {$\cdot$} \fi + +\endinput -- cgit v1.2.3