Scott Kostyshak
2c26ff8864
Fix compilation of ja/EmbeddedObjects.lyx
...
sidecap does not work well for some reason with the Japanese doc, so
the sidecap bool is set to false to restore compilation.
The following test now passes:
export/doc/ja/EmbeddedObjects_pdf3
2016-09-11 10:11:05 -04:00
Uwe Stöhr
c1e698fd86
doc/template/examples files: port recent changes
...
By the way: Please only edit the files in the 2.2.x branch unless you describe a new features of LyX 2.3.
2016-07-16 00:11:28 +02:00
Georg Baum
d66d6f7805
Remove external date inset
...
The external date inset was implemented as a demonstrator for external insets
in general. It was never intended for production code. Now that we have several
external insets defined we do not need the demonstrator anymore. This fixes
bugs #4398 and #9948 .
2016-06-19 21:23:25 +02:00
Uwe Stöhr
b4ab194216
UserGuide.lyx: update 2 images
2016-05-30 23:20:49 +02:00
Uwe Stöhr
498eb64e1f
EmbeddedObjects.lyx: get rid of unnecessary ERT and fix an image size
2016-05-15 17:14:09 +02:00
Uwe Stöhr
564e72f29f
Japanese docs: fix some further broken images links etc.
2016-05-15 16:50:16 +02:00
Uwe Stöhr
b289c597ae
Japanese doc files: big translation update fro 2.2.0 from Koji
2016-05-04 01:12:04 +02:00
Enrico Forestieri
b856a3ad9b
Update docs to latest format.
2016-04-06 05:43:44 +02:00
Jean-Marc Lasgouttes
6196645cce
Update documents and layouts after fd1ee3b4
.
2016-04-01 10:08:39 +02:00
Uwe Stöhr
f8be82f76c
Japanese doc files: translations from Koji
2016-01-27 22:43:35 +01:00
Guillaume Munch
360742c515
New LFUN tabular-feature: update docs
...
Simply run updatedocs.py
2016-01-27 18:35:10 +01:00
Uwe Stöhr
c1e0b24304
acmsiggraph.layout: update layout for ACM siggraph 0.92
...
fileformat change: update fileformat for all files
2016-01-27 01:58:13 +01:00
Uwe Stöhr
6291fefe9e
EmbeddedObjects.lyx: update multi-page table description
2016-01-24 16:07:22 +01:00
Uwe Stöhr
33b757e7ab
SVG-Drawing.svg: add a SVG example drawing
2016-01-24 13:48:56 +01:00
Uwe Stöhr
68b18a4ccb
French and Japanese EmbeddedObjects.lyx: forgot this issue in previous commit
2016-01-24 04:55:46 +01:00
Uwe Stöhr
dcf4f024ea
EmbeddedObjects.lyx: update external templates section
2016-01-24 04:50:31 +01:00
Uwe Stöhr
2a507512e4
Japanese doc files: some tweaks
2016-01-23 18:16:25 +01:00
Uwe Stöhr
8d00943aab
EmbeddedObjects.lyx: some tweaks
2016-01-20 02:33:19 +01:00
Uwe Stöhr
b18fac7508
doc files: update more screenshots
...
- also fix a menu issue in EmbeddedObjects.lyx
2016-01-17 02:40:46 +01:00
Uwe Stöhr
f3a5f7845e
doc files: update and rename more sceenshots
...
- also update a menu name
- update a section French UserGuide.lyx
2016-01-16 20:52:02 +01:00
Uwe Stöhr
71b60e07c3
UserGuide.lyx: revise Appendix A
...
- update the toolbar screenshots, update some images and their names (more to follow)
2016-01-16 04:19:35 +01:00
Uwe Stöhr
3ac456f444
EmbeddedObjects.lyx: fix some issues and typos
2016-01-14 22:32:35 +01:00
Uwe Stöhr
8803eac043
EmbeddedObjects.lyx: fix mistakes spotted by Ignacio
2016-01-13 02:01:15 +01:00
Uwe Stöhr
6abdf2bc69
doc files: re-add the \origin tag
...
also save all files with latest 2.2dev
2016-01-13 01:14:48 +01:00
Guillaume Munch
4a1e158c95
Update docs
2016-01-12 21:30:37 +00:00
Kornel Benko
27a2d32e49
Remaining broken links corrected
2016-01-12 19:16:41 +01:00
Uwe Stöhr
2f8444b120
Doc files: re-add some origin paths
...
(while checking compilability of changed files)
thanks Georg for fixing this issue in LyX
2016-01-11 02:19:35 +01:00
Richard Heck
6b0632eea2
Updates to Japanese docs and po file, from Koji.
2015-12-29 09:58:48 -05:00
Günter Milde
bf66141ac8
Revert output format setting for Japanese manuals (pdf2 does not work).
...
The manuals use language "Japanese" wich is tied to "platex"
(automatically set instead of (plain) LaTeX).
For export with other engines, the language must be set to "Japanese (CJK).
For a discussion of alternatives for Japanese with LaTeX , see also
http://www.preining.info/blog/2014/12/writing-japanese-in-latex-part-1-introduction/
2015-12-14 21:25:09 +01:00
Uwe Stöhr
ce73df3a0c
EmbeddedObjects.lyx: replace images by inset info
2015-12-11 00:58:26 +01:00
Günter Milde
4d0356aea1
Set default output for "complex" manuals to PDF (pdflatex).
...
This is the "design format" for the manuals. Some features do not
work in other formats.
See http://permalink.gmane.org/gmane.editors.lyx.devel/158616
2015-12-09 08:54:38 +01:00
Uwe Stöhr
178c7464e2
EmbeddedObjects.lyx: merge changes
2015-12-05 19:22:34 +01:00
Uwe Stöhr
870b7572f2
EmbeddedObjects.lyx: change fonts as discussed
2015-12-03 02:18:20 +01:00
Scott Kostyshak
2f4233721d
Update docs to latest format for 2.2.0alpha2
2015-11-27 03:23:22 -05:00
Georg Baum
385aed9721
Fix \origin lines
...
These were fixed manually. I tried to add an option to updatedocs.py to
open and save a file with LyX, but that did not work, since
lyx -x 'command-sequence buffer-write ; lyx-quit' does not write and does
not quit.
2015-11-11 22:25:18 +01:00
Georg Baum
83672113d3
Update documentation to current format
...
This was done by running development/tools/updatedocs.py and reverting
lib/doc/LFUNs.lyx in order to preserve the special header line.
2015-11-11 21:56:27 +01:00
Uwe Stöhr
4db6045a32
EmbeddedObjects.lyx: describe Reflectbox and friends
2015-11-05 00:53:35 +01:00
Uwe Stöhr
cb51493f94
EmbeddedObjects.lyx: describe rotate boxes properly
...
- We have now a module for them
(the description of scaled boxes etc will follow soon)
2015-11-04 00:13:45 +01:00
Uwe Stöhr
295a19dd73
EmbeddedObjects.lyx: remove an outdated info
...
the mentioned varioref bug was fixed 5 years ago
2015-10-25 23:02:03 +01:00
Uwe Stöhr
741e526713
EmbeddedObjects.lyx: revert unintended part of previous commit are commit correct stuff
...
- sorry, after some moths without LyXing I forgot most of the complicated git branch handling stuff
2015-10-18 19:05:41 +02:00
Uwe Stöhr
4745969b45
EmbeddedObjects.lyx: update appendix A
...
Since a while now we can translate the unit descriptions. For some special applications it is also necessary that the users know the LaTeX command of the relative units.
- also fix a typo in Customization.lyx
2015-10-18 18:57:15 +02:00
Uwe Stöhr
c0a55f3458
EmbeddedObjects.lyx: update all language versions after [d16a95af/lyxgit]
...
Please use change tracking when modifying the docs
2015-07-17 00:19:27 +02:00
Uwe Stöhr
945a348684
EmbeddedObjects.lyx: more updates for the box description
2015-06-01 23:03:55 +02:00
Uwe Stöhr
af4cb6db1c
EmbeddedObjects.lyx: describe the new box features
2015-06-01 02:46:59 +02:00
Uwe Stöhr
f69d5abffb
EmbeddedObjects.lyx: port recent changes from branch
2015-05-24 23:25:21 +02:00
Uwe Stöhr
f6029f7f93
EmbeddedObjects.lyx: improve description of \cmidrule
2015-04-30 01:22:50 +02:00
Uwe Stöhr
fd10b868ca
EmbeddedObjects.lyx; port recent changes to master
2015-02-13 02:18:29 +01:00
Vincent van Ravesteijn
1468a40bac
* doc/ja: Updates from Koji Yokota
2014-04-13 18:51:12 +02:00
Uwe Stöhr
0300a2ce66
Japanese EmbeddedObjects.lyx: fix a formatting
2014-03-31 23:19:13 +02:00
Uwe Stöhr
03830ba245
Japanese docs: another update from Koji
2014-03-27 00:46:41 +01:00
Uwe Stöhr
7288a1b4dc
doc files: push all changes sine master was closed and the updates from Koji
2014-03-27 00:17:25 +01:00
Uwe Stöhr
95a4fd0bbe
EmbeddedObjects.lyx: describe caption above/below
...
- also simplify the float section structure in the UserGuide.lyx
2014-03-06 00:01:35 +01:00
Uwe Stöhr
2a8de1b23d
EmbeddedObjects.lyx: describe the usage of \mbox
2014-02-27 23:52:30 +01:00
Uwe Stöhr
d54444c17a
EmbeddedObjects.lyx: describe \caption* in longtables
2014-02-23 23:39:41 +01:00
Uwe Stöhr
015c7fcc1f
EmbeddedObjects.lyx: accept changes and update preamble
2014-02-23 03:57:06 +01:00
Scott Kostyshak
895f828589
ja: change default output format from pdf3 to pdf
...
dvipdfmx emits a lot of warnings and Koji suggests ps2pdf.
Thanks to Koji for the advice.
Note that on Debian, I installed the following packages
to be able to compile with ps2pdf:
fonts-takao-mincho
fonts-ipafont-nonfree-jisx0208
fonts-ipaexfont-mincho
2013-10-07 18:33:58 -04:00
Kornel Benko
abe7eef13c
Replace the remaining bad urls with accsessible ones
...
Now all urls we use in our provided lyx-files
(doc, examples, templates)
use urls which really exist.
(If a url was meant merely as an example,
it was not touched, but added to file 'knownInvalidURLS'.)
2013-08-30 17:28:46 +02:00
Kornel Benko
4f043fba4d
Cmake build tests: href entries checked
...
Our lyx-files are referencing urls also with
a href inset. We check now also these.
search_url.pl: Added check for href
*.lyx: Corrected href
2013-08-28 19:51:19 +02:00
Scott Kostyshak
4d2dfe046f
Japanse docs: Remove non-arg 'MenuString'
...
'MenuString' is currently implemented only for arguments.
2013-08-27 04:54:28 -04:00
Scott Kostyshak
ec058c3872
Fix ja/EmbeddedObjects.lyx index issues
...
See #8786 for details.
2013-08-23 23:35:41 -04:00
Scott Kostyshak
2c2fe23921
Default output of all Japanese docs is now 'pdf3'
2013-08-20 03:00:57 -04:00
Scott Kostyshak
1052732e66
Japanese docs: translations from Koji
2013-08-05 19:15:56 -04:00
Uwe Stöhr
88ec176e88
Japanese docs: translations and corrections from Koji
2013-07-27 23:43:54 +02:00
Scott Kostyshak
d3c9f2e34c
Change default of Japanese docs to dvipdfm(x)
2013-07-22 23:38:35 -04:00
Uwe Stöhr
ef2071f2c8
EmbeddedObjects.lyx: cleanup
...
- use standard bullets
- formatting fixes
2013-01-26 03:43:08 +01:00
Uwe Stöhr
ff718ebaa5
initials.module: add the missing mandatory argument
...
- thanks to the new InsetArgument feature we can save all ERT for initials
2013-01-20 21:23:55 +01:00
Julien Rioux
0899e957c3
Fix bibliography indentation throughout LyX 2.1 source (part of #7458 ).
2013-01-12 08:41:59 +01:00
Uwe Stöhr
3fa7aeefec
port recent changes to master:
...
- EmbeddedObjects.lyx
- splash.lyx
2012-03-15 01:48:06 +01:00
Uwe Stöhr
d43406f035
EmbeddedObjects.lyx: description how to color every second table row
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40854 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-04 23:51:57 +00:00
Uwe Stöhr
877e68373b
EmbeddedObjects.lyx: lots of typos spotted by Scott Kostyshak and some small fixes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40733 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-12 03:16:05 +00:00
Uwe Stöhr
aca7f65121
- EmbeddedObjects.lyx: correct the description of Automatic Reference Naming
...
- Math.lyx: correct the preamble accordingly
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40731 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-12 02:17:32 +00:00
Uwe Stöhr
c316d3635a
documentation files: port changes from branch
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40720 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-11 05:05:25 +00:00
Uwe Stöhr
51e70b620b
EmbeddedObjects.lyx:
...
- new description how to color dashed table lines
- new section how to split table cells by diagonal lines
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40366 a592a061-630c-0410-9148-cb99ea01b6c8
2011-12-04 22:09:24 +00:00
Uwe Stöhr
900787723e
EmbeddedObjects.lyx: add section about the calculation of the table width
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40236 a592a061-630c-0410-9148-cb99ea01b6c8
2011-11-21 21:13:22 +00:00
Uwe Stöhr
4368237595
EmbeddedObjects.lyx: add info about the dvips color names and fix some issues
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40196 a592a061-630c-0410-9148-cb99ea01b6c8
2011-11-15 00:13:36 +00:00
Uwe Stöhr
d139b234b2
- EmbeddedObjects.lyx: update the description of the PDFPages template (thanks Liviu)
...
- chkconfig.ltx: pdfpages require eso-pic
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40181 a592a061-630c-0410-9148-cb99ea01b6c8
2011-11-13 05:21:02 +00:00
Uwe Stöhr
3643777d0f
port today's changes to trunk
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40175 a592a061-630c-0410-9148-cb99ea01b6c8
2011-11-12 03:03:15 +00:00
Uwe Stöhr
625de6d1f6
EmbeddedObjects.lyx:
...
- describe the new GnumericSpreadsheet feature and link to the example file
- link to the lilypond example file
- fix some links
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40125 a592a061-630c-0410-9148-cb99ea01b6c8
2011-11-01 05:55:21 +00:00
Uwe Stöhr
563dd1fb3a
- EmbeddedObjects.lyx: fix a nasty caption formatting bug spotted by Ignacio
...
- Spanish EmbeddedObjects.lyx: some fixes by Ignacio
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39547 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-28 13:37:30 +00:00
Uwe Stöhr
f363b83dbc
- Spanish documentation files: translations by Ignacio
...
- English EmbeddedObjects.lyx: fix a typo spotted by Ignacio
- EmbeddedObjects.lyx: make the file compilable also if the LaTeX-package lettrine is not installed
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39542 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-28 03:36:23 +00:00
Uwe Stöhr
49a71464f5
- EmbeddedObjects.lyx: fix broken link and remove unreferenced and unnecessary bibliography entry
...
- UserGuide.lyx: revise Appendix A, ass some info about cross-referencing
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39434 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-08 03:14:38 +00:00
Uwe Stöhr
0b1d0cef4a
EmbeddedObjects.lyx: fix bug #7328
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39398 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-31 16:44:22 +00:00
Uwe Stöhr
6cb62d3704
EmbeddedObjects.lyx: update a dialog description
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39394 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-31 02:58:30 +00:00
Uwe Stöhr
39360c4b98
EmbeddedObjects.lyx: describe a limitation of multirows
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39391 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-31 02:00:05 +00:00
Uwe Stöhr
5374de7fbd
documentation files:
...
- the \LyX macro is no longer fragile since r37164, therefore preamble code can go
- some intro cleanups and fixes to have an uniform layout for all language variants
- remove some obsolete text from Polish and Basque Additional.lyx versions
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39350 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-19 20:57:36 +00:00
Uwe Stöhr
1fa25c37ee
- UserGuide.lyx, EmbeddedObjects.lyx: some tweaks
...
- German UserGuide.lyx: some translations
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39347 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-19 13:19:18 +00:00
Uwe Stöhr
f679b658d8
- EmbeddedObjects.lyx: new chapter about objects surrounded by text
...
- Additional.lyx: remove obsolete section
- initials.module: add style that actually works
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39341 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-18 21:55:00 +00:00
Uwe Stöhr
5fd5b8be71
- UserGuide.lyx: LyX supports now setting of the paragraph indent width
...
- EmbeddedObjects.lyx: LyX supports now changing of greyed-out note text color
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39306 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-15 04:57:23 +00:00
Uwe Stöhr
394690c92c
doc files: port recent changes to trunk
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39205 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-29 02:23:34 +00:00
Uwe Stöhr
726af94261
doc files: port latest changes to trunk
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39030 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-13 14:57:52 +00:00
Pavel Sanda
63ab514088
Update Japanese documentation for 2.0, from Koji
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38397 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-15 08:33:40 +00:00
Uwe Stöhr
69463d7f13
EmbeddedObjects.lyx: description of new support for \includeonly , many thanks Jürgen!
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37124 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-06 02:17:54 +00:00
Uwe Stöhr
00e09baca1
Math.lyx, EmbeddedObjects.lyx: fix two issues spotted by Ignacio
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36819 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-10 19:55:09 +00:00
Uwe Stöhr
729ba31fed
EmbeddedObjects.lyx: correct description bug found by Ignacio
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36560 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-28 21:42:02 +00:00
Uwe Stöhr
46d4b73220
EmbeddedObjects.lyx:
...
- describe new table dialog behavior
- describe new table-wide vertical alignment feature
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36419 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-21 04:23:25 +00:00
Uwe Stöhr
6290083dbb
EmbeddedObjects.lyx: multirows:
...
- correct description about their alignment
- describe vertical offset
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36362 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-18 04:23:05 +00:00
Uwe Stöhr
b62ff6a6c8
- German EmbeddedObjects.lyx: remove wrong info
...
- EmbeddedObjects.lyx: remove sentence that is more confusing than informative (after I got user complaints)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35989 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-01 23:35:29 +00:00
Uwe Stöhr
1da4143b76
EmbeddedObjects.lyx: describe the new table cell alignment feature
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35737 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-20 23:56:00 +00:00
Uwe Stöhr
961397f89e
EmbeddedObjects.lyx: describe the new multirow feature
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35724 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-20 01:19:08 +00:00
Uwe Stöhr
0e75fecba7
EmbeddedObjects.lyx:
...
- update table toolbar and table settings description
- describe longtable alignment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35722 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-20 00:22:45 +00:00