emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
My sentence case in fact already leaves [^A-Za-z] alone, so Δ9 will not be affected.
-
I don't know, honestly. My sentence caser is likely very naive in comparison. The main difference with the Zotero sentence caser is that it retains words with inner capitals, and that it keeps protected sections.
-
It does currently title case these, but a good point is raised here. I'll look in to it. But if you protect it with a case-protect span (which I reckon you'd want for this anyhow), BBT title case will leave them alone, where i think the regular sent…
-
It does work with overleaf, and BBT is not needed for this, so it's lightweight. If you want to automate this rather than hand-typing, BBT can help; there are also other way to get BBT bibtex into overleaf: https://retorque.re/zotero-better-bibtex/…
-
That I can't say, not my area of expertise.
-
On the 2nd point: %b should work according to https://github.com/jlegewie/zotfile/issues/386
-
@adamsmith no idea what the key could be used for here. This looks like a compiled bibliography, post-style application. I can't think of a way you could generate in-text citations from this
-
Not currently, but I have an idea how it could be made to work. @DarioCorona, please open an issue on github.
-
That's reassuring in a sense; it means that the setup script correctly identified Zotero can't run on your architecture. I'm afraid that for you however that is the end of the road.
-
What did the console output after curl -sL https://github.com/retorquere/zotero-deb/releases/download/apt-get/install.sh | sudo bash?
-
BBT has a translator called "Citation graph" that writes (ao) relations into a graphiz dot file. But since Zotero relations are not directional and untyped, I haven't used it much myself.
-
Overleaf also has direct git access for projects -- each project is it's own git repo synced directly to Overleaf. You can get the git URI via the project menu, above the github link in the sync section.
-
It's a pandoc filter. The filter gets access to the document AST, and citations are clearly recognizable in the AST, so I just replace them with raw xml representing Zotero-compatible cites, looking up the cited objects on the fly using the citekeys…
-
One problem @pascoa341 could be facing is that some institutions (like mine) demand that a signed data processing agreement is in place to be considered GDPR compliant -- entirely separately from an adequate privacy policy.
-
I should state, however that I have got juris-m and all related folders (including storage) saved to a cloud service on my computer; onedrive. If "all related folders" includes the sqlite files, they might have gotten corrupted. The sqlite files mus…
-
It would make a big difference for inter-app communication and external commands. Inter-app comms with Zotero is very easily added by creating an HTTP endpoint with a plugin.
-
-1 can also be done as ⁻¹ (\u207B\u00B9) so that can be done without HTML markup.
-
Not if you use BBT auto-export with their git or dropbox support.
-
No easily. The popup window you see comes from calling prompt-service.confirm, and the text to prompt with is built in the middle of zoteroPane.deleteSelectedItems. From what I can tell you'd have to rebuild that function almost 100% (and keep that …
-
If you're not getting \textregistered, please open an issue on github. BBT should produce it for ®.
-
Those people would be me, by and large. It should be possible to do the reverse without a special citation style. I'll think about it.
-
Oh, I thought you wanted \textregistered and were not getting it. is just how Zotero does superscript, that's not BBT-specific.
-
Yep, easy fix, but would appreciate an issue being opened on github as a reminder, as I won't be home for a few more days.
-
They're much larger when b64 encoded.
-
Right, I'd forgotten about those.
-
Why not as a single file though? What's the benefit of having separate files for a snapshot?
-
BBT 5.2.82 now also responds to types MA and Masters for Zotero items of type thesis. I'd recommend using that over tex.referencetype for this case.
-
I am already using BBT. Having tex.referencetype: mastersthesis in the Extra field does translate to @mastersthesis in the .bib file, but university became publisher - could this be an export translator issue? Using tex.referencetype only forces t…
-
In that case I reckon BBT should stand on that podium too.
-
With BBT, you can set the type to mastersthesis and it will export as @mastersthesis.
Upgrade Storage