Skip to content

Instantly share code, notes, and snippets.

@moewew
Created March 27, 2021 06:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moewew/39804b7f8cfb9cb0ea8877f5bb3ae117 to your computer and use it in GitHub Desktop.
Save moewew/39804b7f8cfb9cb0ea8877f5bb3ae117 to your computer and use it in GitHub Desktop.
\documentclass[american]{article}
\usepackage[T1]{fontenc}
\usepackage{babel}
\usepackage{csquotes}
\usepackage[backend=biber, style=apa]{biblatex}
\begin{filecontents}{\jobname.bib}
@article{felder1988learning,
title = {Learning and teaching styles in engineering education},
author = {Felder, Richard M and Silverman, Linda K},
year = 1988,
journal = {Engineering education},
publisher = {North Carolina},
volume = 78,
number = 7,
pages = {674--681}
}
@online{soloman2005index,
title = {Index of learning styles questionnaire},
author = {Soloman, Barbara A and Felder, Richard M},
year = 2005,
organization = {NC State University},
url = {https://www.engr.ncsu.edu/stem-resources/legacy-site/learning-styles/},
urldate = {2021-02-14},
}
\end{filecontents}
\addbibresource{\jobname.bib}
\begin{document}
Lorem \autocite{felder1988learning}
ipsum \autocite{soloman2005index}
\printbibliography
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment