Kornel Benko
5ac4411920
Amend(9) of c0ee28a7
2024-10-10 15:53:10 +02:00
Kornel Benko
6e7a795ed1
Amend(8) of c0ee28a7
2024-10-09 17:35:55 +02:00
Kornel Benko
9b1ac44613
Amend(6) of c0ee28a7
2024-10-08 16:51:19 +02:00
Kornel Benko
96c294591c
Amend(2) of c0ee28a7
2024-10-07 16:51:45 +02:00
Kornel Benko
c0ee28a7c9
Corrected some used URL's in our lyx files
...
Thanks Jean-Pierre, Pavel, Scott
2024-10-07 12:22:45 +02:00
Juergen Spitzmueller
67d3c6f8b3
Work around bug in aa.cls
2024-09-25 11:44:32 +02:00
Juergen Spitzmueller
49904f5d3d
A&A does not work with polyglossia
...
(babel is hardcoded in the class)
2024-09-15 18:36:23 +02:00
Juergen Spitzmueller
7340fe5d65
Fixup some more Japanese templates
...
All of these rely on non-polyglossia language support
2024-09-14 14:43:43 +02:00
Juergen Spitzmueller
80fdb6ba42
Fixup Japanese Article template
...
This one relies on its own language support
2024-09-14 14:38:47 +02:00
Richard Kimberly Heck
db1d2c7769
Replace lyx2lyx code with native solution
...
(cherry picked from commit 46f2fd1a74
)
2024-08-21 11:27:35 -04:00
Juergen Spitzmueller
c0f785e366
fix A&A template
2024-08-20 17:38:28 +02:00
Juergen Spitzmueller
503bc42d7e
Fix file name
...
This way, we still have a string freeze break, but it is at least only
one string :-(
(and no, it does not matter whether the translation of this string is
identical to the English string)
2024-03-05 15:52:22 +01:00
Jürgen Spitzmüller
a48e32fbe6
Amend e530f71f8f
...
I suppose the template file should not have been deleted, but moved.
2024-03-05 15:30:17 +01:00
jpc
a8bb10fe09
Typo in file name
2024-03-05 10:32:23 +01:00
jpc
e530f71f8f
Additional.lyx : a number of typos and update aastex to version 631
2024-03-05 10:18:55 +01:00
Richard Kimberly Heck
d302d6b20f
Update docs
2024-01-11 11:06:40 -05:00
Scott Kostyshak
cc66c75593
Revert "Fix compilation of es/Letter standard class"
...
This fix hardcoded a language package and was specific to this
document.
The next commit will introduce a better fix, thanks to Udi and
Jürgen.
This reverts commit fa67f70992
.
2023-09-29 10:23:26 -04:00
Scott Kostyshak
fa67f70992
Fix compilation of es/Letter standard class
...
The problem, described by Udi, was the following:
See section 1.10 of babel's manual, on page 12 under
"TROUBLESHOOTING". There cannot be
a closing curly brace after a shorthand, and in babel-spanish ">" is a
shorthand.
Patch from Dan.
For more discussion, see the following ML thread:
https://www.mail-archive.com/search?l=mid&q=rwwvyyvwmx5wwvwhqdaioil32hblkzi7ghokzgekksrf66ww3f%40u6nj3guoayay
2023-09-23 20:38:10 -04:00
Pavel Sanda
a624e52c95
+ es/Letter standard class (from Dan)
2023-09-19 23:48:31 +02:00
Pavel Sanda
24ed90b853
+ ca/Letter standard class (from Dan)
2023-09-19 23:41:52 +02:00
Scott Kostyshak
0784e08062
Fix \origin of newly added ja books and reports
2023-02-16 12:07:51 -05:00
Scott Kostyshak
8bf93b35a1
Fix \origin of newly added files
2023-02-16 12:05:07 -05:00
Juergen Spitzmueller
62ea103662
Completion of Japanese classes, by Koji Yokota ( #12658 ).
2023-02-16 08:59:27 +01:00
Scott Kostyshak
795d5c408d
Fix more ja documents for LuaTeX/XeTeX + systemF
...
I used the following command inside the ja directories, and
confirmed the diff manually:
git ls-files -z | xargs -0 sed -i -e 's/\\font_typewriter "default" "default"/\\font_typewriter "default" "IPAGothic"/'
These changes are consistent with 6656dd22
.
2023-01-30 13:36:58 -05:00
Richard Kimberly Heck
fadf8ca68f
Update doc format
2022-12-25 12:48:19 -05:00
Pavel Sanda
5e290e4bf9
Move Kluwer template to attic.
...
(We leave layout where it is to be compatible with old docs.)
2022-12-18 17:37:50 +01: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
Juergen Spitzmueller
af7f4b90ef
Update IEEE Transactions Conference template
...
The crucial change here is bib file encoding, which is latin9.
2022-12-10 12:59:50 +01:00
Juergen Spitzmueller
5d90968f7a
Arabic Beamer: set XeTeX as Default Output Format
...
LuaTeX (luabidi, for that matter) does not work well.
Also set some command texts in ERT, for readability.
2021-01-09 09:07:25 +01:00
Juergen Spitzmueller
92284d1c36
Make Arabic Beamer compile
2021-01-08 09:46:59 +01:00
Richard Kimberly Heck
469d3270ae
Arabic Beamer template
2021-01-03 19:23:39 -05:00
Richard Kimberly Heck
469168e592
Update documentation
2020-12-29 12:03:05 -05:00
Thibaut Cuvelier
b2ec2ff1a9
DocBook: slightly change the Copernicus template to be valid DocBook.
...
This is just adding an author instead of leaving the field blank.
2020-11-28 04:56:19 +01:00
Juergen Spitzmueller
80e9f7f426
Fixup Apa7 template
2020-08-15 09:52:35 +02:00
Thibaut Cuvelier
8a6e500570
Remove old example, as its mechanisms are now deprecated.
2020-07-02 15:27:20 +02:00
Kornel Benko
3af543455b
Rename a file to comform with the layout description
...
Saves one translatable string
2020-06-11 12:08:48 +02:00
Kornel Benko
11f922b676
Amend f7d6a0b7
: Add template for APA v.7
...
Copy-Paste error, slipped in unintended
2020-06-09 21:37:58 +02:00
Kornel Benko
f7d6a0b7fa
Add template for APA v.7
...
Based on TL20 texmf-dist/doc/latex/apa7/samples/longsample.tex
2020-06-09 19:24:42 +02:00
Pavel Sanda
cf628911d0
Add new template for Hebrew.
...
Provided by Guy Rutenberg, available also here:
https://github.com/guyru/lyx-hebrew-templates
2020-05-04 13:05:36 +02:00
Scott Kostyshak
48f88d550e
Obs. APA: fix missing citations
...
The document now compiles and the ctests pass.
2019-09-02 22:22:20 -04:00
Scott Kostyshak
0344284e9b
Fix origin path of three obsolete docs
2019-09-02 22:20:45 -04:00
Scott Kostyshak
9efa348232
J of Acoustical Society: add a space before cite
...
Without the space, the citation followed directly the word "in".
2019-08-29 17:09:20 -04:00
Scott Kostyshak
d05b2f16c5
J of Acoustical Society: fix missing citations
...
This restores compilation of the file and all ctests work as
expected.
2019-08-28 21:52:00 -04:00
Juergen Spitzmueller
e8d8716735
recode file in utf8
2019-07-13 12:08:41 +02:00
Günter Milde
cb3e79f9a0
Use utf8 as inputenc for documentation, examples, and templates.
2019-05-08 21:29:01 +02:00
Günter Milde
e4881633ec
Set inputenc for Spanish documentation to utf8
...
Works around a bug in Spanish-Babel that led to wrong output with LuaTeX and TeX fonts.
2019-04-20 21:39:49 +02:00
Günter Milde
0e11914929
Set non-TeX fonts supporting Japanese in Japanese documents.
2019-04-12 18:08:17 +02:00
Günter Milde
2e854cd36c
ctest update.
...
* some Japanese (platex) documents fail with inputenc "utf8-platex"
(missing characters in non-Japanese text parts), because the
Unicodechar definitions from "inputenc" are not used.
* some Japanes (platex) documents show wrong output with "auto",
because platex ignores the encoding switch for text parts
in other languages.
* Japanese Beamer documents must set default output to "pdf",
because dvipdfm(x) produces wrong output with document class "Beamer".
* update tagging/inverting rules.
* use HE8 font encoding for Hebrew in language test.
2019-04-02 16:46:26 +02:00
Kornel Benko
0b29581905
Fix some non-accessible URLS
...
Also don't check attic, devel or obsolete files
Not found good replacements for
http://texcatalogue.ctan.org/bytopic.html
http://www.tiresias.org/research/reports/braille_cell.htm
2019-03-31 00:15:52 +01:00
Kornel Benko
71e00496ee
Amend 7644c32a
: corrected path
2019-03-29 12:26:33 +01:00