prep: template-in bibliography
Granted: I failed to get biblatex style=ieee-alphabetic or style=ieee working, so this probably won't get used.
This commit is contained in:
parent
1ecc5d2ad2
commit
cecdabab25
13
Lab1.tex
13
Lab1.tex
@ -1,4 +1,13 @@
|
||||
\begin{filecontents}[overwrite]{\jobname.bib}
|
||||
}
|
||||
\end{filecontents}
|
||||
|
||||
\documentclass{article}
|
||||
|
||||
\usepackage[backend=biber]{biblatex}
|
||||
|
||||
\addbibresource{\jobname.bib}
|
||||
|
||||
\usepackage{circuitikz}
|
||||
\usepackage{siunitx}
|
||||
|
||||
@ -61,5 +70,7 @@ Set Mag. & Set Freq. & Read Mag. & Read Period & Calc. Freq. & Calc. RMS & Meas.
|
||||
\end{longtable}
|
||||
|
||||
|
||||
\end{document}
|
||||
\nocite{*}
|
||||
\printbibliography
|
||||
|
||||
\end{document}
|
||||
|
Loading…
Reference in New Issue
Block a user