docs/bib-ref2
changeset 0:debf9b807f5f
initial commit
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Thu, 13 Feb 2014 20:28:19 +0100 |
parents | |
children | 5e7f58b50e96 |
files | .hgignore README.txt bib cc0.roff decl.roff front.roff makefile refs.roff style text.roff toc.roff |
diffstat | 10 files changed, 650 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/.hgignore Thu Feb 13 20:28:19 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +syntax: glob 1.5 + 1.6 +old/ 1.7 +docs/ 1.8 +fonts/ 1.9 +handout/ 1.10 + 1.11 +ref2.ps 1.12 +ref2.pdf 1.13 + 1.14 +*.ig 1.15 +refs/ 1.16 + 1.17 +*.old 1.18 + 1.19 +.exrc
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/README.txt Thu Feb 13 20:28:19 2014 +0100 2.3 @@ -0,0 +1,12 @@ 2.4 +Open Access aus Sicht der Freien Software 2.5 +----------------------------------------- 2.6 + 2.7 +(Zweites Referat an der Bayerischen Bibliotheksakademie) 2.8 + 2.9 + 2.10 +Quellcode und Entstehungsgeschichte der Ausarbeitung: 2.11 + 2.12 + http://hg.marmaro.de/docs/bib-ref2/ 2.13 + 2.14 + 2.15 +Diese Werke sind gemeinfrei (CC0).
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/cc0.roff Thu Feb 13 20:28:19 2014 +0100 3.3 @@ -0,0 +1,12 @@ 3.4 +.sp |23c 3.5 +.in 0 3.6 +\l'\n(.lu' 3.7 +.B "Public Domain Dedication 3.8 +.sp .3 3.9 +Ich schenke dieses Werk der Menschheit, indem ich weltweit 3.10 +auf alle urheberrechtlichen und verwandten Schutzrechte verzichte, 3.11 +soweit das gesetzlich möglich ist. 3.12 +Dies tue ich mittels \fICC0 1.0 Universell\fP. 3.13 +\(em \f(CW\s-1http://creativecommons.org/publicdomain/zero/1.0/\s0\fP 3.14 +.sp .3 3.15 +markus schnalke <meillo@marmaro.de>, 2014-03-07
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/decl.roff Thu Feb 13 20:28:19 2014 +0100 4.3 @@ -0,0 +1,8 @@ 4.4 +.bp 4.5 +.H- Erklärung 4.6 + 4.7 +.sp 4.8 +.LP 4.9 +Ich habe diese Arbeit ohne fremde Hilfe verfasst. 4.10 +.sp 4c 4.11 +markus schnalke
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/front.roff Thu Feb 13 20:28:19 2014 +0100 5.3 @@ -0,0 +1,35 @@ 5.4 +\0 5.5 +.po 0 5.6 +.ll 21c 5.7 +.sp 1c 5.8 +.ps 20 5.9 +.vs 20 5.10 +.ce 99 5.11 +.sp 2 5.12 +.ps 16 5.13 +Markus Schnalke 5.14 +.sp |10c 5.15 +.ps 20 5.16 +.vs 24 5.17 +.B 5.18 +Open Access 5.19 +aus der Perspektive 5.20 +der Freien Software 5.21 +.R 5.22 +.sp |14c 5.23 +.ps 14 5.24 +.\" FIXME Untertitel FIXME 5.25 +.sp |18c 5.26 +.ps 18 5.27 +\(**\(**\(** 5.28 +.sp |21c 5.29 +.ps 16 5.30 +Bibliotheksakademie Bayern 5.31 +Lehrgebiet: Open Access 5.32 +Dozent: Gernot Deinzer 5.33 +Kurs Q4 2012/2014 5.34 +.sp |25c 5.35 +.ps 20 5.36 +2014-02-07 5.37 +.ce 0 5.38 +.RT
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/makefile Thu Feb 13 20:28:19 2014 +0100 6.3 @@ -0,0 +1,43 @@ 6.4 +NAME = ref2 6.5 +CHAPS = style front.roff toc.roff text.roff refs.roff cc0.roff #decl.roff 6.6 +BIB = bib 6.7 +PDFFLAGS = -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress 6.8 +REFER = refer -n -p bib -e -P -sLAD -a # -l,2 -k 6.9 + 6.10 +all: $(NAME).ps 6.11 + 6.12 +$(NAME).ps: $(CHAPS) makefile $(BIB) toc.ig refs.ig 6.13 + export TROFFONTS=fonts;\ 6.14 + soelim $(CHAPS) | $(REFER) | \ 6.15 + troff -Tps -ms 2>err.ig | dpost >$@ 6.16 + 6.17 +err.ig: $(CHAPS) 6.18 + export TROFFONTS=fonts;\ 6.19 + soelim $(CHAPS) | $(REFER) | \ 6.20 + troff -Tps -ms -rZ1 -z 2>$@ 6.21 + 6.22 +toc.ig: err.ig 6.23 + sed -n '/^TOC____/s///p' err.ig >$@ 6.24 + 6.25 +refs.ig: err.ig 6.26 + mkdir -p refs 6.27 + awk -F '\t' '/^REF____/{ \ 6.28 + sub(/^REF____/,""); \ 6.29 + printf $$2 >"refs/"$$1; close("refs/$$1"); \ 6.30 + printf $$3 >"refs/"$$1".page"; close("refs/$$1.page");\ 6.31 + }' err.ig 6.32 + 6.33 +pdf: $(NAME).pdf 6.34 +$(NAME).pdf: $(NAME).ps 6.35 + ps2pdf $(PDFFLAGS) $(NAME).ps 2>/dev/null 6.36 + 6.37 +book: book.pdf 6.38 +book.pdf: book.ps 6.39 + ps2pdf $(PDFFLAGS) book.ps 2>/dev/null 6.40 +book.ps: $(NAME).ps 6.41 + psbook -s16 $(NAME).ps | psnup -2 -m2mm >$@ 6.42 + 6.43 +clean: 6.44 + rm -f $(NAME).ps $(NAME).pdf book.ps book.pdf 6.45 + rm -rf refs 6.46 + rm -f *.ig
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 7.2 +++ b/refs.roff Thu Feb 13 20:28:19 2014 +0100 7.3 @@ -0,0 +1,10 @@ 7.4 +.bp 7.5 +.H- Literatur yes 7.6 + 7.7 +.nr PS 10 7.8 +.nr VS 12 7.9 + 7.10 +.[ 7.11 +$LIST$ 7.12 +.] 7.13 +
8.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 8.2 +++ b/style Thu Feb 13 20:28:19 2014 +0100 8.3 @@ -0,0 +1,492 @@ 8.4 +.do xflag 3 8.5 +.de __ 8.6 +.. 8.7 +.blm __ \" ignore empty lines in input 8.8 +.lc_ctype en_US.utf8 8.9 +.mediasize a4 8.10 + 8.11 +.ds _f libertine 8.12 + 8.13 +.if '\*(_f'bookman' \{\ 8.14 +.fp 1 R urw/bookman/ubkl8a pfb 8.15 +.fp 2 I urw/bookman/ubkli8a pfb 8.16 +.fp 3 B urw/bookman/ubkd8a pfb 8.17 +.fp 4 BI urw/bookman/ubkdi8a pfb 8.18 +.\} 8.19 +.if '\*(_f'sabon' \{\ 8.20 +.fp 1 R sabon-t1/psbr8a pfb 8.21 +.fp 2 I sabon-t1/psbri8 pfb 8.22 +.fp 3 B sabon-t1/psbb8 pfb 8.23 +.fp 4 BI sabon-t1/psbbi8 pfb 8.24 +.\} 8.25 +.if '\*(_f'palatino' \{\ 8.26 +.fp 1 R urw/palatino/uplr8a pfb 8.27 +.fp 2 I urw/palatino/uplri8 pfb 8.28 +.fp 3 B urw/palatino/uplb8 pfb 8.29 +.fp 4 BI urw/palatino/uplbi8 pfb 8.30 +.\} 8.31 +.if '\*(_f'libertine' \{\ 8.32 +.fp 1 R LinLibertine_R otf 8.33 +.feature R +onum 8.34 +.fp 2 I LinLibertine_RI otf 8.35 +.feature I +onum 8.36 +.fp 3 B LinLibertine_RB otf 8.37 +.feature B +onum 8.38 +.fp 4 BI LinLibertine_RBI otf 8.39 +.feature BI +onum 8.40 +.\} 8.41 + 8.42 + 8.43 +.ss 12 0 \" the second (non-portable) argument requests french spacing 8.44 + 8.45 +.nr PI 4n 8.46 +.nr PD 0 \".3v 8.47 +.nr QI 2u*\n(PIu 8.48 +.nr lu 0 8.49 +.af PN i 8.50 +.af % i 8.51 + 8.52 +.hylang de_DE 8.53 + 8.54 +.nr PS 11 8.55 +.nr VS 16 8.56 + 8.57 +.ds CH " 8.58 + 8.59 +.nr PO 2.5c 8.60 +.nr HM 3.5c 8.61 +.nr FM 3.5c 8.62 +.nr LL 15c 8.63 +.ll 15c 8.64 +.nr LT \n(LL 8.65 + 8.66 +. \" _M - change margins for text block on next page 8.67 +.de _M 8.68 +.\" if t .if o .nr PO 5c 8.69 +.\" if t .if e .nr PO 3c 8.70 +.\" nr PO 2.5c 8.71 +.\" ds CF " 8.72 +.. 8.73 +.\" .wh -1u _M 8.74 + 8.75 +.de _H 8.76 +'sp |\n(HMu-1.5c 8.77 +.ps 12 8.78 +.vs 14 8.79 +.ft I 8.80 +.tl 'Markus Schnalke: Open Access aus der Perspektive der Freien Software''%' 8.81 +.ft P 8.82 +.ps 8.83 +.vs 8.84 +.. 8.85 +.wh 1u _H 8.86 + 8.87 +. \" ZZ - enlarge or shorten the text block on the current 8.88 +. \" page to avoid widows 8.89 +. \" .ZZ -> enlarge by one line 8.90 +. \" .ZZ +3 -> enlarge by three lines 8.91 +. \" .ZZ -2 -> shorten by two lines 8.92 +. \" .ZZ +1c -> enlarge by one centimeter 8.93 +. \" .ZZ "" -> reset to the default 8.94 +.de ZZ 8.95 +.ie \\n(.$=0 .ch FO -\\n(FMu+1v 8.96 +.el .ch FO -\\n(FMu\\$1 8.97 +.. 8.98 + 8.99 +. \" CW - Set text in CW font (similar to .B and .I) 8.100 +.de CW 8.101 +.nr PQ \\n(.f 8.102 +.if t \{\ 8.103 +. ft CW 8.104 +. if !^\\$1^^ \&\\$1\f\\n(PQ\\$2 8.105 +.\} 8.106 +.if n \{\ 8.107 +. ie ^\\$1^^ .ul 999 8.108 +. el .ul 1 8.109 +. if \\n(.$=1 \&\\$1 8.110 +. if \\n(.$>1 \&\\$1\c 8.111 +. if \\n(.$>1 \&\\$2 8.112 +.\} 8.113 +.. 8.114 + 8.115 +. \" refer(1) stuff 8.116 +.ds [. " [ 8.117 +.ds .] ] 8.118 +.rm ]< 8.119 +.de ]< 8.120 +. de FP 8.121 +. IP \\\\$1 8.122 +\\.. 8.123 +. rm FS FE 8.124 +.. 8.125 + 8.126 +. \" PT - page top macro of ms 8.127 +.am PT 8.128 +. rs 8.129 +.. 8.130 + 8.131 + 8.132 +. \" RN - Reset PN and continue on an odd page ($1=number-format) 8.133 +.de RN 8.134 +.ie e .pn 1 8.135 +.el \{ 8.136 +. pn 0 8.137 +. bp 8.138 +.\} 8.139 +.ie \\n(.$=1 \{\ 8.140 +. af PN \\$1 8.141 +. af % \\$1 8.142 +.\} 8.143 +.el \{\ 8.144 +. af PN 1 8.145 +. af % 1 8.146 +.\} 8.147 +.. 8.148 + 8.149 + 8.150 +. \" T_ - Add TOC entry ($1=pre-space $2=indent-level $3=text) 8.151 +.de T_ 8.152 +.tm TOC____.sp \\$1 8.153 +.tm TOC____\&\\h'\\$2u*2u*\\n(PIu'\\$3\0\0\a\t\\n(PN\fR 8.154 +.. 8.155 + 8.156 +. \" NH - redefine numbered heading 8.157 +.de NH 8.158 +.SH 8.159 +.nr NS \\$1 8.160 +.if !\\n(.$ .nr NS 1 8.161 +.if !\\n(NS .nr NS 1 8.162 +.nr H\\n(NS +1 8.163 +.if \\n(NS<2 .nr H2 0 8.164 +.if \\n(NS<3 .nr H3 0 8.165 +.ds SN \\n(H1 8.166 +.if \\n(NS>1 .as SN \&.\\n(H2 8.167 +.if \\n(NS>2 .as SN \&.\\n(H3 8.168 +.. 8.169 + 8.170 +. \" H- - Chapter not numbered and not in TOC ($2==yes -> TOC) 8.171 +.de H- 8.172 +.ig IG 8.173 +.EH " 8.174 +.OH " 8.175 +.IG 8.176 +.bp 8.177 +.\" .if e .rs \" move to an odd page 8.178 +.\" .if e .bp 8.179 +.lg 0 8.180 +.nr PS +6 8.181 +.nr VS +6 8.182 +.SH 8.183 +.ce 1 8.184 +.tr aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZäÄöÖüÜ 8.185 +\&\\$1 8.186 +.tr aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzzääööüü 8.187 +.br 8.188 +.nr PS -6 8.189 +.nr VS -6 8.190 +.lg 8.191 +.ig IG 8.192 +.EH "\\\\*(_E 8.193 +.OH "\\\\*(_o 8.194 +.IG 8.195 +.\" .ds CF \\n(PN 8.196 +.if '\\$2'yes' \{ 8.197 +.rm t_ 8.198 +.T_ .5v 0 "\fB\\*(t_\\$1 8.199 +.\} 8.200 +.RT 8.201 +.sp 2 8.202 +.nr PP 0 8.203 +.. 8.204 + 8.205 +. \" AP - Start the Appendix 8.206 +.de AP 8.207 +.nr _A 1 8.208 +.nr H1 0 8.209 +.af H1 A 8.210 +.. 8.211 + 8.212 +. \" H0 - Chapter ($2=="no" -> not numbered) 8.213 +.de H0 8.214 +.\" bp 8.215 +.\" .if e .rs \" begin chapter on an odd page 8.216 +.\" .if e .bp 8.217 +.br 8.218 +.lg 0 8.219 +.nr PS +4 8.220 +.nr VS +4 8.221 +.ie ,\\$2,no, \{\ 8.222 +. SH 8.223 +. ce 99 8.224 +.if !,\\$3,no, .tr aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZäÄöÖüÜ 8.225 +\&\\$1 8.226 +.tr aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzzääööüü 8.227 +.\} 8.228 +.el \{\ 8.229 +. NH 1 8.230 +. ce 99 8.231 +.tr aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZäÄöÖüÜ 8.232 +. ie \\n(_A Appendix \\*(SN. \\$1 8.233 +. el \\*(SN. \\$1 8.234 +.tr aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzzääööüü 8.235 +.\} 8.236 +.br 8.237 +.ce 0 8.238 +.nr PS -4 8.239 +.nr VS -4 8.240 +.lg 8.241 +.\" add to TOC 8.242 +.rm t_ 8.243 +.if !,\\$2,no, .ds t_ \\Z'\\*(SN'\\h'3n' 8.244 +.T_ .5v 0 "\fB\\*(t_\\$1 8.245 +.RT 8.246 +.sp .5 8.247 +.ns 8.248 +.nr PP 0 8.249 +.. 8.250 + 8.251 + 8.252 +. \" H1 - Section ($2=="no" -> not numbered) 8.253 +.de H1 8.254 +.br 8.255 +.ne 7 8.256 +.sp 8.257 +.lg 0 8.258 +.nr PS +2 8.259 +.nr VS +2 8.260 +.ie '\\$2'no' .SH 8.261 +.el .NH 2 8.262 +.if !'\\$2'no' \&\\*(SN 8.263 +.tr aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZäÄöÖüÜ 8.264 +\&\\$1 8.265 +.br 8.266 +.tr aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzzääööüü 8.267 +.nr PS -2 8.268 +.nr VS -2 8.269 +.lg 8.270 +.if !'\\$2'no' .T_ .3v 1 "\\Z'\\*(SN'\\h'4n'\\$1 \" add to TOC 8.271 +.RT 8.272 +.nr PP 0 8.273 +.. 8.274 + 8.275 +. \" H2 - Subsection 8.276 +.de H2 8.277 +.br 8.278 +.ne 4 8.279 +.NH 3 8.280 +\&\\*(SN \\$1 8.281 +.T_ 0 2 "\\Z'\\*(SN'\\h'5.5n'\\$1 \" add to TOC 8.282 +.RT 8.283 +.nr PP 0 8.284 +.. 8.285 + 8.286 +. \" U1 - Section ($2=="yes" -> add to TOC) 8.287 +.de U1 8.288 +.sp .5 8.289 +.ne 7 8.290 +.lg 0 8.291 +.nr PS +2 8.292 +.nr VS +2 8.293 +.ns 8.294 +.SH 8.295 +\&\\$1 8.296 +.br 8.297 +.nr PS -2 8.298 +.nr VS -2 8.299 +.lg 8.300 +.T_ .3v 1 "\\$1 \" add to TOC 8.301 +.RT 8.302 +.nr PP 0 8.303 +.. 8.304 + 8.305 + 8.306 +. \" U2 - Subsection unnumbered ($2=="yes" -> add to TOC) 8.307 +.de U2 8.308 +.sp .5 8.309 +.ne 4 8.310 +.ns 8.311 +.SH 8.312 +\&\\$1 8.313 +.if '\\$2'yes' .T_ 0 2 "\\Z'\\*(SN'\\h'5.5n'\\$1 \" add to TOC 8.314 +.RT 8.315 +.nr PP 0 8.316 +.. 8.317 + 8.318 +. \" U3 - Subsubsection unnumbered 8.319 +.de U3 8.320 +.br 8.321 +.ne 4 8.322 +.RT 8.323 +.sp 8.324 +.I "\\$1 8.325 +.RT 8.326 +.nr PP 0 8.327 +.. 8.328 + 8.329 +. \" P - Paragraph (indented unless following a heading) 8.330 +.de P 8.331 +.ie \\n(PP .PP 8.332 +.el .LP 8.333 +.nr PP 1 8.334 +.. 8.335 + 8.336 +.am LP 8.337 +.nr PP 1 8.338 +.. 8.339 + 8.340 + 8.341 +. \" LI - Numbered paragraph ``list item'' ($1=label) 8.342 +.de LI 8.343 +.ie \\n(.$ .IP "\\h'\\n(PIu'\\$1." 2u*\\n(PIu 8.344 +.el .IP "\\h'\\n(PIu'\\(bu" 2u*\\n(PIu 8.345 +.nr PP 1 8.346 +.. 8.347 +.ig \" backup 8.348 +.ie \\n(.$ .IP "\h'1n'\\$1" 8.349 +.el .IP "\h'1.5n'\\(bu" 8.350 +.. 8.351 + 8.352 +. \" BU - Bulleted paragraph 8.353 +.de BU 8.354 +.LI 8.355 +.. 8.356 + 8.357 +. \" QS - Block quote start 8.358 +.de QS 8.359 +.ti \\n(.iu 8.360 +.\"RT 8.361 +.sp 2u*\\n(PDu 8.362 +.ne 1.1 8.363 +.ps -1 8.364 +.vs -1 8.365 +.in +\\n(QIu 8.366 +.ll -\\n(QIu 8.367 +.ti \\n(.iu 8.368 +.\"if \\n(Qp .ti +\\n(PIu 8.369 +.\"nr QP 1 8.370 +.\"rr Qp 8.371 +.. 8.372 + 8.373 +. \" QP - Block quote paragraph 8.374 +.de QP 8.375 +.sp \n(PDu 8.376 +.ne 1.1 8.377 +.ti +\\n(PIu 8.378 +.. 8.379 + 8.380 +. \" QP - Block quote end 8.381 +.de QE 8.382 +.sp \\n(PDu 8.383 +.in -\\n(QIu 8.384 +.ll +\\n(QIu 8.385 +.ti \\n(.iu 8.386 +.ps +1 8.387 +.vs +1 8.388 +.. 8.389 + 8.390 +. \" DS - Code display 8.391 +.am DS 8.392 +.ft CW 8.393 +.ps -1 8.394 +.ta T 8n 8.395 +.. 8.396 + 8.397 +. \" VS - verbatim text start (\\ -> ^G; ' -> disabled; . -> ^B) 8.398 +.de VS 8.399 +.br 8.400 +.ne 3 8.401 +.sp \n(DDu 8.402 +.di _V 8.403 +.nf 8.404 +.ft CW 8.405 +.ps -.5 8.406 +.\" set up verbatim environment 8.407 +\.blm 8.408 +\.ec 8.409 +\.c2 "" 8.410 +\.cc 8.411 +.. 8.412 + 8.413 +. \" VE - verbatim text end (NOTE: Needs to be called as ^BVE !) 8.414 +.de VE 8.415 +\" restore the special characters 8.416 +cc 8.417 +.c2 8.418 +.ec 8.419 +.br 8.420 +.di 8.421 +.ne \\n(dnu+1v \" ensure enough space on the page 8.422 +.in +2u*\\n(PIu 8.423 +.ta T 8n 8.424 +\.ec \" set up verbatim environment, once again 8.425 +\.c2 "" 8.426 +\.cc 8.427 +_V \" output the verbatim content 8.428 +\" restore the special characters 8.429 +cc 8.430 +.c2 8.431 +.ec 8.432 +.blm __ 8.433 +.in -2u*\\n(PIu 8.434 +.sp \n(DDu 8.435 +.ps +.5 8.436 +.ft P 8.437 +.fi 8.438 +.TA 8.439 +.. 8.440 + 8.441 +. \" VF - verbatim text from file ($1=filename) 8.442 +.de VF 8.443 +.VS 8.444 +so $1 8.445 +VE 8.446 +.. 8.447 + 8.448 +.de Fn \" file name 8.449 +.CW "\\$1" "\\$2 8.450 +.. 8.451 +.de Pn \" program name 8.452 +.CW "\\$1" "\\$2 8.453 +.. 8.454 +.de Fu \" function 8.455 +.CW "\\$1" "\\$2 8.456 +.. 8.457 +.de Ev \" env variable 8.458 +.CW "\\$1" "\\$2 8.459 +.. 8.460 +.de Cl \" command line 8.461 +`\c 8.462 +.CW "\\$1" "'\\$2 8.463 +.. 8.464 +.de Sw \" switch 8.465 +.CW "\\$1" "\\$2 8.466 +.. 8.467 +.de Ar \" argument 8.468 +.CW "\f(CI\\$1" "\\$2 8.469 +.. 8.470 +.de Mp \" man page 8.471 +.I "\\$1" "\\$2 8.472 +.. 8.473 +.de Pe \" profile entry 8.474 +.CW "\\$1" "\\$2 8.475 +.. 8.476 +.de Hd \" mail header field 8.477 +.CW "\\$1:\&" "\\$2 8.478 +.. 8.479 + 8.480 +.de Ci \" commit hash ref 8.481 +.ds _t \\$1 8.482 +.substring _t 0 6 8.483 +[\(rh\|\fL\\*(_t\fP]\\$2 8.484 +.. 8.485 + 8.486 +. \" Cf - reference within the document ($1=name of ref file) 8.487 +.de Cf 8.488 +\.if !\\nZ .so refs/\\$1 \c 8.489 +\\$2 8.490 +.. 8.491 + 8.492 +. \" Id - put a referenceable marker here ($1=identifier) 8.493 +.de Id 8.494 +.tm REF____\\$1\t\\*(SN\t\\n(PN 8.495 +..
9.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 9.2 +++ b/text.roff Thu Feb 13 20:28:19 2014 +0100 9.3 @@ -0,0 +1,12 @@ 9.4 +.ig 9.5 +.ds LH "\s12\fIMarkus Schnalke: Open Access aus der Perspektive der Freien Software 9.6 +.ds RH "\s12\\n(PN 9.7 +.. 9.8 +.RN 1 9.9 +.bp 9.10 + 9.11 + 9.12 +.\"################################################################### 9.13 +.H0 "Einführung 9.14 +.P 9.15 +FIXME