wonblee
About
- Username
- wonblee
- Joined
- Roles
- Member
Comments
-
Yes, I've read the specification supplement, but that part was a little hard to decipher. I wanted to write a code to produce a citation format like Example 4 in the supplement. The above was what I came up with, which triggers an error in the vali…
-
@fbennett, It's not the space in this case. Get rid of the space to make it prefix="(" and you still get the error.
-
Now I understand that not all styles that work validate. So this may or may not be an issue to be addressed.
-
@fbennett Yes, that I understand. The problem is cs:number will split "2014-1" into two if there is an affix. cs:text works, so problem solved.
-
This is funny. It does seem that CSL-m will take a number field in cs:text after all. CSL-m validator set off "error: attribute ^variable with invalid value "volume" ", so I assumed it was not going to work.
-
I think prefixes don't allow trailing space and suffixes leading space. More importantly, this code causes an error only with the validator, not with MLZ itself. Below is the error I incur. stdin:413:8: error: attribute ^name with invalid value "sh…
-
@fbennett, When you can get around to it, could you also amend your helpful web page on MLZ-to-CSL mapping for posterity's sake? It maps "institution" to "publisher" for the report type. I got tripped up again. http://fbennett.github.io/z2csl/di…
-
Ok, I think I found why. FN #1 Author A, Work X ... FN #11 Author A, Work X at 10 FN #14 Author A, Work X at 15 Sorry, I wasn't looking closely enough. Work X was cited in the preceding footnote in the scenario, but with a different pincite. Sin…
-
https://gist.github.com/anonymous/8834072
-
With near-note-distance="3", let's assume FN #1 Author A, Work X ... FN #11 Author A, Work Y FN #12 Author A, Work X (There is no other work of Author A between FN #1 and FN #11.) In the style, I have a cs:choose that tests position for "first", …
-
I'm versed in Word's style, and I've switched the font in the footnote style. Signals like Ibid transform successfully, but some citations resist the style change. Is the following error a clue? It mentions "SetText", so I have a feeling that it ma…
-
Got it. I meant for it to boost productivity, so if it counters productivity, there is no reason to continue the practice. I'll look forward to Vanilla 2.
-
@fbennett, Thanks for the confirmation.
-
I've slightly re-phrased the question. I'd really appreciate it if one of the developers could answer this quick question.
-
I almost accidentally found that adding position="subsequent" solved my issue of non-initialization. I'm not sure why the absence of position="subsequent" affected the initialization. (I set the near-note-distance so high that nothing was going to f…
-
Actually, with the near-note-distance so large, I always get "near-note" . (I set an artificially large number for testing.) If you try it, you will see it immediately. Only the first citation passes through foreign-periodical-first and the rest goe…
-
I did, but still couldn't pin down the culprit. Below is a barebone style with codes for just books and journal articles. https://gist.github.com/anonymous/8703623 It passed the CSL-m validator too. What I want to achieve is to fully spell out th…
-
I may have run into a different flavor of this same bug. In my case, I can attribute failure-to-initialize and/or failure-to-disambiguate to the combination of cs:choose based on position and disambiguation. (Initialization and/or disambiguation…
-
Thanks! you were absolutely right. Unlike straight quotes, I was able to put curly quotes directly into affixes and prefixes.
-
Any plan on this from the developers?
-
any thoughts, anyone?
-
It is & quot; since you can't use something like prefix=""".
-
@adamsmith, What's the tag for suppressing HTML code parsing in Vanilla? It will display the quote instead of the escaping code.
-
+1. If there is an open ticket for this request, does that mean the developers are considering it? https://github.com/zotero/zotero/issues/177
-
But often something that was solved a year ago may no longer apply or the solution may even make things worse or just have users running around in circles. This is probably more so for Zotero than other software though. Worse? How? Stamped "solved" …
-
Honestly, I dislike when people tag posts as solved (but I may be being a bit selfish here). I use an RSS reader to keep track of all the posts in the forum and when a post's title is edited, every post in the thread becomes marked as unread. Ok, I …
-
@fbennett, Just a gentle reminder. Trying to be a squeaky wheel..
-
Can I hear the developers' thoughts on this?
-
That's a great idea!
-
@fbennett, Could you also take a look into this when you can get around to this?