mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Simplify regexes for combinations XeTeX + TeX fonts
This commit is contained in:
parent
7bbf19c64a
commit
eec7c4b654
@ -36,6 +36,14 @@ Sublabel: special
|
||||
# Documents that do not work with all exports
|
||||
# ===========================================
|
||||
|
||||
# XeTeX with TeX fonts
|
||||
######################
|
||||
# XeTeX with TeX-fonts works only for input encodings "utf8-plain" and "ascii".
|
||||
# Ignore documents with other inputencoding values
|
||||
# but still allow dedicated XeTeX tests:
|
||||
!export/export/.*xetex.*_pdf4_texF
|
||||
export/.*/(|ar|ca|cs|da|de|en|el|es|eu|fa|fr|gl|he|hu|id|it|nb||nl|pl|pt|pt_BR|pt_PT|ro|ru|sk|sl|sr|sv|uk).*_pdf4_texF
|
||||
|
||||
# Only PDFLaTeX
|
||||
###############
|
||||
# Inside these two files, we state that they should only be expected
|
||||
@ -67,19 +75,6 @@ export/examples/Articles/Chess/Game_2_pdf[25].*
|
||||
export/examples/(|fr/)Presentations/Powerdot_pdf[25].*
|
||||
export/examples/Modules/Chessboard_(lyx(16|20|21|22|23)|(pdf5|dvi3)_texF)
|
||||
|
||||
# XeTeX with TeX fonts
|
||||
######################
|
||||
# XeTeX with TeX-fonts works only for input encodings "utf8-plain" and "ascii".
|
||||
# Ignore documents with other inputencoding values:
|
||||
export/doc/(|ar|ca|cs|da|de|en|el|es|eu|fa|fr|gl|he|hu|id|it|nb||nl|pl|pt|pt_BR|pt_PT|ro|ru|sk|sl|sr|sv|uk).*_pdf4_texF
|
||||
export/examples/(|ar|ca|cs|da|de|en|el|es|eu|fa|fr|gl|he|hu|id|it|nb||nl|pl|pt|pt_BR|pt_PT|ro|ru|sk|sl|sr|sv|uk).*_pdf4_texF
|
||||
export/mathmacros/.*_pdf4_texF
|
||||
export/templates/(|ar|ca|cs|da|de|en|el|es|eu|fa|fr|gl|he|hu|id|it|nb||nl|pl|pt|pt_BR|pt_PT|ro|ru|sk|sl|sr|sv|uk).*_pdf4_texF
|
||||
export/tabletemplates/.*_pdf4_texF
|
||||
# allow dedicated XeTeX tests:
|
||||
!export/export/.*xetex.*_pdf4_texF
|
||||
export/export/.*_pdf4_texF
|
||||
|
||||
# pLaTeX
|
||||
########
|
||||
# ignore with pdflatex and Xe/LuaTeX with 8-bit fonts:
|
||||
|
Loading…
Reference in New Issue
Block a user