Posted by paoleela Sat 20th Jan 2007 23:49 - Syntax is LaTeX - 17 views
Modification of posting from paoleela Sat 20th Jan 2007 23:48
Download | New Post | Modify | Diff | Hide line numbers
  1. \makeatletter
  2. \providecommand*{\mycoderef}[1]{\@ifstar%
  3.     {\vref*{lst:/src/#1.h},\,\pageref{lst:/src/#1.cpp}}%
  4.     {\vref{lst:/src/#1.h},\,\pageref{lst:/src/#1.cpp}}%
  5. }
  6. \makeatother

PermaLink to this entry https://pastebin.co.uk/9374
Posted by paoleela Sat 20th Jan 2007 23:49 - Syntax is LaTeX - 17 views
Modification of posting from paoleela Sat 20th Jan 2007 23:48
Download | New Post | Modify | Diff | Hide line numbers