diff options
Diffstat (limited to 'include/bookf')
-rw-r--r-- | include/bookf | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/include/bookf b/include/bookf index 1bd6136..dac4bdd 100644 --- a/include/bookf +++ b/include/bookf @@ -1040,7 +1040,12 @@ def @BookSetup } @PartNumber @Case { - "" @Yield @Null + "" @Yield { + @PartTitle @Case { + "" @Yield @Null + else @Yield @Part + } + } else @Yield @Part } // @@ -1239,7 +1244,12 @@ def @BookSetup } @PartNumber @Case { - "" @Yield @Null + "" @Yield { + @PartTitle @Case { + "" @Yield @Null + else @Yield @Part + } + } else @Yield @Part } // |