diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-20 18:25:03 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-20 18:25:03 +0200 |
commit | f7a68fb685adfa79c66c13968b0b26b425901f59 (patch) | |
tree | 07fc199ca451de118c6ea66bf9d4278c6568b4e0 /sources.bib | |
parent | c0da5d8dee104d4c974bd4ddbdc70fce02a9f4e3 (diff) |
fix latex
Diffstat (limited to 'sources.bib')
-rw-r--r-- | sources.bib | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sources.bib b/sources.bib index a34f739..7d7b6f7 100644 --- a/sources.bib +++ b/sources.bib @@ -129,7 +129,7 @@ @misc{img:Decorator, title = {Decorator Pattern Structure Diagram}, - author = {Refactoring Guru}, + author = {{Refactoring Guru}}, url = {https://refactoring.guru/images/patterns/diagrams/decorator/structure.png}, date = {2024} } @@ -144,8 +144,7 @@ @manual{man:DecoratorDesignPattern, title = {Decorator Design Pattern}, - author = {Refactoring Guru}, - organization = {Refactoring Guru}, + author = {{Refactoring Guru}}, url = {https://refactoring.guru/design-patterns/decorator}, date = {2024} } @@ -167,7 +166,7 @@ @misc{img:ECSBlockDiagram, title = {ECS Diagram}, - author = {Unity}, + author = {{Unity}}, url = {https://docs.unity3d.com/Packages/com.unity.entities@0.1/manual/images/ECSBlockDiagram.png}, date = {2024} } @@ -189,8 +188,8 @@ @manual{man:ECSComponentManager, title = {ECS Core API}, - author = {Unity Technologies}, - organization = {Unity}, + author = {{Unity Technologies}}, + organization = {{Unity}}, url = {https://docs.unity3d.com/Packages/com.unity.entities@0.1/manual/ecs_core.html}, date = {2024} } |