Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
510bec66
Commit
510bec66
authored
Mar 16, 2000
by
Gerd Moellmann
Browse files
Change /setduplexmode, /settumble, add /packedarray.
parent
1fa28578
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
etc/ps-prin0.ps
etc/ps-prin0.ps
+5
-2
No files found.
etc/ps-prin0.ps
View file @
510bec66
...
...
@@ -104,12 +104,15 @@ gs_languagelevel 2 ne{ % operators for language level 2 only
/
<<{
mark
}
bind
def
/
>>{
counttomark
2
idiv
dup
dict
begin
{
def
}
repeat
pop
currentdict
end
}
bind
def
/setpagedevice
{
pop
}
bind
def
/packedarray
{
array
astore
readonly
}
bind
def
}
if
% device dependent operators
/setduplexmode
where
{
pop
}
{
/setduplexmode
/duplexmode
where
{
pop
{
duplexmode
}
}{
{
pop
}
}
ifelse
bin
d
def
}
ifelse
{
/setduplexmode
/duplexmode
where
{
pop
/
duplexmode
}{
/
pop
}
ifelse
loa
d
def
}
ifelse
/settumble
where
{
pop
}
{
/settumble
/tumble
where
{
pop
{
tumble
}
}
{
{
pop
}
}
ifelse
bin
d
def
}
ifelse
{
/settumble
/tumble
where
{
pop
/
tumble
}{
/
pop
}
ifelse
loa
d
def
}
ifelse
% === END ps-print prologue 0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment