Skip to content
/ 259 Public

Müller, Stefan et al. (eds): Head-Driven Phrase Structure Grammar: The handbook

License

Notifications You must be signed in to change notification settings

langsci/259

Folders and files

NameName
Last commit message
Last commit date
Oct 15, 2024
Jan 9, 2025
Sep 13, 2021
Mar 8, 2022
Mar 18, 2020
Sep 8, 2024
Jan 9, 2025
Jan 22, 2021
Oct 2, 2021
Oct 21, 2024
Jan 22, 2021
Jun 2, 2021
Mar 19, 2018
Nov 25, 2020
Aug 26, 2022
Apr 24, 2021
Aug 29, 2020
Feb 7, 2022
May 16, 2020
Feb 10, 2021
Jun 16, 2021
Mar 19, 2018
Jun 13, 2020
Nov 9, 2021
Mar 29, 2021
Oct 31, 2019
Oct 7, 2022
Jun 2, 2021
Nov 9, 2021
Jun 2, 2021
Aug 31, 2024
May 7, 2020
Dec 6, 2021
Aug 31, 2024
Mar 19, 2018
Nov 14, 2024
Feb 28, 2022
Oct 25, 2024
Nov 24, 2020
Jun 14, 2021
Jun 2, 2021
Oct 7, 2022
Oct 2, 2021
Jun 15, 2021
Oct 7, 2022
Sep 3, 2024
Jul 29, 2021
Apr 5, 2021
Jun 17, 2021
Oct 15, 2024
Aug 31, 2024
Oct 7, 2022
Aug 31, 2024
Jan 5, 2021
Jan 5, 2021
Sep 10, 2024
Oct 21, 2024
Oct 21, 2024
Sep 10, 2024
Jun 16, 2021
Nov 26, 2020
Oct 21, 2024
Jun 13, 2021
Oct 7, 2022
Mar 19, 2018
Jun 16, 2021
Apr 2, 2020
Oct 17, 2024
Jun 11, 2020
Jul 17, 2020
Jun 11, 2020
Feb 4, 2021
Feb 4, 2021
Jun 11, 2020
Mar 19, 2018
Mar 19, 2018
Oct 26, 2021
Apr 24, 2021
Jun 7, 2018
Jan 5, 2021
Oct 13, 2024
Apr 13, 2021
Jun 18, 2021
May 11, 2020
Jun 17, 2021
Feb 4, 2021

Repository files navigation

hpsg-handbook

The very cool open access handbook for HPSG that will end all handbook attempts.

Tested with texlive 2020.

The project uses memoize, a new package for externalizing figures Sašo Živanović.

https://github.com/sasozivanovic/memoize

If you run into problems with memoize, please change the line \usepackage{.styles/memoize} in localpackages.tex to \usepackage{./styles/nomemoize}.

Since the book is in the hot phase now, we decided not to maintain styles and chapters/styles any longer as two identical

The project uses memoize, a new package for externalizing figures. Since the book is in the hot phase now, we decided not to maintain styles and chapters/styles any longer as two identical copies. We use a symbolic link now. If you use Windows or any other operating system that does not deal with symbolic links, please copy all files from styles to chapter/styles manually.

Please compile check-hpsg.tex after commenting in your chapter and maybe chapters you cite.

xelatex check-hpsg.tex; biber check-hpsg

If you are just interested in single chapters, you can go to the directory "chapters" and compile them standalone:

xelatex order; biber order

You can compile the whole book by calling:

xelatex main; biber main

The command

make main.pdf

compiles the book several times and creates the reference and indices.

You may not be able to compile the whole book due to memory limitations.


Edit your texmf.cnf file. This file can be found at e.g. /usr/local/texlive/2017/texmf.cnf (for TeXLive/MacTeX 2017). Change its contents to contain something like:

main_memory=8000000
extra_mem_top=5000000
font_mem_bot=4000000

Afterwards, call texhash to update the LaTeX format files.


Cloning

Since this repository has a rather long history, if you have trouble downloading the complete git revision history (e.g. b/c of slow internet connection, limited disk space), it is possible to clone the repository with a limited number of revisions:

git clone git@github.com:langsci/259.git --depth n

where n is a number. Something between 10 and 100 is recommended.

Contributors

This project exists thanks to all the people who contributed. Some contributed via github directly, work of others was checked in by Stefan Müller.