├── .gitignore ├── APASeventhEdition.bat ├── APASeventhEdition.sh ├── APASeventhEdition.xsl ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | *[eE]ztaban* 2 | -------------------------------------------------------------------------------- /APASeventhEdition.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/briankavanaugh/APA-7th-Edition/HEAD/APASeventhEdition.bat -------------------------------------------------------------------------------- /APASeventhEdition.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/briankavanaugh/APA-7th-Edition/HEAD/APASeventhEdition.sh -------------------------------------------------------------------------------- /APASeventhEdition.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/briankavanaugh/APA-7th-Edition/HEAD/APASeventhEdition.xsl -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/briankavanaugh/APA-7th-Edition/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/briankavanaugh/APA-7th-Edition/HEAD/README.md --------------------------------------------------------------------------------