From b4966a1eb388fba287627bc2be9ed9a5ddb3cf10 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 26 Mar 2016 19:49:34 +0100 Subject: [PATCH 01/10] Create part.texiteasy-macro --- source/data/macros/Structure/part.texiteasy-macro | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 source/data/macros/Structure/part.texiteasy-macro diff --git a/source/data/macros/Structure/part.texiteasy-macro b/source/data/macros/Structure/part.texiteasy-macro new file mode 100644 index 0000000..f4011fe --- /dev/null +++ b/source/data/macros/Structure/part.texiteasy-macro @@ -0,0 +1,10 @@ + + Part + + Tab + + (part) + + + + From cdf5965822ed18211adabb9fd3f9960387e3f3c5 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 26 Mar 2016 20:22:04 +0100 Subject: [PATCH 02/10] Create chapter.texiteasy-macro --- source/data/macros/Structure/chapter.texiteasy-macro | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 source/data/macros/Structure/chapter.texiteasy-macro diff --git a/source/data/macros/Structure/chapter.texiteasy-macro b/source/data/macros/Structure/chapter.texiteasy-macro new file mode 100644 index 0000000..9b40893 --- /dev/null +++ b/source/data/macros/Structure/chapter.texiteasy-macro @@ -0,0 +1,10 @@ + + Chapter + + Tab + + (ch|cha|cha|chap|chapt|chapte|chapter) + + + + From fd0c8ef363189f315ce7f2ada7e58d81135055d9 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 26 Mar 2016 20:24:35 +0100 Subject: [PATCH 03/10] Update paragraph.texiteasy-macro --- source/data/macros/Structure/paragraph.texiteasy-macro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/data/macros/Structure/paragraph.texiteasy-macro b/source/data/macros/Structure/paragraph.texiteasy-macro index 06a706b..bd46f8e 100644 --- a/source/data/macros/Structure/paragraph.texiteasy-macro +++ b/source/data/macros/Structure/paragraph.texiteasy-macro @@ -3,8 +3,8 @@ Tab - (pa(r|ra|rag|ragr|ragra|ragrap|ragraph)) + (par|paragraph) - \ No newline at end of file + From 828aba94e13fdbbbfa5ede35560e9f8804e1a9fd Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 26 Mar 2016 20:25:14 +0100 Subject: [PATCH 04/10] Update chapter.texiteasy-macro --- source/data/macros/Structure/chapter.texiteasy-macro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/data/macros/Structure/chapter.texiteasy-macro b/source/data/macros/Structure/chapter.texiteasy-macro index 9b40893..4beca70 100644 --- a/source/data/macros/Structure/chapter.texiteasy-macro +++ b/source/data/macros/Structure/chapter.texiteasy-macro @@ -3,7 +3,7 @@ Tab - (ch|cha|cha|chap|chapt|chapte|chapter) + (chap|chapter) From c129b057e88a902b659486c4d22a0ab3ddb6150c Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 26 Mar 2016 20:26:38 +0100 Subject: [PATCH 05/10] Update section.texiteasy-macro --- source/data/macros/Structure/section.texiteasy-macro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/data/macros/Structure/section.texiteasy-macro b/source/data/macros/Structure/section.texiteasy-macro index 6bfec88..e29f2e7 100644 --- a/source/data/macros/Structure/section.texiteasy-macro +++ b/source/data/macros/Structure/section.texiteasy-macro @@ -3,8 +3,8 @@ Tab - (sec|sect|secti|sectio|section) + (sec|sect|section) - \ No newline at end of file + From 4bed097bc7e6a25a65c1435d3b5e5b82223d78f9 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 26 Mar 2016 20:27:13 +0100 Subject: [PATCH 06/10] Update subsection.texiteasy-macro --- source/data/macros/Structure/subsection.texiteasy-macro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/data/macros/Structure/subsection.texiteasy-macro b/source/data/macros/Structure/subsection.texiteasy-macro index e993c2b..f11475d 100644 --- a/source/data/macros/Structure/subsection.texiteasy-macro +++ b/source/data/macros/Structure/subsection.texiteasy-macro @@ -3,8 +3,8 @@ Tab - (sub(se|sec|sect|secti|sectio|section)) + (ssec|ssection|subsection) - \ No newline at end of file + From 47a74d60bd81f835930c3aa9b691e176c31a0433 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 26 Mar 2016 20:28:47 +0100 Subject: [PATCH 07/10] Update subsubsection.texiteasy-macro --- source/data/macros/Structure/subsubsection.texiteasy-macro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/data/macros/Structure/subsubsection.texiteasy-macro b/source/data/macros/Structure/subsubsection.texiteasy-macro index 4e4a8d8..29fc58d 100644 --- a/source/data/macros/Structure/subsubsection.texiteasy-macro +++ b/source/data/macros/Structure/subsubsection.texiteasy-macro @@ -3,8 +3,8 @@ Tab - (subsub(se|sec|sect|secti|sectio|section)) + (sssect|sssection|subsubsection) - \ No newline at end of file + From c966c0d8c6029a053c194a7af7a22258efcbeb78 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 26 Mar 2016 20:30:19 +0100 Subject: [PATCH 08/10] Create subparagraph.texiteasy-macro --- .../data/macros/Structure/subparagraph.texiteasy-macro | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 source/data/macros/Structure/subparagraph.texiteasy-macro diff --git a/source/data/macros/Structure/subparagraph.texiteasy-macro b/source/data/macros/Structure/subparagraph.texiteasy-macro new file mode 100644 index 0000000..6bb841e --- /dev/null +++ b/source/data/macros/Structure/subparagraph.texiteasy-macro @@ -0,0 +1,10 @@ + + Subparagraph + + Tab + + (spar|sparagraph|subpar|subparagraph) + + + + From 1c3df252d4824a6fafb5f6e31a5b7b79821280aa Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 26 Mar 2016 20:31:25 +0100 Subject: [PATCH 09/10] Update subsection.texiteasy-macro --- source/data/macros/Structure/subsection.texiteasy-macro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/data/macros/Structure/subsection.texiteasy-macro b/source/data/macros/Structure/subsection.texiteasy-macro index f11475d..9587210 100644 --- a/source/data/macros/Structure/subsection.texiteasy-macro +++ b/source/data/macros/Structure/subsection.texiteasy-macro @@ -3,7 +3,7 @@ Tab - (ssec|ssection|subsection) + (ssec|ssect|ssection|subsec|subsect|subsection) From db827c54b5c2dfc30f9eba57f13d77e054172d75 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 26 Mar 2016 20:31:48 +0100 Subject: [PATCH 10/10] Update subsubsection.texiteasy-macro --- source/data/macros/Structure/subsubsection.texiteasy-macro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/data/macros/Structure/subsubsection.texiteasy-macro b/source/data/macros/Structure/subsubsection.texiteasy-macro index 29fc58d..350ece4 100644 --- a/source/data/macros/Structure/subsubsection.texiteasy-macro +++ b/source/data/macros/Structure/subsubsection.texiteasy-macro @@ -3,7 +3,7 @@ Tab - (sssect|sssection|subsubsection) + (sssec|sssect|sssection|subsubsec|subsubsect|subsubsection)