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