Search found 10 matches
- Thu Nov 29, 2018 1:28 pm
- Forum: Common Problems
- Topic: Numbering problems
- Replies: 12
- Views: 3393
Re: Numbering problems
it's a sad that so of course, but still, thank you very much!
- Thu Nov 29, 2018 12:39 pm
- Forum: Common Problems
- Topic: Numbering problems
- Replies: 12
- Views: 3393
Re: Numbering problems
Yep, it's working. Thanks Dan. I spended 2 days for resolve this issue. And there is so simple solution - ''counter-reset: page section1;" Need more knowledge for me ) Dan,could you spare a moment? I need some help (again), please. In the screenshot marked the places where the distance after the dot...
- Thu Nov 29, 2018 12:11 pm
- Forum: Common Problems
- Topic: Numbering problems
- Replies: 12
- Views: 3393
Re: Numbering problems
Here is what happens when numbering in this example


- Thu Nov 29, 2018 11:46 am
- Forum: Common Problems
- Topic: Numbering problems
- Replies: 12
- Views: 3393
Re: Numbering problems
Hello Dan! For testing, I use an example IT-Book map from the catalog ../data / it-book and as a test file I use css file p-optional-numbering-deep.css. Even under such default parameters, the numbering of the first Chapter does not begin with the number 1. If i use the p-numbering-shadow.css file, ...
- Wed Nov 28, 2018 9:24 pm
- Forum: Common Problems
- Topic: Numbering problems
- Replies: 12
- Views: 3393
Numbering problems
Hi. There is a small question. I try to build numbering in the document, using p-optional-numbering-deep.css file and tips from the site for some help. But at the same time I get this thing. https://cdn1.savepice.ru/uploads/2018/11/28/ae30deb5dac6bc1726c28965f37e8aa9-full.png мягкая мебель What is w...
- Fri Sep 14, 2018 3:00 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Avoid Chapter numbering of some topics
- Replies: 8
- Views: 2890
Re: Avoid Chapter numbering of some topics
Hello Dan.
This example does not work. The word Chapter is not removed
This example does not work. The word Chapter is not removed
- Tue Sep 11, 2018 1:54 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Avoid Chapter numbering of some topics
- Replies: 8
- Views: 2890
Re: Avoid Chapter numbering of some topics
How i can to remove only the "chapter" word and leave the chapter numbering.
- Tue Sep 04, 2018 4:05 pm
- Forum: Common Problems
- Topic: format-date(current-date()) problem
- Replies: 5
- Views: 2811
Re: format-date(current-date()) problem
It looks like Saxon HE is limited by design: https://sourceforge.net/p/saxon/mailman/message/26849522/ The only workaround is to format the date like this: ... content: oxy_xpath("let $cm:= format-date(current-date(), '[MNn]') \ return concat( \ if ($cm= 'January') then 'JAN' else \ if ($cm= 'Febru...
- Tue Sep 04, 2018 2:09 pm
- Forum: Common Problems
- Topic: format-date(current-date()) problem
- Replies: 5
- Views: 2811
Re: format-date(current-date()) problem
There is a syntax error in your XPath expression, it misses a comma and you should use singe quotes around the 'ru' token, since the entire expression is already enclosed in double quotes: The correct form is: ... content: oxy_xpath("format-date(current-date(), '[MNn] [Y0001]', 'ru', (), ())"); ......
- Thu Aug 30, 2018 7:51 pm
- Forum: Common Problems
- Topic: format-date(current-date()) problem
- Replies: 5
- Views: 2811
format-date(current-date()) problem
Hello! I'm trying to set the 'current-date' string at the title page for displaying the current date by using 'ru' localization. But something work wrong. when the compilation of pdf is completed, this line is displayed '[Language: en] August 2018'. In default parameters with no locale argument ('en...