| 190 | } |
| 191 | |
| 192 | void TeXEnvironment::setTextWidth(int wu, float w) { |
| 193 | _textWidth = w * SpaceAtom::getFactor(wu, *this); |
| 194 | } |
| 195 | |
| 196 | sptr<TeXEnvironment>& TeXEnvironment::copy() { |
| 197 | TeXEnvironment* t = new TeXEnvironment( |
nothing calls this directly
no test coverage detected