Install BFH CI on (BFH) Windows
Fresh Installation
BFH CI
The installation can be done either via PowerShell or the graphical user interface.
Poweshell
Open Powershell as an administrator and execute the following:
tlmgr.bat install bfh-ci
Graphical User Interface
Open Tex Live Manager
Search for the bfh-ci package and install it
The BFH Logo package
Warning
The BFH Logo package is available for BFH members only.
Download the latest ZIP archive of BFH Logos.
Extract the ZIP archive. You should now have a
bfh-logo
orbfh-logo_VERSION
directory in your download folder. Move it to some location where you’d like to keep the files.As of version 1.6.x, the logo bundle is
l3build
-enabled, simplifying the installation process massively.As some Windows users fear Terminal usage, we provide a batch script to simplify the installation procedure. Start the batch script
./l3build_install.bat
by double-clicking the file. It will copy the logo files from this bundle into yourTEXMFHOME
directory. This is usually inC:\Users\<User>\texmfhome
. The LaTeX compilers will then be able to find it.For more details and the uninstall procedure, see the README.md file.
The BFH Fonts package
Warning
The BFH Logo package is available for BFH members only.
Please follow the legacy documentation for the corresponding package,
Update an old installation
BFH-CI
Update the package over the TeXLive Manager GUI or use PowerShell as an administrator.
tlmgr.bat update bfh-ci
Update BFH Logos and Fonts packages
Please follow the procedure of a new installation.
Remove installed package(s)
Remove BFH-CI
Remove installed packages via the TeXLive Manager GUI or use PowerShell as an administrator.
tlmgr.bat remove bfh-ci
Remove BFH Logos and Fonts package
Run the
l3build
uninstall command within the source directory of either the bfh-logo or bfh-fonts package.
Set-Location -Path bfh-logo_<VERSION>\
l3build uninstall
Alternatively, follow the legacy instructions.