summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/stex/sty/sref/scr.tex
blob: 16b350030274db093ed8f6a4912efccf53dc797d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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: