summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/xcite/xcite.dtx
blob: 52fb1c8eb0270779ce70aefabc2fc59a83572e66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
% \iffalse meta-comment
%
% Copyright 2011-2020 Enrico Gregorio
%
% This file may be distributed and/or modified under the conditions of
% the LaTeX Project Public License, either version 1.3c of this
% license or (at your option) any later version.
% The latest version of this license is in
%    http://www.latex-project.org/lppl.txt
% and version 1.3c or later is part of all distributions of LaTeX 
% version 2005/12/01 or later.
%
% This work has the LPPL maintenance status `maintained'.
% 
% The Current Maintainer of this work is Enrico Gregorio.
%
% This work consists of the files
%   xcite.dtx 
%   xcite.ins
% and the derived file xcite.sty.
% 
% \fi
% \iffalse
%
%<*driver>
\ProvidesFile{xcite.dtx}
%</driver>
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\ProvidesPackage{xcite}
%<*package>
    [2020/01/21 v16383.99998 eXternal Citations (EG)]
%</package>
%
%<*driver>
\documentclass{ltxdoc}
\EnableCrossrefs
\CodelineIndex
\RecordChanges
\begin{document}
  \DocInput{xcite.dtx}
  \PrintChanges
\end{document}
%</driver>
% \fi
%
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% \CheckSum{2}
%
% \changes{v16383.99998}{2020/01/21}
%         {Final version}
% \changes{v1.00}{2011/09/02}
%         {First version}
%
% \GetFileInfo{xcite.dtx}
%
% \title{The \textsf{xcite} package\thanks{This file
%         has version number \fileversion, last
%         revised \filedate.}}
% \author{Enrico Gregorio\thanks{\texttt{Enrico dot Gregorio at univr dot it}}}
% \date{\filedate}
% \maketitle
%
% \section{Description}
% This package is a stub that just loads \texttt{xr}, that,
% starting from version 5.05 (released 2019/07/20) includes 
% the facilities previously in \texttt{xcite}.
%
% This package originated from a question in
% |TeX.StackExchange.com|.\footnote{\ttfamily
% http://tex.stackexchange.com/questions/27243/}
%
% \StopEventually{}
%
% \section{The macros}
%
%    \begin{macrocode}
%<*package>
%    \end{macrocode}
%
% Load \texttt{xr}
%    \begin{macrocode}
\RequirePackage{xr}
\endinput
%    \end{macrocode}
%
% \Finale
%