Juergen Spitzmueller
a04a2f9a8a
Remove Requires and Excludes from CiteEngines
...
These are exclusive anyway.
2017-01-09 09:04:37 +01:00
Juergen Spitzmueller
352a8e115f
Merge branch 'master' into biblatex2
2017-01-08 18:41:11 +01:00
Juergen Spitzmueller
ae708fbeb6
Fix typo
2017-01-08 18:37:08 +01:00
Juergen Spitzmueller
1ee83d4200
User Guide documentation.
...
Now only an adaptation of the Additional Features manual is needed,
but I leave this for now, since that manual apparently is undergoing
a major revision.
2017-01-08 17:11:01 +01:00
Juergen Spitzmueller
9c738951c7
Documentation bit.
2017-01-08 12:50:03 +01:00
Juergen Spitzmueller
8319b3e9d6
Biblatex support
...
File format change
2017-01-08 09:39:46 +01:00
Juergen Spitzmueller
ecbd047cff
Merge branch 'master' into biblatex2
2017-01-08 09:06:26 +01:00
Richard Heck
74f09a27c4
Documentation for "no prefix" option.
2017-01-07 15:07:44 -05:00
Richard Heck
ff3690a5fd
Add a "noprefix" option to the "labelonly" version of the reference
...
inset.
If the reference is "sec:mysec", then this will output just "mysec".
This is what is needed, e.g., to use refstyle's range commands, e.g.,
\secrangeref{mysec1}{mysec2}
You *cannot* use:
\secrangeref{sec:mysec1}{sec:mysec2}
even if those are the actual labels.
Eventually, I'd like to add native support for this, but I'm a bit
frightened of trying to make the reference dialog support multiple
selections.
2017-01-07 15:07:44 -05:00
Juergen Spitzmueller
dbbefcd321
Dynamically set final punctuation of bib entries
...
Fullcite does not need the punct.
2017-01-07 17:55:38 +01:00
Juergen Spitzmueller
378a2c8257
Outsource jurabib specials to the style file.
2017-01-07 17:40:23 +01:00
Juergen Spitzmueller
eba2f0479e
Implement display of starred cite commands
...
This entails a change of getAbbrAuthor to getAuthorList (the default is
still abbreviated with respect to MaxCiteItems, but the list can be, at
explicit request, shortened or full notwithstanding MaxCiteItems.
2017-01-07 17:32:45 +01:00
Juergen Spitzmueller
979294d5ec
New tag MaxCiteNames
...
This determines the number of authors before "et al.". We had it
hardcoded to 2, but actually the nuumber differs.
2017-01-07 16:44:27 +01:00
Juergen Spitzmueller
23c231c761
Merge branch 'master' into biblatex2
2017-01-05 14:30:26 +01:00
Richard Heck
516423c54e
Polish plural and capitalized reference reversion.
...
Thanks to Scott for noticing the problem.
2017-01-05 02:50:18 -05:00
Juergen Spitzmueller
03ac5407a3
Extend cite engine style documentation
2017-01-04 13:30:50 +01:00
Juergen Spitzmueller
f6d4bce123
Merge branch 'master' into biblatex2
2017-01-03 21:49:56 +01:00
Guillaume Munch
f77e5733cf
Set mathrel for a few more lib/symbols
...
Improve display of textmode macros in lib/symbols
2017-01-03 20:35:41 +01:00
Juergen Spitzmueller
bd1b5d580b
Add some documentation to the rather esoteric style files
2017-01-03 15:35:57 +01:00
Richard Heck
5e353fecb9
Update documentation after recent changes to references.
2017-01-02 22:39:38 -05:00
Richard Heck
73f59e87bd
Add ability to use refstyle's plural and capitalization features.
2017-01-02 22:32:36 -05:00
Richard Heck
c513c26e62
Label only command for reference dialog.
2017-01-02 18:08:30 -05:00
Juergen Spitzmueller
f653a41063
Adapt menu string
2017-01-02 12:00:56 +01:00
Juergen Spitzmueller
f38827b63b
whitespace
2017-01-01 08:36:13 +01:00
Juergen Spitzmueller
dcdd04a492
TeXFiles.py: scan for biblatex *.bbx and *.cbx files
2017-01-01 08:07:05 +01:00
Juergen Spitzmueller
dc9efe3d47
Add a CiteFramework tag
...
This is to distinguish the biblatex and bibtex paradigms
2017-01-01 08:07:04 +01:00
Juergen Spitzmueller
ff93aea509
Rework default bibliography style UI
...
* Use a combo with all available styles
* Correctly reset default on engine change
* Consider that EngineTypes might have different defaults
2017-01-01 08:07:03 +01:00
Juergen Spitzmueller
59a4f263a4
Properly support the cite engines in the GUI
...
Instead of hardcoding 3 engines, we now support all engines which are
defined in the *.citeengines files.
2017-01-01 07:56:24 +01:00
Juergen Spitzmueller
97aea7e5b1
Disentangle CiteEngines and Modules
...
These two are different beasts and thus should be handled differently.
2017-01-01 07:56:24 +01:00
Juergen Spitzmueller
f8a85f35be
Add support for the Crimson font
...
We use the more comprehensive cochineal package if available and fall
back to the crimson package, if not.
Math support is provided by means of newtxmath
Fixes : #9974 , #9976
2016-12-29 16:45:19 +01:00
Juergen Spitzmueller
e03543eff1
Add Joel Kulesza to the credits
2016-12-28 16:50:25 +01:00
Juergen Spitzmueller
2f03e156ce
Add some line breaks
2016-12-27 16:03:41 +01:00
Juergen Spitzmueller
e4189c664c
Update quote-insert bindings
2016-12-27 08:39:06 +01:00
Juergen Spitzmueller
89ce0c9069
Support for CJK quotation marks
...
File format change
Fixes : #2712
2016-12-26 14:03:48 +01:00
Juergen Spitzmueller
f78cb64cf4
UserGuide: Document the quotation mark changes
2016-12-25 13:38:52 +01:00
Juergen Spitzmueller
36a679344a
Implement dynamic quotation marks
...
File format change.
2016-12-25 12:19:02 +01:00
Juergen Spitzmueller
237193f8a8
Some new quote styles
...
* b `british' (``inner quotation'')
* w >>swedishg>> ('inner quotation') ["g" = Guillemets]
* f <<french>> (``inner quotation'')
* i <<frenchin>> (<<inner quotation>>) ["in" = Imprimerie Nationale]
* r <<russian>> (,,inner quotation``)
Rename "french" to "swiss"
Also rename "single/double" to "secondary/primary" ("inner/outer" in
the UI) and "left/right" to "opening/closing". Note that the inset
identifier string is left as is ("s/d" and "l/r")
2016-12-24 14:27:00 +01:00
Juergen Spitzmueller
1ed70d10fd
Add "Plain" quotation mark style
...
File format change
2016-12-21 15:17:30 +01:00
Uwe Stöhr
764efb149d
EmbeddedObjects.lyx: fix some typos and few improvements
2016-12-21 02:21:59 +01:00
Juergen Spitzmueller
857506e992
Rename \\quotes_language to\\quotes_style
...
File format change.
2016-12-20 18:54:07 +01:00
Uwe Stöhr
cb1c228319
EmbeddedObjects.lyx: new description how to change table line colors within tables
...
will be backported the tomorrow
2016-12-20 02:46:47 +01:00
Guillaume Munch
e02f287f8b
Add InsetMathClass to the list of math completions
2016-12-20 00:15:59 +01:00
Uwe Stöhr
2daa771dae
UserGuide.lyx: fix 2 typos spotted by a user
2016-12-19 23:49:47 +01:00
Juergen Spitzmueller
0d92eaeb11
Further improve quote-inserts documentation
2016-12-19 11:39:56 +01:00
Günter Milde
7b5de36a75
Use xfrac package for "fraction characters".
...
The xfrac package is the "state of the art" for "split-level" (nice) fractions.
Character replacements look consistent, scale properly and fit in the line.
Fixes #5220 .
2016-12-18 23:42:15 +01:00
Juergen Spitzmueller
57eaf5dc4b
Update inset-modify description
2016-12-18 14:00:08 +01:00
Juergen Spitzmueller
092bbcede5
Some documentation of quote's inset-modify
2016-12-18 13:38:41 +01:00
Juergen Spitzmueller
197c193e21
Context menu for quote insets
...
Allows to switch quote type.
2016-12-17 12:58:33 +01:00
Juergen Spitzmueller
7cf315f855
Update LFUNs.lyx
2016-12-16 11:24:03 +01:00
Juergen Spitzmueller
7bf6d2b9ce
Extend quote-insert
...
Two more optional arguments to specify side and quote style.
GUI support follows.
2016-12-16 11:23:22 +01:00