5432: revert url footnote
Auto-recognizing footnote as url is really a browser feature. Chromium will not be able to parse the underscore in Zotino DAC IC datasheet URL.
This commit is contained in:
parent
0b6c4e2b77
commit
14776cf74d
15
5432.tex
15
5432.tex
|
@ -65,13 +65,6 @@ Channels can broken out to BNC, SMA or MCX by adding external 5518 BNC-IDC, 5528
|
|||
\newcommand*{\MyLabel}[3][2cm]{\parbox{#1}{\centering #2 \\ #3}}
|
||||
\newcommand*{\MymyLabel}[3][4cm]{\parbox{#1}{\centering #2 \\ #3}}
|
||||
\newcommand{\repeatfootnote}[1]{\textsuperscript{\ref{#1}}}
|
||||
\newcommand{\footnoteurl}[1]{
|
||||
\hypersetup{hidelinks}
|
||||
\urlstyle{same}
|
||||
\url{#1}
|
||||
\urlstyle{}
|
||||
\hypersetup{colorlinks}
|
||||
}
|
||||
|
||||
\begin{figure}[h]
|
||||
\centering
|
||||
|
@ -163,8 +156,8 @@ Channels can broken out to BNC, SMA or MCX by adding external 5518 BNC-IDC, 5528
|
|||
% \hypersetup{hidelinks}
|
||||
% \urlstyle{same}
|
||||
The specifications are based on the datasheet of the DAC IC
|
||||
(AD5372BCPZ\footnote{\label{dac}\footnoteurl{https://www.analog.com/media/en/technical-documentation/data-sheets/AD5372_5373.pdf}}),
|
||||
and various information from Sinara wiki\footnote{\label{zotino_wiki}\footnoteurl{https://github.com/sinara-hw/Zotino/wiki}}.
|
||||
(AD5372BCPZ\footnote{\label{dac}https://www.analog.com/media/en/technical-documentation/data-sheets/AD5372\_5373.pdf}),
|
||||
and various information from Sinara wiki\footnote{\label{zotino_wiki}https://github.com/sinara-hw/Zotino/wiki}.
|
||||
|
||||
\begin{table}[h]
|
||||
\begin{threeparttable}
|
||||
|
@ -188,8 +181,8 @@ and various information from Sinara wiki\footnote{\label{zotino_wiki}\footnoteur
|
|||
\end{threeparttable}
|
||||
\end{table}
|
||||
|
||||
The following are cross-talk and transient behavior of Zotino\footnote{\label{zotino21}\footnoteurl{https://github.com/sinara-hw/Zotino/issues/21}}.
|
||||
In terms of output noise, it was measured after 15 cm IDC cable, IDC-SMA, 100 cm coax ($\sim$50 pF), and 500 k$\Omega$ $||$ 150 pF\footnote{\label{zotino27}\footnoteurl{https://github.com/sinara-hw/Zotino/issues/27}}.
|
||||
The following are cross-talk and transient behavior of Zotino\footnote{\label{zotino21}https://github.com/sinara-hw/Zotino/issues/21}.
|
||||
In terms of output noise, it was measured after 15 cm IDC cable, IDC-SMA, 100 cm coax ($\sim$50 pF), and 500 k$\Omega$ $||$ 150 pF\footnote{\label{zotino27}https://github.com/sinara-hw/Zotino/issues/27}.
|
||||
The DAC output during noise measurement is 3.5 V.
|
||||
|
||||
\begin{table}[h]
|
||||
|
|
Loading…
Reference in New Issue