Last fixes for 1.0 beta
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@9 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
fe1b3e2fc5
commit
be54e842f4
6 changed files with 83 additions and 73 deletions
|
@ -2,6 +2,10 @@ Changelog for Writer2LaTeX version 0.5 -> 1.0
|
|||
|
||||
---------- version 1.0 beta ----------
|
||||
|
||||
[w2x] Added german translation from Raphael Fetzer
|
||||
|
||||
[w2x] Do not export character formatting in toc
|
||||
|
||||
[w2l] Bugfix: Added missing hyperlink targets for frames and graphics
|
||||
|
||||
[w2x] Bugfix: Fixed null pointer exception for text frames without height attribute
|
||||
|
|
Binary file not shown.
|
@ -1,19 +1,20 @@
|
|||
@echo off
|
||||
rem *Very* simple batch file to run Writer2LaTeX
|
||||
rem Created by Henrik Just, october 2003
|
||||
rem Modfied december 2003 as suggested by Juan Julian Merelo Guervos
|
||||
rem Last modified july 2007
|
||||
|
||||
rem Please edit the following line to contain the full path to Writer2LaTeX:
|
||||
|
||||
set W2LPATH="c:\writer2latex09"
|
||||
|
||||
rem If the Java executable is not in your path, please edit the following
|
||||
rem line to contain the full path and file name
|
||||
|
||||
set JAVAEXE="java"
|
||||
|
||||
%JAVAEXE% -jar %W2LPATH%\writer2latex.jar %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
|
||||
set W2LPATH=
|
||||
set JAVAEXE=
|
||||
@echo off
|
||||
rem *Very* simple batch file to run Writer2LaTeX
|
||||
rem Created by Henrik Just, october 2003
|
||||
rem Modfied december 2003 as suggested by Juan Julian Merelo Guervos
|
||||
rem Last modified july 2007
|
||||
|
||||
rem Please edit the following line to contain the full path to Writer2LaTeX:
|
||||
|
||||
set W2LPATH="c:\writer2latex10"
|
||||
|
||||
rem If the Java executable is not in your path, please edit the following
|
||||
rem line to contain the full path and file name
|
||||
|
||||
set JAVAEXE="java"
|
||||
|
||||
%JAVAEXE% -jar %W2LPATH%\writer2latex.jar %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
|
||||
set W2LPATH=
|
||||
set JAVAEXE=
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue