====== Otros temas ======
* [[icon_firefox|Missing icon firefox]]
* [[open directory gnome]]
* [[sua|SUA]]
Aplicaciones Java con fuentes suavizadas en Linux:
En el archivo /etc/environment agregar la linea
_JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true'
Comprimir PDF con ghostscript
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=outputfile.pdf inputfile.pdf
* -dPDFSETTINGS=/screen (72 dpi images)
* -dPDFSETTINGS=/ebook (150 dpi images)
* -dPDFSETTINGS=/printer (300 dpi images)
* -dPDFSETTINGS=/prepress (300 dpi images, color preserving)
* -dPDFSETTINGS=/default
Mejor compresión sin disminuir la calidad
gs -q -dNOPAUSE -dBATCH -dSAFER -dSimulateOverprint=true -sDEVICE=pdfwrite -dPDFSETTINGS=/ebook -dEmbedAllFonts=true -dSubsetFonts=true -dAutoRotatePages=/None -dColorImageDownsampleType=/Bicubic -dColorImageResolution=150 -dGrayImageDownsampleType=/Bicubic -dGrayImageResolution=150 -dMonoImageDownsampleType=/Bicubic -dMonoImageResolution=150 -sOutputFile=output.pdf input.pdf
gedit advpl
crear en la ruta:
/usr/share/gtksourceview-4/language-specs
un archivo como advpl.lang:
text/plain
*.prw
//
/*
*/
^\s*#\s*
\%{preproc-start}
(include|import)\s*
(".*?"|<.*>)
static
function
user
return
private
if
else
elseif
endif
end
do
enddo
while
local
default
alias
beginsql
endsql
next
for
to
wsmethod
wsdata
as
wsstruct
endwsstruct
description
wsservice
endwsservice
wssend
wsreceive
define
dialog
title
pixel
bitmap
resname
of
size
say
button
var
prompt
action
when
font
memo
get
no
border
total
case
endcase
otherwise
activate
center
on
init
checkbox
noborder
nil
picture
msget
msdialog
fields
header
listbox
centered
sbutton
combobox
public
enable
\.
\.
F
T
"
"
'
'
SELECT
FROM
WHERE
AND