The Not So Short Introduction to LaTeX2ε

The Not So Short Introduction to LaTeX2ε pdf epub mobi txt 電子書 下載2025

出版者:Tobias Oetiker and contributors
作者:Tobias Oetiker
出品人:
頁數:151
译者:
出版時間:2011-4-6
價格:9.80元
裝幀:平裝
isbn號碼:9787560240299
叢書系列:
圖書標籤:
  • LaTeX
  • Programming
  • 計算機
  • 教程
  • 數學
  • 教科書
  • 技術
  • cs
  • LaTeX
  • TeX
  • Typesetting
  • Document Preparation
  • Technical Writing
  • Science
  • Mathematics
  • Computer Science
  • Programming
  • Academic Writing
想要找書就要到 小美書屋
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

具體描述

LaTeX is a typesetting system that is very suitable for producing scientific and mathematical documents of high typographical quality. It is also suitable for producing all sorts of other documents, from simple letters to complete books. LaTeX uses TeX as its formatting engine. This short introduction describes LaTeX2ε and should be sufficient for most applications of LaTeX.

著者簡介

圖書目錄

Contents
Thank you! iii
Preface v
1 Things You Need to Know 1
1.1 The Name of the Game . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Basics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 LATEX Input Files . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.4 Input File Structure . . . . . . . . . . . . . . . . . . . . . . . . 6
1.5 A Typical Command Line Session . . . . . . . . . . . . . . . . 8
1.6 The Layout of the Document . . . . . . . . . . . . . . . . . . . 9
1.7 Files You Might Encounter . . . . . . . . . . . . . . . . . . . . 11
1.8 Big Projects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
2 Typesetting Text 15
2.1 The Structure of Text and Language . . . . . . . . . . . . . . . 15
2.2 Line Breaking and Page Breaking . . . . . . . . . . . . . . . . . 17
2.3 Ready-Made Strings . . . . . . . . . . . . . . . . . . . . . . . . 19
2.4 Special Characters and Symbols . . . . . . . . . . . . . . . . . . 19
2.5 International Language Support . . . . . . . . . . . . . . . . . . 23
2.6 The Space Between Words . . . . . . . . . . . . . . . . . . . . . 36
2.7 Titles, Chapters, and Sections . . . . . . . . . . . . . . . . . . . 37
2.8 Cross References . . . . . . . . . . . . . . . . . . . . . . . . . . 39
2.9 Footnotes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
2.10 Emphasized Words . . . . . . . . . . . . . . . . . . . . . . . . . 40
2.11 Environments . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
2.12 Floating Bodies . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
2.13 Protecting Fragile Commands . . . . . . . . . . . . . . . . . . . 48
3 Typesetting Mathematical Formulae 51
3.1 The AMS-LATEX bundle . . . . . . . . . . . . . . . . . . . . . . 51
3.2 Single Equations . . . . . . . . . . . . . . . . . . . . . . . . . . 51
3.3 Building Blocks of a Mathematical Formula . . . . . . . . . . . 54
3.4 Single Equations that are Too Long: multline . . . . . . . . . . 59
3.5 Multiple Equations . . . . . . . . . . . . . . . . . . . . . . . . . 60
3.6 Arrays and Matrices . . . . . . . . . . . . . . . . . . . . . . . . 65
3.7 Spacing in Math Mode . . . . . . . . . . . . . . . . . . . . . . . 66
3.8 Fiddling with the Math Fonts . . . . . . . . . . . . . . . . . . . 67
3.9 Theorems, Lemmas, . . . . . . . . . . . . . . . . . . . . . . . . . 68
3.10 List of Mathematical Symbols . . . . . . . . . . . . . . . . . . . 72
4 Specialities 81
4.1 Including Encapsulated PostScript . . . . . . . . . . . . . . . 81
4.2 Bibliography . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83
4.3 Indexing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84
4.4 Fancy Headers . . . . . . . . . . . . . . . . . . . . . . . . . . . 85
4.5 The Verbatim Package . . . . . . . . . . . . . . . . . . . . . . . 87
4.6 Installing Extra Packages . . . . . . . . . . . . . . . . . . . . . 87
4.7 Working with pdfLATEX . . . . . . . . . . . . . . . . . . . . . . 88
4.8 Working with X ELATEX . . . . . . . . . . . . . . . . . . . . . . . 95
4.9 Creating Presentations . . . . . . . . . . . . . . . . . . . . . . . 97
5 Producing Mathematical Graphics 101
5.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 101
5.2 The picture Environment . . . . . . . . . . . . . . . . . . . . . 102
5.3 The PGF and TikZ Graphics Packages . . . . . . . . . . . . . . 111
6 Customising LATEX 115
6.1 New Commands, Environments and Packages . . . . . . . . . . 115
6.2 Fonts and Sizes . . . . . . . . . . . . . . . . . . . . . . . . . . . 119
6.3 Spacing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 122
6.4 Page Layout . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 125
6.5 More Fun With Lengths . . . . . . . . . . . . . . . . . . . . . . 127
6.6 Boxes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128
6.7 Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 130
A Installing LATEX 131
A.1 What to Install . . . . . . . . . . . . . . . . . . . . . . . . . . . 131
A.2 TEX on Mac OS X . . . . . . . . . . . . . . . . . . . . . . . . . 131
A.3 TEX on Windows . . . . . . . . . . . . . . . . . . . . . . . . . . 132
A.4 TEX on Linux . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133
Bibliography 135
Index 138
· · · · · · (收起)

讀後感

評分

評分

評分

評分

評分

用戶評價

评分

concise introduction

评分

實在對word 厭惡至極瞭。。。開始學latex

评分

講瞭好多我不關心的東西……還是the texbook好看點……

评分

實在對word 厭惡至極瞭。。。開始學latex

评分

隨意翻瞭一下... "LaTeX does not work well for people who have sold their souls..."

本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

© 2025 book.quotespace.org All Rights Reserved. 小美書屋 版权所有