Search found 40 matches

by abacus66
Thu Sep 08, 2022 8:52 am
Forum: Common Problems
Topic: Table link labelling
Replies: 5
Views: 1540

Re: Table link labelling

But the file "org.dita.pdf2\cfg\common\vars\ru.xml" is not used in the "com.oxygenxml.pdf.css" scenerio... My fault, somehow "ru.xml" from "org.dita.pdf2" is used by "com.oxygenxml.pdf.css" scenerio. But if I do not want to tweak the oxygen internal...
by abacus66
Wed Sep 07, 2022 8:09 pm
Forum: Common Problems
Topic: Table link labelling
Replies: 5
Views: 1540

Re: Table link labelling

My mistake, the modification I gave you works in fact for both XSL-FO and HTML5 & CSS PDF transformations. The "Table.title" text is used for link to tables too. But the file "org.dita.pdf2\cfg\common\vars\ru.xml" is not used in the "com.oxygenxml.pdf.css" scenerio...
by abacus66
Tue Sep 06, 2022 6:41 pm
Forum: Common Problems
Topic: Table link labelling
Replies: 5
Views: 1540

Re: Table link labelling

If you are using the DITA Map PDF - based on XSL-FO transformation scenario, you need to change the value of the <variable id="Table.title"> in org.dita.pdf2/cfg/common/vars/ru.xml. No, you didn't understand. I want to change "link to table", not table title. "In Table 1 re...
by abacus66
Tue Sep 06, 2022 10:04 am
Forum: Common Problems
Topic: Table link labelling
Replies: 5
Views: 1540

Table link labelling

Hi there!
I want to change link to table. I have set "args.tablelink.style" to NUMBER and have got "В Таблица 1 представлены...". But I want the link label to be "В Табл. 1 представлены...".
by abacus66
Thu Aug 04, 2022 7:37 pm
Forum: Common Problems
Topic: list-style-position: inside
Replies: 1
Views: 985

list-style-position: inside

Have a problem. When I create this piece of the code: *[class ~= "topic/ul"] { padding-left: 0mm; margin-top: 0.5em; margin-bottom: 0em; margin-left: 0em; margin-right: 0em; list-style-position: inside; } I've got this result — гражданских образцов авиационной техники; — образцов авиационн...
by abacus66
Sat May 21, 2022 10:17 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Dita PDF/CSS: header/footer box size
Replies: 2
Views: 779

Dita PDF/CSS: header/footer box size

HI there!
Is it possible to change the size of the header/footer boxes (top-left...)? In the documentation it is said:
Using a top-center box together with a top-left or top-right will create a sequence of three areas of identical width, with the top-center box occupying the center.
Is it firmly?
by abacus66
Thu May 19, 2022 7:38 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Dita PDF/CSS: table on cover page
Replies: 2
Views: 689

Dita PDF/CSS: table on cover page

Hi there,
Is it possible to place on the cover (front-page) after <booktitle> something like a revision table. Just that very case, a table with rows, columns and borders.
by abacus66
Sat Aug 14, 2021 8:56 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: indexterm doubts
Replies: 1
Views: 624

indexterm doubts

Good time of day or night! I have two definitions for <indexterm> in topic: <indexterm>C++<indexterm>Operator<indexterm>Functor</indexterm></indexterm></indexterm> <indexterm>C++<indexterm>Operator<indexterm>Functor<indexterm>Transparent operator</indexterm></indexterm></indexterm></indexterm> But a...
by abacus66
Wed Aug 04, 2021 3:48 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: abbrevlist
Replies: 1
Views: 625

abbrevlist

Sorry for rather silly question, but I cannot find any useful information about <abbrevlist>. How is it generated/used? What is content of this element? How is it related to <glossary> and <abbreviated-form>?

Unfortunately, I can't find any example :(
by abacus66
Mon May 10, 2021 12:59 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: glossSurfaceForm::before
Replies: 6
Views: 1360

Re: glossSurfaceForm::before

Thanks a lot!
Both methods (base64 and topicref) work.
by abacus66
Sat May 08, 2021 10:13 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: glossSurfaceForm::before
Replies: 6
Views: 1360

Re: glossSurfaceForm::before

I found that "images/note-surf.png" is not copied to the "images" directory. All other pictures are there.
by abacus66
Fri May 07, 2021 9:35 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: glossSurfaceForm::before
Replies: 6
Views: 1360

Re: glossSurfaceForm::before

Sorry! I forgot to indicate that it is DITA Map EPub transformation and version is 23.1 :?
by abacus66
Thu May 06, 2021 9:43 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: glossSurfaceForm::before
Replies: 6
Views: 1360

glossSurfaceForm::before

Hi!
Is it possible to add an image in front of glossSurfaceForm. I tried:

Code: Select all

.glossSurfaceForm::before {
   content: url("images/note-surf.png") " Surface form\a0\219d\a0\202f";
   ...
}
But nothing happens :?
by abacus66
Tue Apr 02, 2019 9:39 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA map PDF – based on HTML5 & CSS transformation
Replies: 14
Views: 5255

Re: DITA map PDF – based on HTML5 & CSS transformation

On the Index page, entry and links are on the deferent lines:

Code: Select all

Local Storage
............................................................. 9
How to make them to be on one line:

Code: Select all

Local Storage................................................ 9
by abacus66
Wed Mar 20, 2019 9:55 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA map PDF – based on HTML5 & CSS transformation
Replies: 14
Views: 5255

Re: DITA map PDF – based on HTML5 & CSS transformation

Dan wrote:As a workaround, you can hide the "Note: " label:

Code: Select all


*[class ~= "glossentry/glossUsage"] > .note__title {
display: none;
}
Thanks, it works.
by abacus66
Tue Mar 19, 2019 9:27 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA map PDF – based on HTML5 & CSS transformation
Replies: 14
Views: 5255

Re: DITA map PDF – based on HTML5 & CSS transformation

Dan wrote:As a workaround, copy the selector in your customization CSS:

Code: Select all


*[class ~= "glossentry/glossUsage"]:before {
content: "Usage: ";
}
I've tried this before I revealed this issue. But I've got: "Usage: Note: ..."
by abacus66
Fri Mar 15, 2019 3:00 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA map PDF – based on HTML5 & CSS transformation
Replies: 14
Views: 5255

Re: DITA map PDF – based on HTML5 & CSS transformation

In glossentry there is a code <glossBody> <glossUsage>Something...</glossUsage> </glossBody> In output PDF instead of "Usage: " I have "Note: " In the CSS inspector -i18n-en.css:305 *[class~='topic/note']:before { content : url(../img/note.svg) " Note: " ; } -i18n-en.cs...
by abacus66
Wed Mar 06, 2019 4:06 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA map PDF – based on HTML5 & CSS transformation
Replies: 14
Views: 5255

Re: DITA map PDF – based on HTML5 & CSS transformation

Now you say that you have only @page front-page { background-color: navy; } in your custom.css I've done this for the purity of the experiment :D But now I think I've found the initial cause of the problem. In the PDF on the title page two artifacts appeared when I accidentally select the "Ash...
by abacus66
Wed Mar 06, 2019 2:29 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA map PDF – based on HTML5 & CSS transformation
Replies: 14
Views: 5255

Re: DITA map PDF – based on HTML5 & CSS transformation

I have only this rule in my custom.css

Code: Select all

@page front-page {
background-color: navy;
}
And this is what a cover page looks like:

Code: Select all

https://drive.google.com/open?id=1dSJIvB39W7J1xdqgQIdLJlzQTDNq9GpN
by abacus66
Wed Mar 06, 2019 10:56 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA map PDF – based on HTML5 & CSS transformation
Replies: 14
Views: 5255

Re: DITA map PDF – based on HTML5 & CSS transformation

Another question: *[class ~= "front-page/front-page-title"] { display: block; text-align: right; margin-top: 3in; font-family: consolas; font-size: 3em; font-weight: bold; color: khaki; } @page front-page { background-image: url("images/abacus-back.png"); background-size: 100% 10...
by abacus66
Tue Mar 05, 2019 4:34 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA map PDF – based on HTML5 & CSS transformation
Replies: 14
Views: 5255

DITA map PDF – based on HTML5 & CSS transformation

Hi there! Today I've tried the "subject". In the resulting PDF the Cyrillic text is "#####" and the font is "PTSans-Regular". I cannot figure out where the default font is set. When I include in custom.css something like * { font-family: "Times New Roman"; } a...
by abacus66
Tue Feb 26, 2019 4:29 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA WebHelp Responsive related-links
Replies: 6
Views: 2835

Re: DITA WebHelp Responsive related-links

You might be using a custom DITA-OT or other XSLT customization, not necessary a WebHelp Responsive scenario customization. Could you please test using the following configuration: - a clean installation of oXygen XML in a clean new installation directory; - please use the built-in DITA-OT (Option ...
by abacus66
Sat Feb 23, 2019 10:48 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA WebHelp Responsive related-links
Replies: 6
Views: 2835

Re: DITA WebHelp Responsive related-links

Most probably you have a custom DITA-OT, or an XSLT customization that generates this.
So you have to identify these templates and set a priority for them if they are located in your customization.
Alas, I have this issue when I use unmodified WebHelp Responsive scenario...
by abacus66
Sat Feb 16, 2019 10:47 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA WebHelp Responsive related-links
Replies: 6
Views: 2835

Re: DITA WebHelp Responsive related-links

OK. This is test map : <bookmap xml:lang="en-GB"> <booktitle> <mainbooktitle>Dr. ABacus' TEST</mainbooktitle> </booktitle> <bookmeta/> <frontmatter> <booklists> <toc/> <tablelist/> <figurelist/> </booklists> </frontmatter> <part navtitle="TEST"/> <backmatter> <booklists> <glossar...
by abacus66
Wed Feb 13, 2019 3:41 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA WebHelp Responsive related-links
Replies: 6
Views: 2835

DITA WebHelp Responsive related-links

Hi there! I've grouped glossentry elements under glossgroup in files. When I generate WebHelp Responsive output I have got some errors of a kind: Ambiguous rule match for /glossgroup/glossentry[1]/related-links[1]/link[1] Ambiguous rule match for /glossentry/related-links[1]/link[1] But result is OK...
by abacus66
Thu Nov 01, 2018 10:01 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: CSS-Based PDF: xref counters
Replies: 2
Views: 1555

Re: CSS-Based PDF: xref counters

This is a known issue that we already tried to avoid in the next version of oXygen. As we tried to include the fix in our internal development stream, I just sent you the latest nightly build by email. You could test if the numbering for your referred tables/figures is correct when using the latest...
by abacus66
Wed Oct 31, 2018 10:42 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: CSS-Based PDF: xref counters
Replies: 2
Views: 1555

CSS-Based PDF: xref counters

Good time of day! Something wrong happens with xref output. My figure/table titles are numbered across the chapter: Figure 1.3: ... Table 5.13. ... But cross-references have wrong numbering: ...(Figure 1 (page 57))... ...(Table 4 (page 159))... Unfortunately, I cannot find where to customize this be...
by abacus66
Wed Oct 10, 2018 2:21 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: CSS-Based PDF: navigation pane
Replies: 8
Views: 3550

Re: CSS-Based PDF: navigation pane

If you have a topic-head with a glossary and an indexlist present in your DITA Map, they should be present by default in the PDF output. Do you mean "navtitle"? There is nothing special: <backmatter> <booklists> <glossarylist navtitle="Glossary"> … <topicset href="glossary/...
by abacus66
Wed Oct 10, 2018 11:41 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: CSS-Based PDF: navigation pane
Replies: 8
Views: 3550

Re: CSS-Based PDF: navigation pane

OK, another question. There are no Index and Glossary on the Bookmarks pane. How to include these topics into bookmark list?
by abacus66
Mon Oct 08, 2018 2:54 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: CSS-Based PDF: navigation pane
Replies: 8
Views: 3550

Re: CSS-Based PDF: navigation pane

Frankly it is just out of curiosity. Prince XML generates PDF with the navigation pane hidden by default.