Ignore:
File:
1 edited

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
    19\documentclass[twoside,11pt]{article}
    210
     
    715\usepackage{textcomp}
    816\usepackage[latin1]{inputenc}
    9 
    1017\usepackage{fullpage,times,comment}
    1118\usepackage{epic,eepic}
    12 \usepackage{upquote}                                    % switch curled `'" to straight
     19\usepackage{upquote}                                                                    % switch curled `'" to straight
    1320\usepackage{calc}
    1421\usepackage{xspace}
    1522\usepackage{graphicx}
    16 \usepackage{varioref}                                   % extended references
    17 \usepackage{listings}                                   % format program code
    18 \usepackage[flushmargin]{footmisc}                      % support label/reference in footnote
     23\usepackage{varioref}                                                                   % extended references
     24\usepackage{listings}                                                                   % format program code
     25\usepackage[flushmargin]{footmisc}                                              % support label/reference in footnote
    1926\usepackage{latexsym}                                   % \Box glyph
    2027\usepackage{mathptmx}                                   % better math font with "times"
     
    2734\renewcommand{\UrlFont}{\small\sf}
    2835
    29 \setlength{\topmargin}{-0.45in}                         % move running title into header
     36\setlength{\topmargin}{-0.45in}                                                 % move running title into header
    3037\setlength{\headsep}{0.25in}
    3138
     
    3643
    3744\interfootnotelinepenalty=10000
    38 
    39 \CFAStyle                                               % use default CFA format-style
    40 % 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 
    4845
    4946\title{
     
    8683\thispagestyle{plain}
    8784\pagenumbering{arabic}
     85
    8886
    8987
Note: See TracChangeset for help on using the changeset viewer.