summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/stex/sref
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-07-20 22:30:22 +0000
committerKarl Berry <karl@freefriends.org>2010-07-20 22:30:22 +0000
commitcdfe96a3444a4d0664b9702c4ff6fe6622257834 (patch)
tree577232accd4bf41d7480fae7c177ceef147c8fea /Master/texmf-dist/doc/latex/stex/sref
parent47e2d96a8faed88dfedd17ca5352227d585a6710 (diff)
stex update once more
git-svn-id: svn://tug.org/texlive/trunk@19548 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/stex/sref')
-rw-r--r--Master/texmf-dist/doc/latex/stex/sref/README10
-rw-r--r--Master/texmf-dist/doc/latex/stex/sref/book.pdfbin0 -> 106736 bytes
-rw-r--r--Master/texmf-dist/doc/latex/stex/sref/book.tex18
-rw-r--r--Master/texmf-dist/doc/latex/stex/sref/idc.pdfbin0 -> 66599 bytes
-rw-r--r--Master/texmf-dist/doc/latex/stex/sref/idc.tex21
-rw-r--r--Master/texmf-dist/doc/latex/stex/sref/scr.pdfbin0 -> 77776 bytes
-rw-r--r--Master/texmf-dist/doc/latex/stex/sref/scr.tex20
-rw-r--r--Master/texmf-dist/doc/latex/stex/sref/sref.pdfbin0 -> 348527 bytes
8 files changed, 69 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/stex/sref/README b/Master/texmf-dist/doc/latex/stex/sref/README
new file mode 100644
index 00000000000..f221504c5f8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/stex/sref/README
@@ -0,0 +1,10 @@
+sref.sty: A LaTeX Package for semantic crossreferences
+
+This package and class supplies a the infrastructure for crossreferencing across multiple files
+
+Copyright (c) 2009 Michael Kohlhase
+The package is distributed under the terms of the LaTeX Project Public License (LPPL)
+
+The development version of this package can be found at
+$HeadURL: https://svn.kwarc.info/repos/stex/trunk/sty/sref/README $
+
diff --git a/Master/texmf-dist/doc/latex/stex/sref/book.pdf b/Master/texmf-dist/doc/latex/stex/sref/book.pdf
new file mode 100644
index 00000000000..6f9a2e051a1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/stex/sref/book.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/stex/sref/book.tex b/Master/texmf-dist/doc/latex/stex/sref/book.tex
new file mode 100644
index 00000000000..f2f6d5d0c0d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/stex/sref/book.tex
@@ -0,0 +1,18 @@
+\documentclass{book}
+\usepackage{omtext,omdoc}
+\title{Advanced Crossreferencing in {\LaTeX}}
+\author{Elder Researcher (ed.)}
+\usepackage{hyperref}
+\begin{document}
+\maketitle
+\tableofcontents
+\newpage
+\chapter{Semantic Crossreferencing (Jane Doe, ...)}
+\input{idcmain}\newpage
+\chapter{Inter-Document Crossreferencing (John Bull, ...)}
+\input{scrmain}
+\end{document}
+%%% Local Variables:
+%%% mode: LaTeX
+%%% TeX-master: t
+%%% End:
diff --git a/Master/texmf-dist/doc/latex/stex/sref/idc.pdf b/Master/texmf-dist/doc/latex/stex/sref/idc.pdf
new file mode 100644
index 00000000000..4e0ef1cbeff
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/stex/sref/idc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/stex/sref/idc.tex b/Master/texmf-dist/doc/latex/stex/sref/idc.tex
new file mode 100644
index 00000000000..f85a3413758
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/stex/sref/idc.tex
@@ -0,0 +1,21 @@
+\documentclass[extrefs]{omdoc}
+\usepackage{omtext}
+\makeextrefs{idc}
+\inputrefs{scr}{scr}
+\extrefstyle{scr}{\cite[\protect{\theextref}]{scrcit}}
+\title{Inter-Document Crossreferencing}
+\author{John Bull}
+\usepackage{hyperref}
+\begin{document}
+\maketitle\newpage
+\input{idcmain}\newpage
+\begin{thebibliography}{SCR}
+\bibitem[SCR]{scrcit}
+Jane Doe\newblock \href{scr.pdf}{Semantic Crossreferencing}\newblock Personal communication.
+\end{thebibliography}
+\end{document}
+
+%%% Local Variables:
+%%% mode: LaTeX
+%%% TeX-master: t
+%%% End:
diff --git a/Master/texmf-dist/doc/latex/stex/sref/scr.pdf b/Master/texmf-dist/doc/latex/stex/sref/scr.pdf
new file mode 100644
index 00000000000..91bd32bc17c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/stex/sref/scr.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/stex/sref/scr.tex b/Master/texmf-dist/doc/latex/stex/sref/scr.tex
new file mode 100644
index 00000000000..16b35003027
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/stex/sref/scr.tex
@@ -0,0 +1,20 @@
+\documentclass[extrefs]{omdoc}
+\usepackage{omtext}
+\makeextrefs{scr}
+\inputrefs{idc}{idc}
+\extrefstyle{idc}{\cite[\protect{\theextref}]{idccit}}
+\title{Semantic Crossreferencing}
+\author{Jane Doe}
+\usepackage{hyperref}
+\begin{document}
+\maketitle
+\input{scrmain}
+\begin{thebibliography}{IDC}
+\bibitem[IDC]{idccit}
+John Bull\newblock \href{scr.pdf}{Inter-Document Crossreferencing}\newblock Personal communication
+\end{thebibliography}
+\end{document}
+%%% Local Variables:
+%%% mode: LaTeX
+%%% TeX-master: t
+%%% End:
diff --git a/Master/texmf-dist/doc/latex/stex/sref/sref.pdf b/Master/texmf-dist/doc/latex/stex/sref/sref.pdf
new file mode 100644
index 00000000000..d677132867d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/stex/sref/sref.pdf
Binary files differ