Richard Kimberly Heck
8e190c09f2
Add note about CopyStyle
2023-03-14 11:50:06 -04:00
Juergen Spitzmueller
d3c11e3322
Document needauth
2023-02-16 14:16:41 +01:00
Thibaut Cuvelier
b9b0ac1b6c
Cleanup documentation about old XML support.
2022-12-26 01:42:27 +01:00
Thibaut Cuvelier
7556fc42ff
CommandDepth is no longer used, remove it from the documentation.
2022-12-26 01:41:07 +01:00
Thibaut Cuvelier
4c8cfae776
Cleanup documentation about old XML support.
2022-12-26 01:40:52 +01:00
Richard Kimberly Heck
fadf8ca68f
Update doc format
2022-12-25 12:48:19 -05:00
Scott Kostyshak
a15303b938
Update format of docs using LyX binary
...
Especially after the change to use semantic linefeeds (7b23c76b
),
the diffs are large and it's hard to figure out what diff is the
result of the linefeed change and which diff is the result of an
edit.
By updating the docs, it will make the edits easier to understand
from the diff.
This commit used the LyX binary to write the new .lyx files since
lyx2lyx does not apply semantic linefeeds.
I used the following command:
./development/tools/updatedocs.py [path to 'lyx' binary]
A few documents were not updated (e.g., the command sequence used
failed because a dialog about a missing dependency was shown).
I did not update Additional.lyx for any language since it is
undergoing changes. I also didn't change anything in doc/fr since JP
is working on some of those. I also didn't change doc/ru since it
appears Yuriy already updated those.
2022-12-11 11:16:28 -05:00
Richard Kimberly Heck
23a997bbf6
Customization update for HTMLClass
2022-12-04 14:33:47 -05:00
Richard Kimberly Heck
76c7fab5a6
Update Customization manual
2022-12-04 00:38:07 -05:00
Juergen Spitzmueller
10ad1670f7
Correct documentation of localized bind files
...
These are in subfolders nowadays (no more lang_ prefix)
2022-11-25 11:26:29 +01:00
Daniel Ramoeller
b2a7b715a2
Make space names more standard
...
Fix for bug #12547 .
- "Interword" becomes "Normal"
- "Protected" becomes "Non-Breaking"
Plus a minor fixes to the "Horizontal Space Settings" dialog:
- Indicate that when "Non-Breaking" is disabled, the space will be non-breaking
2022-06-12 13:35:29 +02:00
Scott Kostyshak
c7b4cae840
Typo in doc: capitalize "t" in "EndLabeltype"
2021-12-04 15:17:36 -05:00
jpc
cde4537a42
Restore gender-neutral formulation
2021-05-19 10:33:16 +02:00
jpc
b4e9c794fc
A couple of edits in section 5.5 (DocBook) of the Customization manual
2021-05-03 18:09:35 +02:00
jpc
119bf42a0f
A couple of fixes in Customization manual
2021-04-29 18:28:31 +02:00
Scott Kostyshak
67d0b80f10
Fix compilation of Customization.lyx
...
The use of \prettyref was leading to a LaTeX error.
2021-04-05 23:19:19 -04:00
Scott Kostyshak
88ca319642
Customization.lyx: update format for next commit
2021-04-05 23:19:19 -04:00
Richard Kimberly Heck
7f590bc2a9
Move the information about arguments into its own section, since these are now used both with styles and inset layouts.
2021-03-26 13:37:14 -04:00
Juergen Spitzmueller
c567c78e90
Add ProvideInsetLayout and ModifyInsetLayout ( #12098 )
...
This complements ProvideStyle and ModifyStyle.
2021-01-30 15:56:31 +01:00
Juergen Spitzmueller
76eae4572e
Introduce InputGlobal ( #12087 )
...
This is a variant of Input for layout files that only searches build
and system directories and thus allows "InputGlobal name.inc" in a user
file name.inc that attempts to modify its global counterpart.
2021-01-26 08:42:39 +01:00
Richard Kimberly Heck
6821249994
Fix bug #11097
2021-01-09 17:41:50 -05:00
Yuriy Skalko
c785ba19a0
Remove duplicated words in en/ru manuals
...
Thanks Kornel for suggesting regexp "\b(\w+)\s+\1\b".
2021-01-06 10:57:35 +02:00
Juergen Spitzmueller
621f07ed85
Document new label colors and warn against using static colors in layouts
2020-12-11 11:47:01 +01:00
Richard Kimberly Heck
52a0ffc02f
Change name and email in some other files
2020-12-05 17:39:46 -05:00
Richard Kimberly Heck
ae2ce7a86a
LaTeXName tag for counters. Layout format change.
2020-12-05 16:46:33 -05:00
Pavel Sanda
23d0e44bd6
Fix Riki's contact
2020-11-09 15:06:42 +01:00
Pavel Sanda
032418ddfd
Customization.lyx: Import and review changes from Phil Netro.
...
Chap. 1 & 2.
2020-11-09 14:42:25 +01:00
Richard Kimberly Heck
060c3de2f0
StepMasterCounter --> StepParentCounter
2020-11-02 17:36:58 -05:00
Thibaut Cuvelier
52b2d3f683
DocBook: make Paragraph::simpleDocBookOnePar return a list of paragraphs.
...
Before, it directly wrote to the XMLStream, but it made implementation of new lines tricky. Now, it returns the XML for each sub-paragraph (delimited by new lines) as a string, so that the caller can adopt a more precise behaviour (such as in lists).
2020-09-19 20:43:38 +02:00
Thibaut Cuvelier
360139a091
DocBook: documentation for the new tags.
2020-09-19 20:43:37 +02:00
Juergen Spitzmueller
09a49da0d7
Customization: Improve documentation of ResetsFont
...
Fixes #8454
2020-08-18 09:02:14 +02:00
Juergen Spitzmueller
71c1931b92
Fix default mark ( #8454 )
2020-08-17 13:45:44 +02:00
Juergen Spitzmueller
cc55ae34f0
Customization: update to current format (for better detection of following changes)
2020-08-17 13:45:00 +02:00
Pavel Sanda
b17294a02b
Update customization manual for docbook (part2).
2020-07-09 00:41:36 +02:00
Pavel Sanda
dce2b4e016
Update customization manual for docbook (part1).
2020-07-09 00:41:36 +02:00
Pavel Sanda
f6460f48fa
Revert docbook updates to Customization manual.
...
Something went wrong while merging.
2020-07-08 14:15:33 +02:00
Thibaut Cuvelier
7989ebca85
Add documentation for the new layout attributes.
2020-07-08 09:41:16 +02:00
Juergen Spitzmueller
cbfce678d8
Add Requires to float definition.
2019-08-12 12:18:28 +02:00
Juergen Spitzmueller
673e5fed51
Typo
2019-08-09 08:05:11 +02:00
Juergen Spitzmueller
0b7305024a
Use generic paper size names rather than LaTeXisms such as "letterpaper"
...
This allows to support classes that don't use the Xpaper wording.
Add support for KOMA font (keyval) syntax on top of that.
Also support class-specific font and paper sizes in tex2lyx.
File and layout format change.
2019-08-07 16:44:11 +02:00
Juergen Spitzmueller
50abaa0e57
Add FontSizeFormat textclass option
...
This allows to customize the way fontsizes are passed to the class (e.g.,
"fontsize=12", as used by KOMA, rather than "12pt").
2019-08-06 19:27:49 +02:00
Juergen Spitzmueller
c6f262a5b7
Add textclass options for paper size selection and default paper size
...
Fixes : #4506
Implementing this to the classes requires file format changes, as the
classes' page layout will likely differ from geometry's.
2019-08-06 17:34:16 +02:00
Juergen Spitzmueller
13b6632228
Add TextClass option BibInToc
...
Fixes #1889
2019-07-08 15:40:17 +02:00
Juergen Spitzmueller
d2b6232ce7
Fix lineno options param
...
This has been written even if empty -- and thus caused reading errors.
2019-06-02 19:07:01 +02:00
Juergen Spitzmueller
c7efb677f8
New InsetLayout tag ParbreakIgnored
...
This effectively allow paragraph breaks in insets only for cosmetic
reasons (e.g., to align contents on different lines).
This is the last change necessary for an enhanced covington gloss support
(which uses the new covington gloss ui)
2019-06-02 18:16:30 +02:00
Juergen Spitzmueller
9e6d22ea9c
Add InsertOnNewline argument tag
...
This adds a paragraph break before auto-inserting arguments in flex
insets.
Useful for specific arguments (particularly ling glosses)
2019-06-02 18:07:10 +02:00
Juergen Spitzmueller
9f04eeae03
Support FreeSpacing in InsetArgument
2019-06-02 16:33:06 +02:00
Günter Milde
cb3e79f9a0
Use utf8 as inputenc for documentation, examples, and templates.
2019-05-08 21:29:01 +02:00
Juergen Spitzmueller
70b3d3adcc
Add NewlineCmd InsetLayout and Argument option
...
This allows to specific an alternative macro for newlines
Fixes : #10407
2019-04-18 11:35:03 +02:00
Juergen Spitzmueller
ed44bbddee
Add MenuString to InsetLayout
...
Fixes : #8818
2019-04-18 10:27:19 +02:00