camille roux

Results 2 comments of camille roux

I think I got it: Just had to change few parts of the build.xml file as follows: ``` ``` Then, compiling all pdf in the ../tex/ directory. Then, just running...

And general comment: to adapt the precision of the floating values, it's in **at/mabs/util/Util.java** as follows: ``` public class Util { public static DecimalFormat defaultFormat; public static final DecimalFormatSymbols dfs;...