Author: George Grätzer Publisher: Springer ISBN: 9783319064246 Category : Computers Languages : en Pages : 216
Book Description
Practical LaTeX covers the material that is needed for everyday LaTeX documents. This accessible manual is friendly, easy to read, and is designed to be as portable as LaTeX itself. A short chapter, Mission Impossible, introduces LaTeX documents and presentations. Read these 30 pages; you then should be able to compose your own work in LaTeX. The remainder of the book delves deeper into the topics outlined in Mission Impossible while avoiding technical subjects. Chapters on presentations and illustrations are a highlight, as is the introduction of LaTeX on an iPad. Students, faculty, and professionals in the worlds of mathematics and technology will benefit greatly from this new, practical introduction to LaTeX. George Grätzer, author of More Math into LaTeX (now in its 4th edition) and First Steps in LaTeX, has been a LaTeX guru for over a quarter of century. From the reviews of More Math into LaTeX: ``There are several LaTeX guides, but this one wins hands down for the elegance of its approach and breadth of coverage.'' —Amazon.com, Best of 2000, Editors Choice ``A very helpful and useful tool for all scientists and engineers.'' —Review of Astronomical Tools ``A novice reader will be able to learn the most essential features of LaTeX sufficient to begin typesetting papers within a few hours of time...An experienced TeX user, on the other hand, will find a systematic and detailed discussion of all LaTeX features, supporting software, and many other advanced technical issues.'' —Reports on Mathematical Physics
Author: George Grätzer Publisher: Springer ISBN: 9783319064246 Category : Computers Languages : en Pages : 216
Book Description
Practical LaTeX covers the material that is needed for everyday LaTeX documents. This accessible manual is friendly, easy to read, and is designed to be as portable as LaTeX itself. A short chapter, Mission Impossible, introduces LaTeX documents and presentations. Read these 30 pages; you then should be able to compose your own work in LaTeX. The remainder of the book delves deeper into the topics outlined in Mission Impossible while avoiding technical subjects. Chapters on presentations and illustrations are a highlight, as is the introduction of LaTeX on an iPad. Students, faculty, and professionals in the worlds of mathematics and technology will benefit greatly from this new, practical introduction to LaTeX. George Grätzer, author of More Math into LaTeX (now in its 4th edition) and First Steps in LaTeX, has been a LaTeX guru for over a quarter of century. From the reviews of More Math into LaTeX: ``There are several LaTeX guides, but this one wins hands down for the elegance of its approach and breadth of coverage.'' —Amazon.com, Best of 2000, Editors Choice ``A very helpful and useful tool for all scientists and engineers.'' —Review of Astronomical Tools ``A novice reader will be able to learn the most essential features of LaTeX sufficient to begin typesetting papers within a few hours of time...An experienced TeX user, on the other hand, will find a systematic and detailed discussion of all LaTeX features, supporting software, and many other advanced technical issues.'' —Reports on Mathematical Physics
Author: George Grätzer Publisher: Springer ISBN: 3319064258 Category : Computers Languages : en Pages : 216
Book Description
Practical LaTeX covers the material that is needed for everyday LaTeX documents. This accessible manual is friendly, easy to read, and is designed to be as portable as LaTeX itself. A short chapter, Mission Impossible, introduces LaTeX documents and presentations. Read these 30 pages; you then should be able to compose your own work in LaTeX. The remainder of the book delves deeper into the topics outlined in Mission Impossible while avoiding technical subjects. Chapters on presentations and illustrations are a highlight, as is the introduction of LaTeX on an iPad. Students, faculty, and professionals in the worlds of mathematics and technology will benefit greatly from this new, practical introduction to LaTeX. George Grätzer, author of More Math into LaTeX (now in its 4th edition) and First Steps in LaTeX, has been a LaTeX guru for over a quarter of century. From the reviews of More Math into LaTeX: ``There are several LaTeX guides, but this one wins hands down for the elegance of its approach and breadth of coverage.'' —Amazon.com, Best of 2000, Editors Choice ``A very helpful and useful tool for all scientists and engineers.'' —Review of Astronomical Tools ``A novice reader will be able to learn the most essential features of LaTeX sufficient to begin typesetting papers within a few hours of time...An experienced TeX user, on the other hand, will find a systematic and detailed discussion of all LaTeX features, supporting software, and many other advanced technical issues.'' —Reports on Mathematical Physics
Author: Michel Goossens Publisher: Addison-Wesley Professional ISBN: 9780201433111 Category : Computers Languages : en Pages : 560
Book Description
Índice abreviado: 1.The Web, its documents, and LaTeX 2. Portable document format 3. The LaTeX2HTML translator 4. Translating LaTeX to HTML using TEXT4ht 5. Direct display of LaTeX on the Web 6. HTML, SGML, and XML: three markup languages 7. CSS, DSSSL, and XSL: doing it with style 8. MathML, intelligent math markup A. Example files B. Technical appendixes C. Internalization issues.
Author: Steven G. Krantz Publisher: American Mathematical Soc. ISBN: 1470436582 Category : General -- Instructional exposition (textbooks, tutorial papers, etc.) Languages : en Pages : 243
Book Description
This is the second edition of a book originally published in 1997. Today the internet virtually consumes all of our lives (especially the lives of writers). As both readers and writers, we are all aware of blogs, chat rooms, and preprint servers. There are now electronic-only journals and print-on-demand books, Open Access journals and joint research projects such as MathOverflow—not to mention a host of other new realities. It truly is a brave new world, one that can be overwhelming and confusing. The truly new feature of this second edition is an extensive discussion of technological developments. Similar to the first edition, Krantz's frank and straightforward approach makes this book particularly suitable as a textbook for an undergraduate course.
Author: Luciano Ramalho Publisher: "O'Reilly Media, Inc." ISBN: 1492056324 Category : Computers Languages : en Pages : 1011
Book Description
Python's simplicity lets you become productive quickly, but often this means you aren't using everything it has to offer. With the updated edition of this hands-on guide, you'll learn how to write effective, modern Python 3 code by leveraging its best ideas. Don't waste time bending Python to fit patterns you learned in other languages. Discover and apply idiomatic Python 3 features beyond your past experience. Author Luciano Ramalho guides you through Python's core language features and libraries and teaches you how to make your code shorter, faster, and more readable. Featuring major updates throughout the book, Fluent Python, second edition, covers: Special methods: The key to the consistent behavior of Python objects Data structures: Sequences, dicts, sets, Unicode, and data classes Functions as objects: First-class functions, related design patterns, and type hints in function declarations Object-oriented idioms: Composition, inheritance, mixins, interfaces, operator overloading, static typing and protocols Control flow: Context managers, generators, coroutines, async/await, and thread/process pools Metaprogramming: Properties, attribute descriptors, class decorators, and new class metaprogramming hooks that are simpler than metaclasses.