-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TeX: Add format test for input command surrounded curly braces
- Loading branch information
Showing
6 changed files
with
107 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
% This file was generated with po4a. Translate the source file. | ||
% | ||
\documentclass[12pt]{article} | ||
\begin{document} | ||
|
||
same text in basic document | ||
|
||
{ same text in subtext.tex } | ||
|
||
another text in basic document | ||
|
||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# SOME DESCRIPTIVE TITLE | ||
# Copyright (C) YEAR Free Software Foundation, Inc. | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"POT-Creation-Date: 2024-09-15 12:25+0400\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#. type: document | ||
#: input-merge-basic-surrounded-curly-braces.tex:5 | ||
msgid "same text in basic document" | ||
msgstr "SAME TEXT IN BASIC DOCUMENT" | ||
|
||
#. type: document | ||
#: input-merge-basic-surrounded-curly-braces.tex:7 | ||
msgid "{ same text in subtext.tex }" | ||
msgstr "{ SAME TEXT IN SUBTEXT.TEX }" | ||
|
||
#. type: document | ||
#: input-merge-basic-surrounded-curly-braces.tex:9 | ||
msgid "another text in basic document" | ||
msgstr "ANOTHER TEXT IN BASIC DOCUMENT" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# SOME DESCRIPTIVE TITLE | ||
# Copyright (C) YEAR Free Software Foundation, Inc. | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"POT-Creation-Date: 2024-09-15 12:26+0400\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#. type: document | ||
#: input-merge-basic-surrounded-curly-braces.tex:5 | ||
msgid "same text in basic document" | ||
msgstr "" | ||
|
||
#. type: document | ||
#: input-merge-basic-surrounded-curly-braces.tex:7 | ||
msgid "{ same text in subtext.tex }" | ||
msgstr "" | ||
|
||
#. type: document | ||
#: input-merge-basic-surrounded-curly-braces.tex:9 | ||
msgid "another text in basic document" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
\documentclass[12pt]{article} | ||
\begin{document} | ||
|
||
same text in basic document | ||
|
||
{\input{subtext.tex}} | ||
|
||
another text in basic document | ||
|
||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
% This file was generated with po4a. Translate the source file. | ||
% | ||
\documentclass[12pt]{article} | ||
\begin{document} | ||
|
||
SAME TEXT IN BASIC DOCUMENT | ||
|
||
{ SAME TEXT IN SUBTEXT.TEX } | ||
|
||
ANOTHER TEXT IN BASIC DOCUMENT | ||
|
||
\end{document} |