summaryrefslogtreecommitdiff
path: root/info/biblio/ieeestd.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/biblio/ieeestd.sty
Initial commit
Diffstat (limited to 'info/biblio/ieeestd.sty')
-rw-r--r--info/biblio/ieeestd.sty54
1 files changed, 54 insertions, 0 deletions
diff --git a/info/biblio/ieeestd.sty b/info/biblio/ieeestd.sty
new file mode 100644
index 0000000000..b2cdfe3207
--- /dev/null
+++ b/info/biblio/ieeestd.sty
@@ -0,0 +1,54 @@
+%%% -*-TeX-*-
+%%% ====================================================================
+%%% @LaTeX-style-file{
+%%% author = "Nelson H. F. Beebe",
+%%% version = "1.00",
+%%% date = "24 April 2000",
+%%% time = "08:43:27 MDT",
+%%% filename = "ieeestd.sty",
+%%% address = "Center for Scientific Computing
+%%% University of Utah
+%%% Department of Mathematics, 322 INSCC
+%%% 155 S 1400 E RM 233
+%%% Salt Lake City, UT 84112-0090
+%%% USA",
+%%% telephone = "+1 801 581 5254",
+%%% FAX = "+1 801 585 1640, +1 801 581 4148",
+%%% URL = "http://www.math.utah.edu/~beebe",
+%%% checksum = "44844 54 253 2420",
+%%% email = "beebe@math.utah.edu, beebe@acm.org,
+%%% beebe@computer.org, beebe@ieee.org (Internet)",
+%%% codetable = "ISO/ASCII",
+%%% keywords = "IEEE Standards",
+%%% supported = "yes",
+%%% docstring = "This style file contains macro definitions
+%%% needed by ieeestd.bib.
+%%%
+%%% 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.",
+%%% }
+%%% ====================================================================
+
+\ifx \documentclass \undefined
+ %% LaTeX 2.09
+ \ifx \undefined \textregistered
+ %% NB: This definition is deficient: the letter R does not
+ %% scale according to the prevailing font size. Removing the
+ %% \small makes the R overlap the surrounding circle, sigh...
+ \def \textregistered {{\ooalign{\hfil \raise.07ex\hbox{\small\sc R}\hfil
+ \crcr \mathhexbox20D}}}%
+ \fi
+\else
+ %% LaTeX 2e and later
+ \ifx \undefined \textregistered
+ \def \textregistered {\textcircled{{\sc R}}}%
+ \fi
+ \ifx \undefined \textcircled
+ \def \textcircled #1{\ooalign{\hfil \raise .07ex\hbox {#1}\hfil
+ \crcr \char 79}}%
+ \fi
+\fi