Attached are a MWE using plain APA and the corresponding BibTeX file. (Don’t mind the mistakes regarding series/volumes, I got that working in my personal setup that overrides plain APA.)

APA style defaults with hanging indents in the publications list.

The respectively hanging first lines of each entry in the publications list are not properly aligned on the left. (The indented lines are). I would like all of those first lines to start on the very left of the textfield.

If I use \hyphenation to prevent e.g. names from being hyphenated those words might be driven into the right margin.

Hanging punctuation doesn’t seem to work as well.


Is there anything that can be done about that? Or how can the justification be switched to flush left/ragged right with hanging indents on the left?


Greetings Jörg


PS: And by the way, “\placebtxrendering[criterium=all]” is not working anymore. I think I had it working before to place all entries from the BibTeX file into the publications list regardless of their actual appearance in the text as citations–which was a good way to test only the publications list’s layout.
\setuplanguage [de]
\mainlanguage [de] 	

\usebtxdataset[testbib_daf.bib]

\showframe

\setbreakpoints[compound]

\setupalign [hyphenated,justified,hanging,hz,]

\definefontfeature[default][default][expansion=quality,protrusion=quality,] 

\hyphenation{Helbig Deutscher Heraus-geber}


\starttext

\cite[authoryears][weinrich:2006] 

\cite[authoryear][goethe:2008]

\cite[authoryears][hoelscher:2006]

\cite[authoryear][martinez:1999]

\cite[authoryears][stedje:2007]

\cite[authoryear][wrobel:2007]

\cite[authoryears][baur:2001] 

\cite[authoryear][hoffmann:2000]

\cite[authoryears][sereno:1994] \\

\blank

\startsection[title=Literaturverzeichnis, number=no]

\placebtxrendering[criterium=text]

\stopsection

\stoptext
@Book{		  goethe:2008,
  author	= {{Johann Wolfgang von} Goethe},
  title		= {{Die Leiden des jungen Werthers}},
  publisher	= {Deutscher Taschenbuchverlag},
  year		= 2008,
  address	= {München},
  note		= {Original von 1774},
}

@Book{		  hoelscher:2006,
  author	= {Petra Hölscher and Eberhard Piepho and Jörg Roche},
  title		= {{Handlungsorientierter Unterricht mit Lernszenarien –
		  Kernfragen zum Spracherwerb}},
  publisher	= {Finken},
  year		= 2006,
  address	= {Oberursel},
}

@Book{		  martinez:1999,
  author	= {Matias Martinez and Michael Scheffel},
  title		= {{Einführung in die Erzähltheorie}},
  publisher	= {Beck},
  year		= 1999,
  address	= {München},
}

@Book{		  stedje:2007,
  author	= {Astrid Stedje},
  title		= {{Deutsche Sprache gestern und heute}},
  publisher	= {Fink},
  year		= 2007,
  address	= {München},
  edition	= {6.~neubearb.},
}

@Book{		  weinrich:2006,
  author	= {Harald Weinrich},
  title		= {{Sprache, das heißt Sprachen}},
  publisher	= {Narr},
  year		= 2006,
  address	= {Tübingen},
}

@Book{		  wrobel:2007,
  author	= {Ulrike Wrobel},
  title		= {{Raum als kommunikative Ressource: eine
		  handlungstheoretische Analyse visueller Sprachen}},
  publisher	= {Peter Lang},
  year		= 2007,
  volume	= 47,
  series	= {{Arbeiten zur Sprachanalyse}},
  address	= {Frankfurt am Main u.|~|a.},
}

@InCollection{	  sereno:1994,
  author	= {Joan A. Sereno},
  title		= {{Phonosyntactics}},
  booktitle	= {{Sound Symbolism}},
  publisher	= {Cambridge University Press},
  year		= 1994,
  editor	= {Leanne Hinton and Joanna Nichols and John Ohala},
  pages		= {263–275},
  address	= {New York},
}

@InCollection{	  baur:2001,
  author	= {Rupprecht Baur},
  title		= {{Deutsch als Fremdsprache – Deutsch als Zweitsprache}},
  booktitle	= {{Deutsch als Fremdsprache}},
  publisher	= {de Gruyter},
  year		= 2001,
  editor	= {Gerhard Helbig and Lutz Götze and Gert Henrici and Hans-Jürgen Krumm},
  volume	= {19.1},
  series	= {{HSK}},
  pages		= {617–628},
  address	= {Berlin},
}

@Book{	  hoffmann:2000,
  title		= {{Sprachwissenschaft: Ein Reader}},
  publisher	= {Walter de Gruyter},
  year		= 2000,
  editor	= {Ludger Hoffmann},
  address	= {Berlin, New York},
}
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to