put listings on its own line, as its for source code.
This commit is contained in:
parent
7981a7a2ba
commit
f88f0f63cd
|
@ -2,7 +2,9 @@
|
||||||
%to set margins
|
%to set margins
|
||||||
\usepackage[margin=2cm]{geometry}
|
\usepackage[margin=2cm]{geometry}
|
||||||
%for math typing
|
%for math typing
|
||||||
\usepackage{latexsym, amssymb, amsfonts, mathtools, xfrac, listings}
|
\usepackage{latexsym, amssymb, amsfonts, mathtools, xfrac}
|
||||||
|
%for source code listings
|
||||||
|
\usepackage{listings}
|
||||||
%for algorithm typing
|
%for algorithm typing
|
||||||
\usepackage[noEnd=false]{algpseudocodex}
|
\usepackage[noEnd=false]{algpseudocodex}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue