Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 110215 Details for
Bug 166930
app-office/lyx 1.4.4 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
patch
lyx-1.4.4-gentoo.patch (text/plain), 1.75 KB, created by
pavel sanda
on 2007-02-14 23:53:20 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
pavel sanda
Created:
2007-02-14 23:53:20 UTC
Size:
1.75 KB
patch
obsolete
>--- lib/configure.py 2007-02-14 12:33:37.000000000 +0100 >+++ lib/newconfig 2007-02-15 00:24:20.000000000 +0100 >@@ -227,7 +227,7 @@ > \\@@end > ''') > # run latex on chklatex.ltx and check result >- if cmdOutput(LATEX + ' chklatex.ltx').find('ThisIsLaTeX2e') != -1: >+ if cmdOutput(LATEX + ' --no-mktex=tfm chklatex.ltx').find('ThisIsLaTeX2e') != -1: > # valid latex2e > return LATEX > else: >@@ -364,7 +364,7 @@ > checkProg('a PS to PDF converter', ['ps2pdf13 $$i $$o'], > rc_entry = [ r'\converter ps pdf "%%" ""' ]) > # >- checkProg('a DVI to PS converter', ['dvips -o $$o $$i'], >+ checkProg('a DVI to PS converter', ['dvips -R0 -o $$o $$i'], > rc_entry = [ r'\converter dvi ps "%%" ""' ]) > # > checkProg('a DVI to PDF converter', ['dvipdfmx -o $$o $$i', 'dvipdfm -o $$o $$i'], >@@ -613,7 +613,7 @@ > cl.close() > # > # we have chklayouts.tex, then process it >- fout = os.popen(LATEX + ' wrap_chkconfig.ltx') >+ fout = os.popen(LATEX + ' --no-mktex=tfm wrap_chkconfig.ltx') > while True: > line = fout.readline() > if not line: >--- lib/lyxrc.example 2007-02-15 00:26:02.000000000 +0100 >+++ lib/newlyxrc 2007-02-15 00:25:42.000000000 +0100 >@@ -348,7 +348,7 @@ > # The converter command has 4 arguments: The source format, the target format, > # the command, and additional flags. > # For example, the following defines a DVI->Postscript converter: >-#\converter dvi ps "dvips -o $$o $$i" "" >+#\converter dvi ps "dvips -R0 -o $$o $$i" "" > # The variable name $$i is replaced with the name of the source file, > # and $$o is replaced with the name of the target file. > # The flags argument is a list of comma separated flags.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 166930
:
110214
| 110215 |
110429