Bug 61136
| Summary: | latex2html with JA patch | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | yamagata | ||||
| Component: | tetex | Assignee: | Tim Waugh <twaugh> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 7.2 | Keywords: | FutureFeature | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Enhancement | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2002-03-19 00:51:40 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
yamagata
2002-03-14 03:29:27 UTC
There are several patches on that page. Which one is needed? (If you could supply a test case too, that would be great.) Thanks. The patch, l2h-2K1b+jp1.4.patch.gz is needed for latex2html-2K.1beta.gar.gz(the newest revison 1.62). Patch doesn't apply cleanly to 1.62. Even tried with fuzz 5. Also, it changes the $default_language to Japanese! Created attachment 48824 [details]
Here is a patch for rev. 1.62
`$default_language' may be changed in l2hconf.pm or ~/.latex2html-init. Patch doesn't apply cleanly: there are offsets if I apply it before the original
patch, and it just plain doesn't apply if I try it after the original patch.
Please attach a complete tested patch, _or_ a simple test case so that I can
verify that it actually works at all.
> `$default_language' may be changed in l2hconf.pm or ~/.latex2html-init.
And so I will leave it how it currently is (english).
Sorry for my no information. $ ls l2h-2K1b+jp1.4-fix-1.62.patch l2h-2K1b+jp1.4.patch.gz latex2html-2K.1beta.tar.gz $ tar zxf latex2html-2K.1beta.tar.gz $ cd latex2html-2K.1beta $ zcat ../l2h-2K1b+jp1.4.patch.gz | patch -p1 We get a file latex2html.pin.rej. $ patch -p1 <../l2h-2K1b+jp1.4-fix-1.62.patch Patch rediffed and modified, and applied in 1.0.7-45. |