mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 08:44:01 +00:00
fix printing bug
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_1_6@1802 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d832f6c5af
commit
09873d12bb
@ -1,3 +1,8 @@
|
||||
2001-03-22 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* src/frontends/Liason.C (printBuffer): do not forget file name
|
||||
when printing with empty print_spool_command.
|
||||
|
||||
2001-03-13 Dekel Tsur <dekelts@tau.ac.il>
|
||||
|
||||
* src/frontends/xforms/FormCitation.C (apply): Do not put space
|
||||
|
2
INSTALL
2
INSTALL
@ -297,7 +297,7 @@ notify us.
|
||||
o Configure will seemingly fail to find xpm.h and forms.h on linux
|
||||
if the kernel headers are not available. Two cases are possible:
|
||||
|
||||
- you have not installed the kernel sources. The you should
|
||||
- you have not installed the kernel sources. Then you should
|
||||
install them or at least the kernel-headers package (or
|
||||
whatever it is called in your distribution).
|
||||
|
||||
|
@ -143,7 +143,8 @@ bool printBuffer(Buffer * buffer, PrinterParams const & pp)
|
||||
command2);
|
||||
} else
|
||||
// case 2
|
||||
res = one.startscript(Systemcalls::SystemDontWait, command);
|
||||
res = one.startscript(Systemcalls::SystemDontWait,
|
||||
command + QuoteName(dviname));
|
||||
break;
|
||||
|
||||
case PrinterParams::FILE:
|
||||
|
Loading…
x
Reference in New Issue
Block a user