Skip to content

Commit 1d98a3a

Browse files
committed
Fix BibTeX format
1 parent 1c516bf commit 1d98a3a

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/en/faq.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,16 @@ Here are some answers to frequently asked questions:
4141
> - You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
4242
> - If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
4343
>
44-
> For credit, you can use the following BibTeX:
44+
> For credit, you can use the following BibTeX:
45+
> ```bibtex
4546
> @misc{canziani2020nyudlsp21,
46-
author = {Canziani, Alfredo and LeCun, Yann},
47-
title = {NYU Deep Learning, Spring 2021},
48-
howpublished = "\url{https://github.com/Atcold/NYU-DLSP21}",
49-
year = {2021},
50-
note = "[Online; accessed <today>]"
51-
}
47+
> author = {Canziani, Alfredo and LeCun, Yann},
48+
> title = {{NYU Deep Learning, Spring 2021}},
49+
> howpublished = "\url{https://atcold.github.io/NYU-DLSP21}",
50+
> year = {2021},
51+
> note = "[Online; accessed <today>]"
52+
> }
53+
> ```
5254
5355
5456

0 commit comments

Comments
 (0)