lter / lterwg-som

Soil Organic Matter Synthesis working group
https://lter.github.io/som-website/
8 stars 6 forks source link

rendering latex #59

Open wwieder opened 5 years ago

wwieder commented 5 years ago

I noticed that tinytex doesn't like to render δ in 13C or 15N data. I've change the Var_long column to replace δ with a d to avoid this issue, seems like we'll be OK, but maybe it's worth modifying master going forward? @srearl

! Package inputenc Error: Unicode character δ (U+3B4) (inputenc) not set up for use with LaTeX.

srearl commented 5 years ago

Ooh, yeah, yikes. I think it would render but would need to be wrapped in Latex math syntax, which is probably way overkill for this purpose. I am not sure what to change, then, I don't think there is anything in the script that would handle this, more like changing the key file such that those symbols are replaced with d (as you have done). I am thinking here that b/c this is rare (this is the first occurrence, right?) that we manually change the key file where those data types are present (again, just as you have done here), and look to make that change across the board in a key file version 3 (if there is one). What do you think?

wwieder commented 5 years ago

Yep, I agree. hasn't been an issue for now and we're not using Var_long to align anything in the tarball, are we?

On Fri, Aug 30, 2019 at 12:22 PM StevanEarl notifications@github.com wrote:

Ooh, yeah, yikes. I think it would render but would need to be wrapped in Latex math syntax, which is probably way overkill for this purpose. I am not sure what to change, then, I don't think there is anything in the script that would handle this, more like changing the key file such that those symbols are replaced with d (as you have done). I am thinking here that b/c this is rare (this is the first occurrence, right?) that we manually change the key file where those data types are present (again, just as you have done here), and look to make that change across the board in a key file version 3 (if there is one). What do you think?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/lter/lterwg-som/issues/59?email_source=notifications&email_token=AB5IWJHDRMQITKNDG6VLS43QHFQNBA5CNFSM4ISPUBCKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5SNB6Q#issuecomment-526700794, or mute the thread https://github.com/notifications/unsubscribe-auth/AB5IWJHH7UCEV44W6RAG54DQHFQNBANCNFSM4ISPUBCA .

-- Will Wieder Project Scientist CGD, NCAR 303-497-1352

srearl commented 5 years ago

I do not think so. I do use Var_long in the key file update but that is a non-issue in this context.