Search found 14 matches

by bertibott
Wed Mar 06, 2019 3:49 pm
Forum: Graphics, Figures & Tables
Topic: Weird textbox placement and testflow
Replies: 1
Views: 1918

Weird textbox placement and testflow

Hi,
I am working on a project in which I am using tcolorbox as a sort of sidebar.

While I am already somewhat happy with the box itsself I am having trouble with how to integrate it into the document.
The box is half the width of the text, and I would the text to flow around it while placing the ...
by bertibott
Mon Mar 04, 2019 3:41 pm
Forum: Text Formatting
Topic: Making a custom environment
Replies: 2
Views: 2702

Making a custom environment

Following up on this project.
I have solved my issues concerning my texlive install... and the font... And have finally managed to create a tcolobox that I like...

It is half the width of the rest of the text. But if I just insert it into my document the space next to the box will remain empty ...
by bertibott
Sat Feb 23, 2019 11:18 am
Forum: Fonts & Character Sets
Topic: Installing a font
Replies: 13
Views: 14013

Installing a font

this all confuses me greatly...
I can't really seem to get anywhere... how do I figure out what latex versions are installed? and which one is being used?

Or how do I get rid of all of them so I can make a clean start? I realize this is more of a linux question and less a latex specific one...
by bertibott
Sun Feb 17, 2019 1:36 pm
Forum: Fonts & Character Sets
Topic: Installing a font
Replies: 13
Views: 14013

Installing a font

Okay... progress!
I installed xzdec.
After that I ran

sudo tlmgr init-usertree

and got:
(running on Debian, switching to user mode!)
tlmgr: user mode database already set up in
tlmgr: /home/bertibott/texmf/tlpkg/texlive.tlpdb
tlmgr: not overwriting it.

After that I ran

sudo tlmgr install ...
by bertibott
Sun Feb 17, 2019 12:14 pm
Forum: Fonts & Character Sets
Topic: Installing a font
Replies: 13
Views: 14013

Installing a font

that gives me this:

sudo tlmgr init-usertree
[sudo] password for bertibott:
(running on Debian, switching to user mode!)
/usr/bin/tlmgr: Initialization failed (in setup_unix_one):
/usr/bin/tlmgr: could not find a usable xzdec.
/usr/bin/tlmgr: Please install xzdec and try again.
tlmgr: Couldn't ...
by bertibott
Fri Feb 15, 2019 11:14 pm
Forum: Fonts & Character Sets
Topic: Installing a font
Replies: 13
Views: 14013

Installing a font

I installed "manually" using this guide: https://www.tug.org/texlive/quickinstall.html

Basically I ran the installer:

Code: Select all

sudo ./install-tl
And then set the PATH-thingy:

Code: Select all

PATH=/usr/local/texlive/2018/bin/x86_64-linux:$PATH

The OS I am using Kubuntu 18.04
by bertibott
Fri Feb 15, 2019 9:48 pm
Forum: Fonts & Character Sets
Topic: Installing a font
Replies: 13
Views: 14013

Installing a font

mhmh... I tried that but it comes back with an error...

sudo tlmgr install aurical
[sudo] password for bertibott:
(running on Debian, switching to user mode!)
Cannot determine type of tlpdb from /home/bertibott/texmf!
cannot setup TLPDB in /home/bertibott/texmf at /usr/bin/tlmgr line 6424.

I ...
by bertibott
Fri Feb 15, 2019 8:35 pm
Forum: Fonts & Character Sets
Topic: Installing a font
Replies: 13
Views: 14013

Installing a font

I am using TexLive 2018 on a Linux machine.
by bertibott
Fri Feb 15, 2019 5:46 pm
Forum: Fonts & Character Sets
Topic: Installing a font
Replies: 13
Views: 14013

Installing a font

Hi, so I have been trying to create a new environment.
For said environemnt I would like to use a special font. (This one: http://www.tug.dk/FontCatalogue/janaskrivana/ )

Evn though the descirption said it was part of TexLive when I try to use it I get an error message.
\usepackage{aurical ...
by bertibott
Mon Jan 28, 2019 3:23 pm
Forum: Text Formatting
Topic: Making a custom environment
Replies: 2
Views: 2702

Making a custom environment

Hi,
here is what I am trying to do. I want parts of my document to be "separated" (for lack of a better word) from the rest of the text. Think of a history book that has original letters or speeches from the time in a separate box. Not actually part of the text but providing additional detail or ...