relate code to thesis mmahringer.pdf
authorWalther Neuper <wneuper@ist.tugraz.at>
Tue, 21 Nov 2017 14:10:45 +0100
changeset 52257c6026666b73
parent 5223 ba3233a38b4d
child 5226 24b3a6589cef
relate code to thesis mmahringer.pdf
isac-java/src/java/isac/gui/mawen/editor/BoxUtil.scala
     1.1 --- a/isac-java/src/java/isac/gui/mawen/editor/BoxUtil.scala	Tue Nov 21 11:53:30 2017 +0100
     1.2 +++ b/isac-java/src/java/isac/gui/mawen/editor/BoxUtil.scala	Tue Nov 21 14:10:45 2017 +0100
     1.3 @@ -13,8 +13,8 @@
     1.4  import javax.swing.JTextField
     1.5  
     1.6  /**
     1.7 - * <code>paint</code>s a <code>Box</code> according to 
     1.8 - * a <code>Box.name</code>, which refers to
     1.9 + * <code>paint</code>s a <code>Box</code> (in the sense of LaTeX)
    1.10 + * according to a <code>Box.name</code>, which refers to
    1.11   * specific layouts defined in <code>CalcUtil</code>.
    1.12   */
    1.13  object BoxUtil {