Search found 8 matches

by yoriz
Tue Nov 23, 2010 4:55 pm
Forum: Text Formatting
Topic: Labels in array environments
Replies: 5
Views: 11516

Labels in array environments

Hi,

I managed to do it using TikZ, which I think is quite some overkill, but for reference, here is the code:


\documentclass{article}

\usepackage{tikz}
\usetikzlibrary{matrix}
\usetikzlibrary{calc}

\begin{document}

\newlength{\myboxlena}
\newlength{\myboxlenb}
\newlength{\myboxlenc ...
by yoriz
Tue Nov 23, 2010 6:10 am
Forum: Text Formatting
Topic: Labels in array environments
Replies: 5
Views: 11516

Re: Labels in array environments

Hi frabjous,

thanks for your reply. Yes, I thought of that as well. The labels are obviously right-aligned now, which is good, but how do you guarantee that the content is centered? As I understand it, currently, one has to fiddle around with the value of what is now 0.9in.

Thanks again,

Yori

P ...
by yoriz
Tue Nov 23, 2010 6:03 am
Forum: Fonts & Character Sets
Topic: Autoinst font question
Replies: 4
Views: 4129

Autoinst font question

Hi Thorsten,

I know that; I left the question open because I am still unclear about why cmss/b/n is undefined (which is clearly written in my last post).

I will set it to solved.

Yori
by yoriz
Tue Nov 23, 2010 5:06 am
Forum: Text Formatting
Topic: Labels in array environments
Replies: 5
Views: 11516

Re: Labels in array environments

Hi Michael,

thanks for your reply. No, for as far as I know, align or a similar amsmath, or subeqn, environment does not work. The issue is that I want to use quite a few columns, some of which are right-aligned, others are to be centered.

I am attaching an example pdf output which I generated in ...
by yoriz
Mon Nov 22, 2010 4:15 pm
Forum: Text Formatting
Topic: Labels in array environments
Replies: 5
Views: 11516

Labels in array environments

Hi,

I've been thinking about this problem for a while and haven't been able to find a satisfying solution: suppose I have an array environment inside an equation and the equation does not contain anything else. Is it possible to add labels to the lines of the array? The behavior should be similar ...
by yoriz
Mon Nov 22, 2010 3:57 pm
Forum: Text Formatting
Topic: One command for "bold" both in text and math mode
Replies: 4
Views: 16464

One command for "bold" both in text and math mode

I agree it can be useful sometimes. I sometimes put the following in my preamble:

\let\oldtextbf=\textbf
\renewcommand\textbf[1]{{\boldmath\oldtextbf{#1}}}

This code adds an additional \boldmath call to the \textbf command, making all math within a \textbf{} bold. Of course, if you don't want to ...
by yoriz
Mon Nov 22, 2010 1:59 am
Forum: Fonts & Character Sets
Topic: Autoinst font question
Replies: 4
Views: 4129

Re: Autoinst font question

Awesome, you're good! Thanks a lot, this works. I'm still confused about how come the font shape cmss/b/n seems to be 'undefined' while loading the package. I checked the source code of BemboProy.sty and could not find any hint on where/why this happens.

The problem has been solved at least ...
by yoriz
Sun Nov 21, 2010 8:46 pm
Forum: Fonts & Character Sets
Topic: Autoinst font question
Replies: 4
Views: 4129

Autoinst font question

Hi everyone,

I have a question about installing fonts using autoinst. I've been looking for the answer on this forum and couldn't find it. I hope I am not asking something that has been answered already.

The issue is the following: I have TeXLive 2009 on an Ubuntu computer. I just installed, using ...