Fix citations, change citation style
This commit is contained in:
parent
e65030ef47
commit
244380ee5f
2 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@
|
|||
\makeindex
|
||||
|
||||
%%% BibLaTeX settings
|
||||
\usepackage[style = verbose, dashed=false, citestyle = authoryear-ibid, maxcitenames=1]{biblatex}
|
||||
\usepackage[style = verbose, dashed=false, citestyle = ieee]{biblatex}
|
||||
\usepackage{csquotes}
|
||||
%\addbibresource{./bibliographies/MR.bib}
|
||||
\DeclareNameAlias{sortname}{family-given}
|
||||
|
|
|
@ -14,7 +14,7 @@ Other than a text editor, the following Free Software packages have to be instal
|
|||
\item[\icode{ghdl}\cite{ghdl}] to analyze, compile, and simulate the design
|
||||
\item[\icode{gtkwave}\cite{gtkwave}] to view the simulation waveform files
|
||||
\item[\icode{yosys}\cite{yosys}] to synthesize the design
|
||||
\item[\icode{ghdlsynth-beta}\cite{yosys}] to synthesize the design
|
||||
\item[\icode{ghdlsynth-beta}\cite{ghdlsynth-beta}] to synthesize the design
|
||||
\item[\icode{nextpnr-xilinx}\cite{nextpnr-xilinx}] to place and route the design
|
||||
\item[\icode{Project X-Ray}\cite{prjxray}] for FPGA layout data and bitstream tools
|
||||
\item[\icode{openFPGALoader}\cite{open-fpga-loader}] to load the bitstream onto the FPGA
|
||||
|
|
Loading…
Reference in a new issue