Xserver-terminus-fonts pkgbuild. designed for console&xt

These are very nice and clean, fixed width fonts designed for use under console and X.
Description from the homepage:
Terminus Font is designed for long (8 and more hours per day) work with computers. Version 4.09 contains 594 characters, covering code pages ISO8859-1/2/5/9/13/15/16, Windows-1250/1251/1252/1254/1257, IBM-437/852/855/866, KOI8-R/U/E/F, Bulgarian-MIK, Paratype-PT154/PT254, Macintosh-Ukrainian and Esperanto, and also the vt100 and xterm pseudographic characters.
The sizes present are 8x14, 8x16, 10x20, 12x24, 14x28 and 16x32. The styles are normal and bold, plus EGA/VGA-bold for 8x14 and 8x16.
The package can be split into 2 separate packages if you really need it (one for console and one for x-server). I don't need 2 packages :-)
xserver-terminus-fonts PKGBUILD
pkgname=xserver-terminus-fonts
pkgver=4.09
pkgrel=1
pkgdesc="Clean fixed width fonts for console and x-server"
url="http://www.is-vn.bg/hamster/jimmy-en.html"
depends=('x-server' 'kbd')
makedepends=('perl' 'mawk')
install=xserver-terminus-fonts.install
source=('http://www.is-vn.bg/hamster/terminus-font-4.09.tar.gz')
md5sums=('21e832a4b4bfdd1f494eddea06ccfedf')
build() {
cd $startdir/src/terminus-font-4.09
./configure
--prefix=/usr
--psfdir=$startdir/pkg/usr/share/kbd/consolefonts
--unidir=$startdir/pkg/usr/share/kbd/consoletrans
--x11dir=$startdir/pkg/usr/X11R6/lib/X11/fonts/terminus
make psf pcf
make install-psf install-uni install-pcf
rm -f $startdir/pkg/usr/share/kbd/consoletrans/cp1250_to_uni.trans
rm -f $startdir/pkg/usr/share/kbd/consoletrans/cp1251_to_uni.trans
rm -f $startdir/pkg/usr/share/kbd/consoletrans/cp437_to_uni.trans
rm -f $startdir/pkg/usr/share/kbd/consoletrans/koi8-r_to_uni.trans
xserver-terminus-fonts.install
# arg 1: the new package version
post_install() {
echo "Rebuilding font cache..."
/usr/bin/fc-cache
echo "...done."
echo "Rebuilding font index..."
cd /usr/X11R6/lib/X11/fonts/terminus
/usr/X11R6/bin/mkfontscale
/usr/X11R6/bin/mkfontdir
rm -f /usr/X11R6/lib/X11/fonts/terminus/encodings.dir
ln -s /usr/X11R6/lib/X11/fonts/encodings/encodings.dir
/usr/X11R6/lib/X11/fonts/terminus/encodings.dir
echo "...done."
echo "------------------------------------"
echo "Add (install) / delete (uninstall) the following"
echo "font paths in your /etc/X11/xorg.conf or /etc/X11/XF86Config"
echo ""
echo "/usr/X11R6/lib/X11/fonts/terminus"
echo ""
# arg 1: the new package version
# arg 2: the old package version
post_upgrade() {
post_install $1
# arg 1: the old package version
pre_remove() {
/bin/true
# arg 1: the old package version
post_remove() {
post_install $1
op=$1
shift
$op $*

New version is out. I'm leaving the old pkgbuild above as backup.
EDIT: Another update from 4.12 to 4.14 (small fixes only):
xserver-terminus-fonts PKGBUILD
pkgname=xserver-terminus-fonts
pkgver=4.14
pkgrel=1
pkgdesc="Clean fixed width fonts for console and x-server"
url="http://www.is-vn.bg/hamster/jimmy-en.html"
depends=('x-server' 'kbd')
makedepends=('perl' 'mawk')
install=xserver-terminus-fonts.install
source=(http://www.is-vn.bg/hamster/terminus-font-${pkgver}.tar.gz)
md5sums=('2d96ec962b65498370fb8b8ea15294c8')
build() {
cd $startdir/src/terminus-font-${pkgver}
./configure
--psfdir=/usr/share/kbd/consolefonts --unidir=/usr/share/kbd/consoletrans
--x11dir=/usr/X11R6/lib/X11/fonts/terminus --acmdir=/usr/share/kbd/consoletrans
--rawdir=/usr/share/terminus/pcvtfonts
make psf pcf raw 12b txt
make DESTDIR=$startdir/pkg install-psf install-pcf install-12b install-raw install-uni install-acm
xserver-terminus-fonts.install
# arg 1: the new package version
post_install() {
echo "Rebuilding font cache..."
/usr/bin/fc-cache
echo "...done."
echo "Rebuilding font index..."
cd /usr/X11R6/lib/X11/fonts/terminus
/usr/X11R6/bin/mkfontscale
/usr/X11R6/bin/mkfontdir
rm -f /usr/X11R6/lib/X11/fonts/terminus/encodings.dir
ln -s /usr/X11R6/lib/X11/fonts/encodings/encodings.dir /usr/X11R6/lib/X11/fonts/terminus/encodings.dir
echo "...done."
echo "------------------------------------"
echo "Add (install) / delete (uninstall) the following"
echo "font paths to/from your /etc/X11/xorg.conf:"
echo ""
echo "/usr/X11R6/lib/X11/fonts/terminus"
echo ""
# arg 1: the new package version
# arg 2: the old package version
post_upgrade() {
post_install $1
# arg 1: the old package version
pre_remove() {
/bin/true
# arg 1: the old package version
post_remove() {
post_install $1
op=$1
shift
$op $*

Similar Messages

  • Xserver-pl-fonts pkgbuild. iso8859-2 pcf and bdf fonts for X

    These are bitmap x-server fonts (aka biznet fonts). They include aliases for standard x-server fonts (though they do not replace them) so you should see special iso8859-2 characters without doing anything else.
    xserver-pl-fonts PKGBUILD
    pkgname=xserver-pl-fonts
    pkgver=1.0
    pkgrel=1
    pkgdesc="ISO 8859-2 (Central European) bdf and pcf fonts for x-server"
    url="http://www.biz.net.pl/iso/x-fonts/index.html"
    depends=('x-server')
    install=xserver-pl-fonts.install
    source=('http://www.biz.net.pl/images/ISO8859-2-bdf.tar.gz'
    'http://www.biz.net.pl/images/ISO8859-2-pcf.tar.gz')
    md5sums=('5dd69ab949d833944048b10a97f7a589'
    '9274f1730275c6d3ba30414a431ca59a')
    build() {
    install -d -m755
    $startdir/pkg/usr/X11R6/lib/X11/fonts/latin2/100dpi
    install -d -m755
    $startdir/pkg/usr/X11R6/lib/X11/fonts/latin2/75dpi
    install -d -m755
    $startdir/pkg/usr/X11R6/lib/X11/fonts/latin2/misc
    install -m644 $startdir/src/100dpi/*
    $startdir/pkg/usr/X11R6/lib/X11/fonts/latin2/100dpi
    install -m644 $startdir/src/75dpi/*
    $startdir/pkg/usr/X11R6/lib/X11/fonts/latin2/75dpi
    install -m644 $startdir/src/misc/*
    $startdir/pkg/usr/X11R6/lib/X11/fonts/latin2/misc
    xserver-pl-fonts.install
    # arg 1: the new package version
    post_install() {
    echo "------------------------------------"
    echo "Add the following font paths to your"
    echo "/etc/X11/xorg.conf or /etc/X11/XF86Config"
    echo ""
    echo "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
    echo "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
    echo "/usr/X11R6/lib/X11/fonts/latin2/misc"
    echo ""
    echo "Rebuilding font cache..."
    /usr/bin/fc-cache
    echo "...done."
    # arg 1: the new package version
    # arg 2: the old package version
    post_upgrade() {
    echo "------------------------------------"
    echo "Make sure you have the following font paths in your"
    echo "/etc/X11/xorg.conf or /etc/X11/XF86Config"
    echo ""
    echo "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
    echo "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
    echo "/usr/X11R6/lib/X11/fonts/latin2/misc"
    echo ""
    echo "Rebuilding font cache..."
    /usr/bin/fc-cache
    echo "...done."
    # arg 1: the old package version
    pre_remove() {
    /bin/true
    # arg 1: the old package version
    post_remove() {
    echo "------------------------------------"
    echo "You can delete the following font paths from your"
    echo "/etc/X11/xorg.conf or /etc/X11/XF86Config"
    echo ""
    echo "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
    echo "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
    echo "/usr/X11R6/lib/X11/fonts/latin2/misc"
    echo ""
    echo "Rebuilding font cache..."
    /usr/bin/fc-cache
    echo "...done."
    op=$1
    shift
    $op $*

    Added to my TUR.  Thanks for another quality package, lanrat!

  • [Request] Patch for terminus-font

    Terminus is best monospace font in known universe, but nothing is perfect. I'd like to see "dv" patch applied - it drastically improves readability.
    It changes only 2 chars and doesn't interfere with anything else:
    Patched PKGBUILD:
    # Maintainer: Vesa Kaihlavirta <[email protected]>
    # Contributor: Kristoffer Fossgrd <[email protected]>
    arch=(i686 x86_64)
    pkgname=terminus-font
    pkgver=4.20
    pkgrel=3
    pkgdesc="A superb, monospace bitmap font (for X11 and console)"
    depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig)
    replaces=(xserver-terminus-fonts)
    source=(http://www.is-vn.bg/hamster/$pkgname-$pkgver.tar.gz http://www.is-vn.bg/hamster/$pkgname-$pkgver-dv1.diff.gz)
    url="http://www.is-vn.bg/hamster/jimmy-en.html"
    install=terminus-font.install
    md5sums=('fe9d8e25b9537f6b3154d07d3da50375' 'af2021daabcc38e4df67c926e2338337')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    patch -Np1 < ../$pkgname-$pkgver-dv1.diff
    ./configure --prefix=/usr --x11dir=/usr/share/fonts/local/ --psfdir=/usr/share/kbd/consolefonts/
    make DESTDIR=$startdir/pkg install

    It would be very nice. Cyr terminus without patches it is not correct

  • Terminus font without xorg.conf

    Hi, since I have accidentally deleted my xorg.conf I am trying to run x without xorg.conf. I am very surprised tosay that everything works simply fine (including dri, 1333x768 widescreen resolutiion and touchpad; the keyboard layout can be easily configured with setxkbdmap in .xinitrc). The only problem concerns the paths of the fonts: xorg looks in /usr/share/fonts for all my fonts except those in /usr/share/fonts/local, where the terminus fonts are actually installed.
    Thus I wonder if there is some way to tell xorg to look also there: perhaps a command to be put in .xinitrc to add the missing font path dinamically, or a way to change the default paths where it looks at startup.
    Obviously I have also tried to create a xorg.conf with only the Section "Files" and the font paths, but then xorg is not autoconfigureed anymore and it fails because there is no devices in xorg.conf.
    My last resort will be to modify the terminus-font PKGBUILD to put the fonts somewhere else, perhaps in /usr/share/fonts/misc, but I would prefer a cleaner way. And no, I do not want to rewrite my xorg.conf just for some fonts (and the tools to make a config file produce an unusable one in my system):)

    Oh, I found it. It is enough to add this to .xinitrc:
    xset fp+ /usr/share/fonts/local

  • Can I use Type -- 'convert to outline' in Illustrator on Typekit fonts I've 'designated for desktop use'? I've not been able to as of yet.

    I'm trying to print vinyl letters for a gallery I'm a member of and love the Cronos Pro regular font. i've designated this for desktop use and created 24 name files at 200pt. The person working with the vinyl asked if I could 'convert to outline' possibly to make the font a bit larger, I don't really know. When I tried to do this, I found that choice grayed out on the type menu. I am wondering if this means the Typekit fonts 'designated for desktop use' simply do not have the permission to be 'converted to outline'.

    Cutting always requires proper paths/ outlines. This has nothing to do with the font or large format printing per se. Beyond that there should be no limitation in using fonts - as long as you can mangle them in AI, it means that somewhere those outlines exist internal to the program so the type can actually be rendered. Whatever prevents this may more likely be inherent in how you treat your text. you would have to provide more specific info on that. Either way, ask in the AI forum for more detailed answers.
    Mylenium

  • Support for different fonts in design mode

    It's very difficult figuring out where to place components in
    design mode when special fonts are used. Because they take up
    more/less space than the default font (used in design mode), the
    actual sizes of components when the app actually runs is never the
    same as they were in design mode.
    Basically if you're using special fonts, design mode becomes
    half useless. Is there a way around this problem? Can we at least
    change the font that design mode uses somehow?

    Heh, just noticed it DOES work on my highest level mxml file
    (application tag mxml), but not the others. Still experimenting...
    seems to be a bug of some kind, I guess.
    It seems that if you specifically include the style tag:
    <mx:Style source="../../../css/yourCssFile.css"/>
    It works fine, even for mxml nested in sub folders. Of
    course, this is ugly- I had to put a bunch of ../'s just to reach
    the css file I need, AND "refresh" the design view for it to
    work...
    And why this annoying warning message when I specifically
    include the CSS into an mxml I want to use design view on?
    "CSS type selectors are not supported in components."

  • Using iPad fonts on Macbook for design/authoring

    HI there
    I'm designing content for iPad, on my retina Macbook Pro, most recently using Adobe's Digital Publishing Suite. I'd like to leverage some of the iPad's most readable fonts, such as those used in iBooks (Seravek for example, but there are many iPad/iOS fonts I'd like to try).
    Many of these aren't loading onto a new Macbook - how are designers supposed to design for iPad without easy access to it's pre-loaded fonts? Is there a way to get them for free?
    Thanks for any help!
    Steve

    Hi David,
    Thank you very mcuh for the reply.
    I tried as recommended above and ensured that setting are correct.
    I switched off both iPad and Mac book, restarted, ensured that both are connected to same wi fi network.
    At some time I can see my iPad in iTunes on my Mac however sometimes not detected.
    However synching is done through wi fi and all Apps, music, videos etc are updated.
    Thanks.
    salonikar

  • Font corruption in virtual consoles

    Not sure where to put this, so it goes here.
    I am currently a victim of font/screen corruption in the virtual consoles (probably not X, not sure, haven't installed a WM/DE yet). I am using a 1680x1050 resolution (8bit color) with the vesafb driver for the framebuffer (have installed proprietary nvidia drivers for X). This is my native resolution, and my attempt to get a decent console environment without KMS, which the proprietary nvidia drivers do not allow (or so I have read). This works fine, the problem arises when I choose a large font to compensate for the larger resolution.
    Most fonts above 16px seem to cause corruption. I really like the Terminus font (ter-120b in particular), but it causes corruption. If I go down to ter-116b, it works fine. For some reason, ter-132b works fine too, guess it's got something to do with 16px+16px=32px. This is too large, though, so I can't use it. I have also tried other fonts than Terminus (One called sun12x22 (or sth like that), for example) with the same results. All fonts greater than 16px seem to cause corruption (unless they are as large as 32px). Note that the ter-XXXn fonts (e.g. ter-120n) also cause corruption.
    When I say "corruption" I mean pixels not being redrawn properly, "left-over" pixels. It is easily reproducible by typing something in the terminal, moving the cursor a few characters back (1 or more), and pressing the "delete" button to delete the character to the right of the cursor. The character is not properly deleted on screen, some of the pixels are left. Note that this happens in editors like nano/vim as well. 
    I have tried different resolutions and framebuffer settings (ywrap, redraw, mtrr and what not), but have narrowed it down to a font problem as corruption occurs even with default settings/resolution.
    Any suggestions? Know what causes this? Workarounds/fixes?
    In worst case I'll just down the resolution until a 16px font is okay, but it would be a shame not to get the native resolution.
    EDIT: Oh, and my GPU is a nvidia GTX260 (the 216 core version)
    Last edited by Mzg (2010-07-06 19:00:06)

    I've seen corruption like this with a lot of cairo apps because the text to be rendered is sent to a buggy EXA driver. Does text look better if you turn off EXA acceleration?

  • Terminus font size

    Hi there,
    I've installed the Terminus font, because I want to use it in Konsole. However I had to notice that the next bigger font size after 12 is 15 points. Does anybody know why there's no 13 or 14 point? I find 12 too small to read and 15 to big to fit into my Konsole window.
    Can I somehow tweak it or download a different version of Terminus, so that it will use 13 or 14?
    TIA,
    Blackhole

    blackhole wrote:Crazy. Can anybody recommend another similar terminal font?
    don't get upset.
    I just checked and found that font sizes 12 and 13 are in fact same, as well as 14 and 16. So nothing is unusual in your situation.
    As for the fonts... I really could not find terminal font better then Terminus. At least for me. I use it in console as well (one with f in it's name i.e. ter-k16f, as these do very well with ncurses)

  • I've just bought a Macbook Pro 15" and I'm trying to use Photoshop, but the resolution its displaying the images at for 100% are too small. I have to design for the web, so need to be intricate with detail, but I'm finding it adjusts the resolution of the

    I've just bought a Macbook Pro 15" and I'm trying to use Photoshop, but the resolution its displaying the images at for 100% are too small. I have to design for the web, so need to be intricate with detail, but I'm finding it adjusts the resolution of the image right down. (I mean you can see the image clearly, but it's too small to edit). When I look at Safari and see a web page at 100% it's clear, but the same page displayed in Photoshop CC appears 50% of the size (even though it says it's 100%)   If I move the application window to another screen it adjusts it correctly  – leaving all the pallettes, menus and tools correctly sized as they are on the retina display   Is there some way to adjust the way Photoshop CC displays images so it is more consistent with what you actually see?   There doesn't seem to be any answer on the Adobe forum, so hopefully someone here can shed some light.  MacBook Pro with Retina display, 15", OS X Yosemite (10.10.2), Photoshop CC 2014

    I tested both ways. With "open in low resolution" ckecked the size of the images is cool, but it is low-resolution including Photoshop appearance.
    If "open in low resolution" is unckecked the appearance is good but the very small size.
    See the image below. It has 650 x 732 px, 72 dpi. The font of the text "Neste aniversário ..." is with 18pt.

  • MUSE CC WON'T DISPLAY BEBAS NEUE WEB FONT IN DESIGN MODE

    For some reason I can't seem to view the Bebas Neue web font in design mode any more, yet when I switch to preview or even go ahead and publish my site it works just fine.
    It wasn't bothering me too much at first but it really confuses things after a while as I have to guess the sizes and spacing because the font that appears instead of Bebas Neue is Times New Roman (or similar).
    All the other web fonts are working just fine. I've tried to reset the web fonts and apply them again but had no luck, and I even closed and restarted Muse CC several times but again, nothing!

    Please refer to the following thread for a solution - http://forums.adobe.com/message/6259161.
    Thanks,
    Vinayak

  • Terminus-font not displaying correctly in gtk.

    terminus isn't displaying correctly when i set it with gtk in lxappearance, for some reason it's showing some strange other font:
    i've tried reinstalling the terminus-font package, and removing it and installing terminus-font-td1 from the AUR. the ttf version is not installed, despite what it says, also it displays correctly in italics, but not regular.
    any ideas on how to fix this?
    Last edited by dgz (2013-09-06 15:50:13)

    I think you have bitmapped fonts disabled in fontconfig. To enable them, do as root:
    rm /etc/fonts/conf.d/70-no-bitmaps.conf
    ln -s /etc/fonts/conf.avail/70-yes-bitmaps.conf /etc/fonts/conf.d/70-yes-bitmaps.conf

  • [SOLVED] Problems with xterm and terminus font

    Hi,
    For some reason I can't get my xterms to display the terminus font correctly. It mainly shows up when I display man pages, all the dash characters show up as filled black boxes. It happens with other stuff too though. I've been asking in the IRC channel, but so far, no luck. Just other people confirming that it works for them.
    I'm using fluxbox to start my xterm, and in .Xresources I have "xterm*faceName: terminus:pixelsize=14". I've got the default terminus-font package installed. Xterm is using the font at the correct size, it is just not displaying some characters. My locale is set to "en_US.UTF-8".
    After spending hours searching the web for this, I'm left completely clueless as to what may be wrong. So any help would be greatly appreciated.
    Thanks.
    Last edited by silvrax (2012-08-22 09:44:55)

    Nope, does not seem to work. I've tried several ways of specifying the font in .Xresources. But none seem to work.
    Yesterday I've decided to try using urxvt, and that actually works. I've now got this in .Xresources:
    urxvt.font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*
    xterm.font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*
    And then when I try this in bash:
    printf "\u2010\u2011\u2012\u2013\u2014\u2015\u2016\u2017\u2018\n"
    I get dash like characters in urxvt, and non-printable characters (displayed as black boxes) in xterm.

  • [SOLVED] XTerm and the Terminus font

    I having difficulty getting the Terminus font to display correctly in xterm.
    In .Xresources;
    When I use "xterm*faceName:Terminus:style=Regular:size=10" I get missing characters, like the curly quotes in man pages.  This line is from the wiki.
    When I use "xterm*font:-*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*" there are no missing characters (that I've found).  However, the display output (like paging a text file, for example) is much slower.  Too slow, so I go back to the missing characters config.
    One other issue I've noticed, which may be related.  When I use the control-mousebutton menus, they display very slowly taking 2 or 3 seconds to draw. This happens even without loading my .Xresources file.
    Also note I'm using fontconfig-infinality-ultimate.
    My complete .Xresources file:
    xterm*Background:black
    xterm*Foreground:white
    xterm*cursorColor:green
    !xterm*pointerShape:arrow
    !xterm*pointerColor:blue
    xterm*VT100.geometry:80x32
    xterm*faceName:Terminus:style=Regular:size=10
    !xterm*font:-*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*
    !xterm*faceName:Inconsolata:style=Regular:size=11
    !xterm*font:-*-dina-medium-r-*-*-16-*-*-*-*-*-*-*
    !xterm*renderFont:false
    xterm*dynamicColors:true
    xterm*utf8:2
    xterm*eightBitInput:true
    xterm*saveLines:4096
    xterm*scrollKey:true
    xterm*scrollTtyOutput:false
    xterm*scrollBar:true
    xterm*rightScrollBar:true
    xterm*jumpScroll:true
    xterm*multiScroll:true
    xterm*toolBar:false
    xterm*locale:true
    xterm*termName:xterm-256color
    xterm*metaSendsEscape:true
    Last edited by mixer (2013-09-03 03:56:33)

    mixer wrote:
    Switching to rxvt-unicode (plus rxvt-unicode-terminfo) fixed my problem with speed and missing Terminus characters.  I'm using the setting:
    URxvt*font:xft:Terminus:pixelsize=14
    The part that I don't understand is, if I specify my font as follows I get all the characters but slow display:
    URxvt*font:-*-terminus-medium-r-normal-*-16-*-*-*-*-*-iso10646-*
    You commented that this flavor (the XLFD form) is slow with both xterm and urxvt.
    As I noted, the problem is in how the server handles the fonts.
    urxvt's equivalent to xterm's "-fa" option is a feature introduced by konsole (a "xft:" prefix on the string).
    Actually you don't get "all" of the characters.  To see this, use xfd.  The 10646 encoding appears to be the
    original terminus (a small set of 256 characters) with a few others added.  But most of the 0-65535 range is
    filled with a filler-character.

  • Fonts in illustrator for online

    hi - I work in illustrator and use regular fonts for exporting .gif graphics for use on web browsers - should I be using specific web fonts? This is not for websites but documents viewed on screen. Mainly Times Roman and Arial. So far they look okay but I was wondering if there is a better option?

    Certain fonts are desgined to look good on the web
    http://www.myfonts.com/search/web+fonts/fonts/
    http://www.adobe.com/products/webfont.html
    The same rules generally apply for most digital applications, except for example large scale digital billboards.
    Now don't lock yourself into using only web fonts for your digital projetcs, as there are plenty out there that do not claim being designed for web, but work just great.
    Similarly there are also SC and expert set fonts designed to work as small caps, Titling or Poster fonts designed to work at large sizes. Look into these rather than using the small caps feature as that just scales the font. 

Maybe you are looking for

  • How to make pictures appear in different project/albums ?

    Hi, I face an organisational problem using Aperture. I created a "Portraits" Folder where I created several projects for each character I use to shoot. I also have a "Events" folder where I store Projects containing all the pictures related to a part

  • Trouble Viewing PDF's in Safari

    When I click on a pdf to read it, I get a black screen and a message  that " ADobe Reader blocked for this website"  If I click on the message, it gives me a window that allows me to Trust the site and then will open the pdf.  It won't allow me to do

  • Editing existing PDF documents

    I often receive PDF forms that require information to be added and then returned to the sender. How can you open a PDF file in Acrobat such that you can type in the necessary information and then resave it as a PDF file? Note that I have no design in

  • How do i connect to the library to download books?

    i am trying to connect to the library to download books....but I don't really know how to!!!

  • Infopath and Sharepoint

    Hi I have a custom list that edit with Infopath (add some filed,view and so...). I want to set permission on the view. what can i do?