Uwe Stöhr wrote: > Am 11.05.2015 um 17:32 schrieb Pavel Sanda: > >> Could you put the hardcoded values like "0.4pt", "3pt" into some const >> variable and use it instead >> of spilling these strings all over the place? > > Thanks for the hint. I have done this now and also improved the code to > shorten it and to assure a clean LaTeX output.
You are repeatably uing this contruct: thickness_string.find(defaultThick) != string::npos What is thickness_string and similar supposed to contain? Pavel
