Writer4LaTeX: LaTeX import

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@21 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2009-05-20 08:34:51 +00:00
parent 0e2d725c17
commit 1bbf6241a4
11 changed files with 497 additions and 280 deletions

View file

@ -45,7 +45,7 @@ class StreamGobbler extends Thread {
while ( (line = br.readLine()) != null) {
//while ( br.readLine() != null) {
// Do nothing...
System.out.println(type + ">" + line);
//System.out.println(type + ">" + line);
}
}
catch (IOException ioe) {