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 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
|
#tbraun 9.02.2008
# svn-multi aka svnkw ctan package
# updated Matthew Bertucci 11/13/2021 for v2.4d
#include:kvoptions
#include:filehook
#include:currfile
#keyvals:\usepackage/svn-multi#c
old
all
verbatim#true,false
external#true,false
groups#true,false
subgroups#true,false
graphics#true,false
pgfimages#true,false
autoload#true,false
table#true,false
filehooks#true,false
autokw=#false,true,all,ext
#endkeyvals
#ifOption:all
#include:graphics
#include:pgf
\svngraphicsgroup{graphic group name}
\svnignoregraphic{file path/name}
\svnconsidergraphic{file path/name}
#endif
#ifOption:graphics
#include:graphics
\svngraphicsgroup{graphic group name}
\svnignoregraphic{file path/name}
\svnconsidergraphic{file path/name}
#endif
#ifOption:pgfimages
#include:pgf
#endif
\svnid{$%<Id%>$}
\svnidlong{$%<HeadURL%>$}{$%<LastChangedDate%>$}{$%<LastRevision%>$}{$%<LastChangedBy%>$}
\svn{$%<keyword%>$}
\svn*{$%<keyword%>$}
\svnkwsave{$%<keyword%>$}
\svngroup{group name}
\thesvngroup
\svnsetcg{group name}
\thesvncg
\svnsubgroup
\svnignoreextensions{ext list}
\svnconsiderextensions{ext list}
\svnrev
\svndate
\svnauthor
\svnfilerev
\svnfiledate
\svnfileauthor
\svncgrev
\svncgauthor
\svncgdate
\svng{group name}{key%plain}
\svnmainurl
\svnmainfilename
\svnsetmainfile
\svnkw{keyword name}
\svnkwdef{keyword name}{value}
\ifsvnfilemodified{true}{false}
\ifsvnmodified{true}{false}
\svnyear
\svnfileyear
\svncgyear
\svnmonth
\svnfilemonth
\svncgmonth
\svnday
\svnfileday
\svncgday
\svnhour
\svnfilehour
\svncghour
\svnminute
\svnfileminute
\svncgminute
\svnsecond
\svnfilesecond
\svncgsecond
\svntimezone
\svnfiletimezone
\svncgtimezone
\svntimezonehour
\svnfiletimezonehour
\svncgtimezonehour
\svntimezoneminute
\svnfiletimezoneminute
\svncgtimezoneminute
\svntime
\svnfiletime
\svncgtime
\svnpdfdate
\svntoday
\svnfiletoday
\svncgtoday
\svnfilefname
\svnfileurl
\svncgfname
\svnurl
\svnfname
\svncgurl
\svnRegisterAuthor{author}{full name}
\svnFullAuthor{author}
\svnFullAuthor*{author}
\svnRegisterRevision{revision number}{tag name}
\svnFullRevision{revision number}
\svnFullRevision*{revision number}
\svnnolinkurl{macro}
\tableofrevisions
\svnrevisionsname#*
\svnbeforetable#*
\svnaftertable#*
\svntable#*
\endsvntable#*
\svntablehead#*
\svntablefoot#*
\svnglobalrow#*
\endsvnglobalrow#*
\svngrouprow#*
\endsvngrouprow#*
\svnsubgrouprow#*
\endsvnsubgrouprow#*
\svnfilerow#*
\endsvnfilerow#*
\svntabglobal#*
\svntabgroup{group name}
\svntabsubgroup{nesting level}{subgroup name}
\svntabfile{nesting level}{file path/name}
\svntabrev{revision number}
\svntabauthor{author}
\svntabdate{{%<year%>}{%<month%>}{%<day%>}{%<hour%>}{%<minute%>}{%<second%>}{%<TZ hour%>}{%<TZ minute%>}}
\svnexternal{%<file1%>}%<{file2}...{fileN}%>
\svnexternal[%<group name%>]{%<file1%>}%<{file2}...{fileN}%>
\svnexternalpath{{%<path1%>}%<{path2}...{pathN}%>}
|