Changes in doc/proposals/tuples/tuples.tex [484ee53:5ff188f]
- File:
-
- 1 edited
-
doc/proposals/tuples/tuples.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/tuples/tuples.tex
r484ee53 r5ff188f 1 % inline code ©...© (copyright symbol) emacs: C-q M-) 2 % red highlighting ®...® (registered trademark symbol) emacs: C-q M-. 3 % blue highlighting ß...ß (sharp s symbol) emacs: C-q M-_ 4 % green highlighting ¢...¢ (cent symbol) emacs: C-q M-" 5 % LaTex escape §...§ (section symbol) emacs: C-q M-' 6 % keyword escape ¶...¶ (pilcrow symbol) emacs: C-q M-^ 7 % math escape $...$ (dollar symbol) 8 1 9 \documentclass[twoside,11pt]{article} 2 10 … … 7 15 \usepackage{textcomp} 8 16 \usepackage[latin1]{inputenc} 9 10 17 \usepackage{fullpage,times,comment} 11 18 \usepackage{epic,eepic} 12 \usepackage{upquote} % switch curled `'" to straight19 \usepackage{upquote} % switch curled `'" to straight 13 20 \usepackage{calc} 14 21 \usepackage{xspace} 15 22 \usepackage{graphicx} 16 \usepackage{varioref} % extended references17 \usepackage{listings} % format program code18 \usepackage[flushmargin]{footmisc} % support label/reference in footnote23 \usepackage{varioref} % extended references 24 \usepackage{listings} % format program code 25 \usepackage[flushmargin]{footmisc} % support label/reference in footnote 19 26 \usepackage{latexsym} % \Box glyph 20 27 \usepackage{mathptmx} % better math font with "times" … … 27 34 \renewcommand{\UrlFont}{\small\sf} 28 35 29 \setlength{\topmargin}{-0.45in} % move running title into header36 \setlength{\topmargin}{-0.45in} % move running title into header 30 37 \setlength{\headsep}{0.25in} 31 38 … … 35 42 36 43 \interfootnotelinepenalty=10000 37 38 \CFAStyle % use default CFA format-style39 % inline code ©...© (copyright symbol) emacs: C-q M-)40 % red highlighting ®...® (registered trademark symbol) emacs: C-q M-.41 % blue highlighting ß...ß (sharp s symbol) emacs: C-q M-_42 % green highlighting ¢...¢ (cent symbol) emacs: C-q M-"43 % LaTex escape §...§ (section symbol) emacs: C-q M-'44 % keyword escape ¶...¶ (pilcrow symbol) emacs: C-q M-^45 % math escape $...$ (dollar symbol)46 47 44 48 45 \title{
Note:
See TracChangeset
for help on using the changeset viewer.