- File:
-
- 1 edited
-
doc/proposals/ctordtor/ctor.tex (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/ctordtor/ctor.tex
r484ee53 r2298a7b8 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 … … 36 43 37 44 \interfootnotelinepenalty=10000 38 39 \CFAStyle % use default CFA format-style40 % inline code ©...© (copyright symbol) emacs: C-q M-)41 % red highlighting ®...® (registered trademark symbol) emacs: C-q M-.42 % blue highlighting ß...ß (sharp s symbol) emacs: C-q M-_43 % green highlighting ¢...¢ (cent symbol) emacs: C-q M-"44 % LaTex escape §...§ (section symbol) emacs: C-q M-'45 % keyword escape ¶...¶ (pilcrow symbol) emacs: C-q M-^46 % math escape $...$ (dollar symbol)47 48 45 49 46 \title{ … … 86 83 \thispagestyle{plain} 87 84 \pagenumbering{arabic} 85 88 86 89 87
Note:
See TracChangeset
for help on using the changeset viewer.