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 ...
Search found 14 matches
- Wed Mar 06, 2019 3:49 pm
- Forum: Graphics, Figures & Tables
- Topic: Weird textbox placement and testflow
- Replies: 1
- Views: 1918
- 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 ...
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 ...
- 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...
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...
- 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 ...
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 ...
- 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 ...
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 ...
- 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:
And then set the PATH-thingy:
The OS I am using Kubuntu 18.04
Basically I ran the installer:
Code: Select all
sudo ./install-tl
Code: Select all
PATH=/usr/local/texlive/2018/bin/x86_64-linux:$PATH
The OS I am using Kubuntu 18.04
- 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 ...
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 ...
- 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.
- 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 ...
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 ...
- 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 ...
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 ...