mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-29 13:04:58 +00:00
68ab4023cc
These are biblatex-specific multicite commands that allow for multiple pre- and postnotes, as in: \cites(pre)(post)[pre1][post1]{key1}[pre2][post2]{key2}... with an optional general pre- and postnote, which applies to the whole list (like [][] in normal cite commands) and an optional pre- and postnotes for each item, so that pagination can actually be specified in multi-cite references, as in: (cf. Miller 2015, 2; furthermore Smith 2013, 23-23; Jenkins 2012, 103, also refer to chapter 6 in this book) See the biblatex manual, sec. 3.8.3., for details. File format change. |
||
---|---|---|
.. | ||
ar | ||
attic | ||
biblio | ||
ca | ||
clipart | ||
cs | ||
da | ||
de | ||
el | ||
es | ||
eu | ||
fr | ||
gl | ||
he | ||
hu | ||
id | ||
it | ||
ja | ||
nb | ||
nl | ||
pl | ||
pt | ||
ro | ||
ru | ||
sk | ||
sl | ||
sv | ||
uk | ||
zh_CN | ||
Additional.lyx | ||
Changelog-Customization-LyX_22x.txt | ||
Changelog-EmbeddedObjects-LyX_22x.txt | ||
Changelog-Math-LyX_22.txt | ||
Changelog-UserGuide-LyX_22x.txt | ||
Customization.lyx | ||
Development.lyx | ||
DummyDocument1.lyx | ||
DummyDocument2.lyx | ||
DummyTextDocument.txt | ||
EmbeddedObjects.lyx | ||
Formula-numbering.lyx | ||
Intro.lyx | ||
LaTeXConfig.lyx | ||
LFUNs.lyx | ||
Makefile.am | ||
Math.lyx | ||
MergedManuals.lyx | ||
README.Documentation | ||
Shortcuts.lyx | ||
SpecialParagraphShape.tex | ||
Tutorial.lyx | ||
UserGuide.lyx |
README.Documentation by John Weiss [3/2000] jpweiss@idsi.net ================ Introduction The purpose of this file is *used* *to* *be* to provide a style sheet and helpful hints to those wishing to help with the LyX Documentation Project. There's now a separate style-sheet for that. If you're actually looking for documentation, check out the "Help" menu. Start by reading the Introduction. ================ Why a separate documentation project? Can't the developers do it? In a word, no. They're too busy adding features and squishing bugs. Also, g++ is far more forgiving of style changes than a human brain. As long as the code is correct, g++ will happilly compile it, and compile it the same way from machine to machine. Human brains are far less forgiving and far more individualized. So, the documentation needs to all be in a uniform style, in addition to being grammatically correct and easily readable. That's a pretty big undertaking - which is why I volunteered to administrate the docs back in 1997. Since then, I've passed the duty of maintaining the docs on to others. ================ Helping Out If you'd like to contribute to the LyX Documentation Project, start by reading the file Intro.lyx. It contains a description of the style of the documentation from a reader's perspective. After that, read the LyX Documentation Style Sheet (DocStyle.lyx) and commit it to memory! John Weiss March, 2000