-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1178 from gusthoff/content/ada_idioms/review/edit…
…orial/structure/20250125 Editorial change: replace plain footnotes by references using bibtex
- Loading branch information
Showing
10 changed files
with
117 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
[DEFAULT] | ||
title=Ada Idioms | ||
author=Patrick Rogers | ||
bibtex_file=references.bib | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
@Book{1983:booch, | ||
author = {Booch, G.}, | ||
title = {Software Engineering with Ada}, | ||
publisher = {Benjamin/Cummings Publishing Company}, | ||
year = {1983} | ||
} | ||
|
||
@Book{1974:liskov, | ||
author = {Liskov, B. and Zilles, S.}, | ||
title = {Programming with Abstract Data Types}, | ||
publisher = {ACM SIGPLAN symposium on Very high level languages}, | ||
year = {1974} | ||
} | ||
|
||
@Book{1978:HOLWG, | ||
author = {HOLWG}, | ||
title = {Department of Defense Requirements for High Order Computer Programming Language "STEELMAN"}, | ||
publisher = {Department of Defense}, | ||
year = {1978} | ||
} | ||
|
||
@Book{1979:yourdon, | ||
author = {Yourdon, E. and Constantine, L. L.}, | ||
title = {Structured Design: Fundamentals of a Discipline of Computer Program and System Design}, | ||
publisher = {Prentice-Hall}, | ||
year = {1979} | ||
} | ||
|
||
@Book{1986:ichbiah, | ||
author = {Ichbiah, J. and Barnes, J. and others}, | ||
title = {Rationale for the Design of the Ada Programming Language}, | ||
publisher = {}, | ||
year = {1986} | ||
} | ||
|
||
@Book{1997:meyer, | ||
author = {Meyer, B.}, | ||
title = {Object-Oriented Software Construction}, | ||
publisher = {Prentice-Hall}, | ||
year = {1997} | ||
} | ||
|
||
@Book{1995:gamma, | ||
author = {Gamma, E. and Helm, R. and others}, | ||
title = {Design Patterns: Elements of Reusable Object-Oriented Software}, | ||
publisher = {Reading, MA, Addison-Wesley Publishing Company}, | ||
year = {1995} | ||
} | ||
|
||
@Book{1998:barnes, | ||
author = {Barnes, J.}, | ||
title = {Programming In Ada 95}, | ||
publisher = {Addison-Wesley}, | ||
year = {1998} | ||
} | ||
|
||
@Book{1993:taft, | ||
author = {Taft, S. Tucker}, | ||
title = {Post in Internet Relay Chat on Comp.Lang.Ada channel}, | ||
publisher = {https://groups.google.com/g/comp.lang.ada/c/9WXgvv8Xjuw/m/JMyo9_P7nxAJ}, | ||
year = {1993} | ||
} |