Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/refrat/refrat.tex

    rfc39193 r4096de0  
    1111%% Created On       : Wed Apr  6 14:52:25 2016
    1212%% Last Modified By : Peter A. Buhr
    13 %% Last Modified On : Mon Feb 20 13:08:11 2017
    14 %% Update Count     : 78
     13%% Last Modified On : Wed Jun 22 14:18:30 2016
     14%% Update Count     : 77
    1515%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    1616
    1717% requires tex packages: texlive-base texlive-latex-base tex-common texlive-humanities texlive-latex-extra texlive-fonts-recommended
    1818
     19% inline code ©...© (copyright symbol) emacs: C-q M-)
     20% red highlighting ®...® (registered trademark symbol) emacs: C-q M-.
     21% blue highlighting ß...ß (sharp s symbol) emacs: C-q M-_
     22% green highlighting ¢...¢ (cent symbol) emacs: C-q M-"
     23% LaTex escape §...§ (section symbol) emacs: C-q M-'
     24% keyword escape ¶...¶ (pilcrow symbol) emacs: C-q M-^
     25% math escape $...$ (dollar symbol)
     26
    1927\documentclass[openright,twoside]{report}
    20 
    2128%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    2229
     
    2532\usepackage{textcomp}
    2633\usepackage[latin1]{inputenc}
    27 
    2834\usepackage{fullpage,times,comment}
    2935\usepackage{epic,eepic}
     
    4854%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    4955
    50 \CFADefaultStyle                                                                                % use default CFA format-style
    51 
    52 % inline code ©...© (copyright symbol) emacs: C-q M-)
    53 % red highlighting ®...® (registered trademark symbol) emacs: C-q M-.
    54 % blue highlighting ß...ß (sharp s symbol) emacs: C-q M-_
    55 % green highlighting ¢...¢ (cent symbol) emacs: C-q M-"
    56 % LaTex escape §...§ (section symbol) emacs: C-q M-'
    57 % keyword escape ¶...¶ (pilcrow symbol) emacs: C-q M-^
    58 % math escape $...$ (dollar symbol)
    59 
    60 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    61 
    6256% Names used in the document.
    63 \newcommand{\Version}{\input{../../version}}
     57
     58\newcommand{\Version}{1.0.0}
    6459
    6560\newcommand{\Textbf}[2][red]{{\color{#1}{\textbf{#2}}}}
Note: See TracChangeset for help on using the changeset viewer.