Changes in doc/refrat/refrat.tex [4096de0:fc39193]
- File:
-
- 1 edited
-
doc/refrat/refrat.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/refrat/refrat.tex
r4096de0 rfc39193 11 11 %% Created On : Wed Apr 6 14:52:25 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Wed Jun 22 14:18:30 201614 %% Update Count : 7 713 %% Last Modified On : Mon Feb 20 13:08:11 2017 14 %% Update Count : 78 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 17 17 % requires tex packages: texlive-base texlive-latex-base tex-common texlive-humanities texlive-latex-extra texlive-fonts-recommended 18 18 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 27 19 \documentclass[openright,twoside]{report} 20 28 21 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 29 22 … … 32 25 \usepackage{textcomp} 33 26 \usepackage[latin1]{inputenc} 27 34 28 \usepackage{fullpage,times,comment} 35 29 \usepackage{epic,eepic} … … 54 48 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 55 49 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 56 62 % Names used in the document. 57 58 \newcommand{\Version}{1.0.0} 63 \newcommand{\Version}{\input{../../version}} 59 64 60 65 \newcommand{\Textbf}[2][red]{{\color{#1}{\textbf{#2}}}}
Note:
See TracChangeset
for help on using the changeset viewer.