10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 19:27:42 +02:00

Merge branch 'master' into QUEST4

This commit is contained in:
Mickaël Véril 2020-04-23 13:08:18 +02:00
commit 05b7799d2e

View File

@ -514,6 +514,7 @@ draft: false
if (ex[3].Value == VertExcitationKinds.Fluorescence.Value) { if (ex[3].Value == VertExcitationKinds.Fluorescence.Value) {
Vertkindtext = String.raw`[\mathrm{F}]` Vertkindtext = String.raw`[\mathrm{F}]`
} }
desctex=""
if (ex[2].description.string) { if (ex[2].description.string) {
desctex = "(" + ex[2].description.string + ")" desctex = "(" + ex[2].description.string + ")"
} }