After rebuilding the library the {u14 `unique catch all string`} group was not needed anymore.
Regards,
Martin
Search found 3 matches
- Sun Aug 17, 2014 7:49 am
- Forum: Bookends
- Topic: Conditional literal string output based on additional field?
- Replies: 4
- Views: 2944
- Sat Aug 16, 2014 10:49 am
- Forum: Bookends
- Topic: Conditional literal string output based on additional field?
- Replies: 4
- Views: 2944
Re: Conditional literal string output based on additional fi
Thanks!
This is what I ended up with(below is book instead of book chapter):
--u8 is English language flag, u20 is Swedish language flag.
--{u14 `unique catch all string`} needed to avoid nil object error if neither u2 or u3 has any content.
a. (d). t`(`{u8 `Trans. `u3` `^}{u20 `Översättn. `u3 ...
This is what I ended up with(below is book instead of book chapter):
--u8 is English language flag, u20 is Swedish language flag.
--{u14 `unique catch all string`} needed to avoid nil object error if neither u2 or u3 has any content.
a. (d). t`(`{u8 `Trans. `u3` `^}{u20 `Översättn. `u3 ...
- Fri Aug 15, 2014 12:21 pm
- Forum: Bookends
- Topic: Conditional literal string output based on additional field?
- Replies: 4
- Views: 2944
Conditional literal string output based on additional field?
Hello,
I want to output different strings in the bibliography based on the language of the title. Thinking that a field could be used as a flag for conditional groups, somehow. Original(English):
a. (d). t `(`u3*~, Trans.~`).` ` In `e$ (Ed++.), $v `(`u2~ ed.~$, $~Vol. ~u14|~, p. ^, pp. ~p-`). `l: u ...
I want to output different strings in the bibliography based on the language of the title. Thinking that a field could be used as a flag for conditional groups, somehow. Original(English):
a. (d). t `(`u3*~, Trans.~`).` ` In `e$ (Ed++.), $v `(`u2~ ed.~$, $~Vol. ~u14|~, p. ^, pp. ~p-`). `l: u ...