diff options
Diffstat (limited to 'Master/texmf-dist/bibtex/bib/beebe/texgraph.bib')
-rw-r--r-- | Master/texmf-dist/bibtex/bib/beebe/texgraph.bib | 303 |
1 files changed, 280 insertions, 23 deletions
diff --git a/Master/texmf-dist/bibtex/bib/beebe/texgraph.bib b/Master/texmf-dist/bibtex/bib/beebe/texgraph.bib index de6db937f60..b3680452c36 100644 --- a/Master/texmf-dist/bibtex/bib/beebe/texgraph.bib +++ b/Master/texmf-dist/bibtex/bib/beebe/texgraph.bib @@ -4,9 +4,9 @@ %%% ==================================================================== %%% BibTeX-file{ %%% author = "Nelson H. F. Beebe", -%%% version = "2.10", -%%% date = "08 January 2019", -%%% time = "10:18:17 MST", +%%% version = "2.11", +%%% date = "31 January 2019", +%%% time = "15:43:54 MST", %%% filename = "texgraph.bib", %%% address = "University of Utah %%% Department of Mathematics, 110 LCB @@ -15,7 +15,7 @@ %%% USA", %%% telephone = "+1 801 581 5254", %%% FAX = "+1 801 581 4148", -%%% checksum = "59852 3129 11807 117424", +%%% checksum = "20405 3386 13323 130458", %%% email = "beebe at math.utah.edu, beebe at acm.org, %%% beebe at computer.org (Internet)", %%% codetable = "ISO/ASCII", @@ -39,12 +39,12 @@ %%% printed if the is-alpha.bst or is-plain.bst %%% style files are used. %%% -%%% At version 2.10, the year coverage looked +%%% At version 2.11, the year coverage looked %%% like this: %%% %%% 1976 ( 1) 1986 ( 1) 1996 ( 1) %%% 1977 ( 0) 1987 ( 0) 1997 ( 5) -%%% 1978 ( 0) 1988 ( 1) 1998 ( 1) +%%% 1978 ( 0) 1988 ( 2) 1998 ( 1) %%% 1979 ( 0) 1989 ( 0) 1999 ( 2) %%% 1980 ( 0) 1990 ( 3) 2000 ( 0) %%% 1981 ( 1) 1991 ( 1) 2001 ( 1) @@ -365,7 +365,7 @@ acknowledgement = ack-nhfb, } -@Book{Adobe:PLP88, +@Book{Reid:1988:PLP, author = "Glenn C. Reid", title = "{PostScript} Language Program Design", publisher = pub-AW, @@ -375,9 +375,199 @@ ISBN = "0-201-14396-8", ISBN-13 = "978-0-201-14396-6", LCCN = "QA76.73.P67 R45 1988", - bibdate = "Sat Aug 27 11:13:46 1994", - bibsource = "http://www.math.utah.edu/pub/tex/bib/texgraph.bib", - acknowledgement = ack-nhfb, + bibdate = "Sat Aug 27 10:53:25 1994n", + bibsource = "http://www.math.utah.edu/pub/tex/bib/master.bib; + http://www.math.utah.edu/pub/tex/bib/postscri.bib; + http://www.math.utah.edu/pub/tex/bib/texbook3.bib; + http://www.math.utah.edu/pub/tex/bib/texgraph.bib", + price = "US\$22.95", + URL = "http://www.rightbrain.com/rightbrain.shtml", + acknowledgement = ack-nhfb, + keywords = "PostScript (computer program language)", + tableofcontents = "Preface / ix \\ + The PostScript Language: Overview / 1 \\ + Introduction / 1 \\ + The Language Model / 2 \\ + Dictionaries and Data Structures / 4 \\ + Stacks / 4 \\ + Built-In PostScript Language Operators / 5 \\ + The Imaging Model / 5 \\ + Coordinate Systems / 6 \\ + Paths and Paint / 7 \\ + Fonts / 7 \\ + Electronic Publishing and Printing / 7 \\ + Program Design Guidelines / 9 \\ + The Execution Model / 11 \\ + Introduction / 11 \\ + The Printing Job Model / 11 \\ + The Operand Stack / 13 \\ + Objects in the PostScript Language / 13 \\ + The Stack as a Data Structure / 15 \\ + The Dictionary Stack / 16 \\ + Dictionary Objects / 17 \\ + Using the Dictionary Stack / 18 \\ + Operators and Name Lookup / 19 \\ + The Bind Operator / 21 \\ + The Interpreter and the Scanner / 23 \\ + Recognition of Objects / 24 \\ + Procedures / 25 \\ + Very Large Procedure Bodies / 29 \\ + The Execution Stack / 32 \\ + The Server Loop / 34 \\ + The Imaging Model / 37 \\ + Introduction / 37 \\ + Applying the Metaphor / 38 \\ + Construction of Paths / 40 \\ + The Graphics State and Paths / 40 \\ + Painting Operations / 42 \\ + What Happens to the Current Path? / 43 \\ + Procedures for Constructing Paths / 44 \\ + Rectangles / 44 \\ + Circles and Arcs / 46 \\ + Arrowheads / 46 \\ + Text Operations / 49 \\ + Character Widths / 51 \\ + Clipping / 53 \\ + Complexity and Performance / 53 \\ + Rasterization / 54 \\ + Save and Restore / 54 \\ + The Font Cache / 55 \\ + Emulators and Translators / 57 \\ + Introduction / 57 \\ + Emulating Another Printer / 58 \\ + The stringwidth Operator / 61 \\ + Text Justification in an Emulator / 62 \\ + Translating Existing File Formats / 68 \\ + Units / 68 \\ + Fonts / 69 \\ + Font Differences / 69 \\ + Using the Imaging Model / 71 \\ + Preserving High-Level Information / 72 \\ + Rendering / 72 \\ + Optimizing Translator Output / 72 \\ + Computation and Decision-Making / 73 \\ + Designing the Page and the Program / 77 \\ + Introduction / 77 \\ + Page Layout Considerations / 77 \\ + Page Nesting and Independence / 78 \\ + Producing PostScript Language Output / 79 \\ + Round-Off and Coordinate Systems / 80 \\ + Efficiency / 81 \\ + Data Transmission Overhead / 82 \\ + Computation / 83 \\ + Interpretation Time / 85 \\ + Program Structure / 87 \\ + Introduction / 87 \\ + The Prologue and Script Model / 87 \\ + Modularity and Page Structure / 89 \\ + Ground State / 90 \\ + The Operand Stack / 92 \\ + Functional and Graphic Independence / 92 \\ + Save and Restore / 93 \\ + Page Elements and Their Properties / 94 \\ + Document Structuring Conventions / 96 \\ + The Mechanics of Setting Text / 99 \\ + Introduction / 99 \\ + Character Widths / 100 \\ + Margins and Justification / 102 \\ + Justification / 104 \\ + Handling Different Fonts / 106 \\ + Leading and Point Size / 108 \\ + Kerning and Ligatures / 109 \\ + Encoding and Character Sets / 114 \\ + Composite Characters and Accents / 117 \\ + Non-Roman Fonts / 117 \\ + Character Widths and Origins / 118 \\ + Scanned Images and Halftones / 123 \\ + Introduction / 123 \\ + The Image Operator / 123 \\ + How It Works / 124 \\ + The Image Matrix / 124 \\ + Data Acquisition Procedures / 126 \\ + Small Amounts of Data / 127 \\ + Large Amounts of Data / 127 \\ + A Common Error and Its Cause / 129 \\ + Synthetic Data / 129 \\ + Data Compression / 131 \\ + Halftone Screens / 131 \\ + Halftoning in the PostScript Language / 132 \\ + Changing the Halftone Screen / 132 \\ + The Spot Function / 134 \\ + Complex Graphic Problem-Solving / 137 \\ + Introduction / 137 \\ + Pattern Fills / 137 \\ + Logos, Grids, Forms, and Special Fonts / 143 \\ + Grids / 146 \\ + Transformation Matrices / 149 \\ + Inverted Coordinate Systems / 151 \\ + Color and Color Separations / 151 \\ + Color Separations / 152 \\ + Spot Color / 154 \\ + File Interchange Standards / 157 \\ + Introduction / 157 \\ + Conforming Documents / 157 \\ + Handling Printer-Specific Features / 158 \\ + Specifying Paper Sizes / 159 \\ + Printer Queries / 162 \\ + Conditional Execution / 163 \\ + Font Availability / 164 \\ + Putting it All Together / 165 \\ + Merging Files from Different Sources / 167 \\ + Introduction / 167 \\ + Using Existing Context / 168 \\ + Error Recovery / 169 \\ + Handling showpage / 170 \\ + Screen Representations / 171 \\ + Writing a Print Spooler / 173 \\ + Introduction / 173 \\ + Printer Management / 174 \\ + Communications / 174 \\ + Messages / 175 \\ + Using exitserver / 176 \\ + Managing Files and Fonts / 178 \\ + DocumentFonts / 178 \\ + IncludeFont / 179 \\ + BeginFont, EndFont / 180 \\ + Determining What Fonts Are Available / 181 \\ + Handling Resource Shortages / 182 \\ + Printer Description Files / 183 \\ + Memory and File Resource Management / 185 \\ + Memory Structure / 185 \\ + Memory Allocation / 186 \\ + Save and Restore / 187 \\ + Save Objects / 187 \\ + The invalidrestore Error / 188 \\ + Downloadable Font Programs / 190 \\ + Packed Arrays / 190 \\ + Raster Memory / 191 \\ + File Systems and Disk Management / 192 \\ + PostScript Language File Operations / 192 \\ + The Standard Input Stream / 193 \\ + Error Handling / 197 \\ + Introduction / 197 \\ + Strategies / 197 \\ + Non-Standard Operators / 197 \\ + Implementation Limits Exceeded / 198 \\ + The Stopped Operator / 199 \\ + The Error Handling Mechanism / 203 \\ + Redefining Error Procedures / 204 \\ + Handling Error Messages / 206 \\ + Debugging Techniques / 207 \\ + Introduction / 207 \\ + Establishing Two-Way Communication / 207 \\ + Serial Communications / 208 \\ + Parallel Communications / 209 \\ + Packet Network Communications / 209 \\ + Understanding PostScript Language Errors / 209 \\ + Error: undefined / 210 \\ + Error: typecheck / 211 \\ + Redefining Built-In Operators / 212 \\ + Stack Traces / 214 \\ + Interactive Techniques / 214 \\ + Coordinate System Transformations / 215 \\ + Debugging Messages / 216 \\ + Error Handler / 217 \\ + Index / 221", } @Book{Adobe:PLR85, @@ -1978,17 +2168,20 @@ @Book{Nye:1988:XPM, author = "Adrian Nye", - title = "Xlib Programming Manual for Version 11", + title = "{Xlib} Programming Manual for Version 11", volume = "1", publisher = pub-ORA, address = pub-ORA:adr, pages = "xxxiii + 615", year = "1988", - ISBN = "0-937175-26-9", - ISBN-13 = "978-0-937175-26-2", + ISBN = "0-937175-26-9, 0-937175-89-7", + ISBN-13 = "978-0-937175-26-2, 978-0-937175-89-7", LCCN = "QA76.76.W56 D44 v.1 1988", - bibdate = "Wed Dec 15 10:40:05 1993", - bibsource = "http://www.math.utah.edu/pub/tex/bib/texgraph.bib", + bibsource = "http://www.math.utah.edu/pub/tex/bib/master.bib; + http://www.math.utah.edu/pub/tex/bib/ora.bib; + http://www.math.utah.edu/pub/tex/bib/texgraph.bib; + http://www.math.utah.edu/pub/tex/bib/unix.bib", + URL = "http://www.oreilly.com/catalog/9780937175262", acknowledgement = ack-nhfb, } @@ -2993,7 +3186,7 @@ Hyphenation Patterns for Ancient and Modern Greek / Dimitrios Filippou / 59--67 \\ Typesetting the Deseret Alphabet with LaTeX and - METAFONT / Kenneth R. Beasley / 68--111 \\ + METAFONT / Kenneth R. Beesley / 68--111 \\ FEATPOST and a Review of 3D METAPOST Packages / Luis Nobre Gon{\c{c}}alves / 112--124 \\ Interactive Editing of MathML Markup Using TeX Syntax / @@ -3046,10 +3239,12 @@ @Proceedings{Zlatuska:1992:EPE, editor = "Ji{\v{r}}{\'\i} Zlatu{\v{s}}ka", - booktitle = "{Euro{\TeX}} 92: Proceedings of the 7th European - {\TeX} Conference", - title = "{Euro{\TeX}} 92: Proceedings of the 7th European - {\TeX} Conference", + booktitle = "{Euro\TeX{} '92: Proceedings of the 7th European + {\TeX} Conference, Prague, Czechoslovakia, September + 14--18, 1992}", + title = "{Euro\TeX{} '92: Proceedings of the 7th European + {\TeX} Conference, Prague, Czechoslovakia, September + 14--18, 1992}", publisher = pub-MASARYKOVA, address = pub-MASARYKOVA:adr, pages = "viii + 330", @@ -3057,9 +3252,71 @@ year = "1992", ISBN = "80-210-0480-0", ISBN-13 = "978-80-210-0480-1", - bibdate = "Sat Aug 27 11:11:50 1994", - bibsource = "http://www.math.utah.edu/pub/tex/bib/texgraph.bib", - acknowledgement = ack-nhfb, + bibdate = "Tue Dec 27 06:37:06 2005", + bibsource = "http://www.math.utah.edu/pub/tex/bib/master.bib; + http://www.math.utah.edu/pub/tex/bib/postscri.bib; + http://www.math.utah.edu/pub/tex/bib/texgraph.bib; + http://www.math.utah.edu/pub/tex/bib/typeset.bib", + series = "Proceedings of the European \TeX{} Conference", + acknowledgement = ack-nhfb, + tableofcontents = "Alan Hoenig / When \TeX{} and METAFONT work + together (invited talk) / 1 \\ + John D. Hobby / Introduction to MetaPost (invited talk) + / 21 \\ + Andrei B. Khodulev and Irina A. Makhovaya / On \TeX{} + experience in Mir Publishers / 37 \\ + Laurent Siebenmann / The Lion and the Mouse / 43 \\ + Petr Sojka, Rudolf Cervenka, and Martin Svoboda / + \TeX{} for database publishing 53 \\ + Ondfej Vacha / TgX for typesetting in a publishing + house / 59 \\ + Michel Lavaud / A solution to help ensuring the future + of \TeX{}: make its use easier on cheap machines / 66 + \\ + Frank Mittelbach and Chris Rowley / {\LaTeX3}: + structure and design (invited talk) / 69 \\ + Anita Z. Hoover / The key to successful support: + knowing your \TeX{} and \LaTeX{} users (invited talk) / + 71 \\ + Theo Jurriens / \TeX{} for everybody? / 86 \\ + Daniel Flipo and Laurent Siebenmann / Hyphenation in + presence of accents and diacritics: An easy and + low-cost solution / 87 \\ + Laurent Siebenmann / CaesarCM --- A gentle road to + perfect hyphenation in modest \TeX{} environments / 97 + \\ + Laurent Siebenmann / La mise en application + d{\'e}finitive de la norme de Cork / 107 \\ + Boguslav Jackowski and Marek Rycko / Polishing \TeX{}: + from ready to use to handy in use / 119 \\ + Rama Porrat / Developments in Hebrew \TeX{} / 135 \\ + Michael Vinogradov / Russian \TeX{}: new eight bit + fonts and IBM PC equipment / 149 \\ + Klaus Lagally / Arab\TeX{} --- Typesetting Arabic with + vowels and ligatures / 153 \\ + Erik-Jan Vens / Incorporating PostScript fonts in + \TeX{} / 173 \\ + Kristoffer H. Rose / How to typeset pretty diagram + arrows with \TeX{} --- design decisions used in Xy-pic + / 183 \\ + Kees van der Laan / Table diversions / 211 \\ + Jorg Knappen / Changing the appearance of math / 212 + \\ + Kees van der Laan / Typesetting crosswords via \TeX{} / + 217 \\ + Kees van der Laan / FIFO and LIFO incognito / 225 \\ + Philip Taylor / The future of \TeX{} / 235 \\ + Frank Mittelbach and Chris Rowley / The future of high + quality typesetting: structure and design (invited + talk) / 255 \\ + Daniel Taupin / Music\TeX{}: using \TeX{} to write + polyphonic or instrumental music (invited talk) / 257 + \\ + Kristoffer H. Rose / Typesetting Diagrams with Xy-pic: + user's manual / 273 \\ + Yannis Haralambous / Towards the revival of traditional + Arabic typography \ldots{} through \TeX{} (invited + talk) / 293", } %%% From TEX-EURO at DHDURZ1.Berkeley.EDU Mon Jul 8 04:27:58 1991 |