Bug 36497

Summary: latex fails because of invalid character ^Z in /usr/share/texmf/tex/latex/misc/picins.sty
Product: [Retired] Red Hat Linux Reporter: Need Real Name <richie>
Component: tetexAssignee: Tim Waugh <twaugh>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-05-08 11:14:58 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:

Description Need Real Name 2001-04-18 14:41:45 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.76 [en] (X11; U; Linux 2.4.3 i686; Nav)


latex fails because of invalid character ^Z in
/usr/share/texmf/tex/latex/misc/picins.sty

Reproducible: Always
Steps to Reproduce:

1.compile
\documentclass[11pt]{article}
\usepackage{german}
\usepackage[T1]{fontenc}
\usepackage[dvips]{graphicx}
\usepackage{picins}
\originalTeX
\makeindex

it's not the whole document but leads to that error

	

Actual Results:  output by latex:
......................
(/usr/share/texmf/tex/latex/misc/picins.sty
Option `picins' Version 3.0 Sep. 1992, TH Darmstadt/HRZ
! Text line contains an invalid character.
l.579 ^^Z
         
? 
! Emergency stop.
l.579 ^^Z
         
No pages of output.
Transcript written on test.log.


Expected Results:  no error

just delete that invalid character.

Comment 1 Tim Waugh 2001-05-08 23:19:41 UTC
Fixed in 1.0.7-7.  Thanks for the report!