mirror of
https://github.com/mpusz/mp-units.git
synced 2025-06-25 01:01:33 +02:00
12 lines
530 B
TeX
12 lines
530 B
TeX
\newcommand{\IsoCpp}{N4971}
|
|
|
|
%% Inline non-parenthesized C++ reference
|
|
\newcommand{\refcpp}[1]{\href{https://wg21.link/#1}{\IsoCpp{}, [#1]}}
|
|
\newcommand{\irefcpp}[1]{\nolinebreak[3] (\refcpp{#1})}
|
|
\newcommand{\refcppx}[2]{\href{https://wg21.link/#1\##2}{\IsoCpp{}, [#1]}}
|
|
\newcommand{\irefcppx}[2]{\nolinebreak[3] (\refcppx{#1}{#2})}
|
|
|
|
%% Inline IEV reference
|
|
\newcommand{\refiev}[1]{\href{https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=#1}{IEC 60050, #1}}
|
|
\newcommand{\irefiev}[1]{\nolinebreak[3] (\refiev{#1})}
|