Search found 24 matches

by eiterorm
Sat Jun 02, 2012 3:15 pm
Forum: Graphics, Figures & Tables
Topic: Coloured multirows
Replies: 7
Views: 17202

Coloured multirows

Golgor wrote:Hello there!
I know this is a pretty late answer, but I found an answer to your problem and felt like sharing. The example code below will create a table exactly as your picture in the top post. Hope this helps someone! :)
This example is exactly what I was looking for. Thanks a lot for sharing! =)
by eiterorm
Wed Feb 09, 2011 6:19 pm
Forum: MiKTeX and proTeXt
Topic: fontspec package problem with XeLaTeX in MiKTeX 2.9
Replies: 5
Views: 13997

Re: fontspec package problem with XeLaTeX in MiKTeX

The problem is either related to fontspec, MiKTeX or Windows, or a combination of the three. I've tried to compile the document with TeXWorks, and I get the same Windows API error.

Thanks for the tip about the other forum. I'll try there as well.
by eiterorm
Wed Feb 09, 2011 2:03 pm
Forum: MiKTeX and proTeXt
Topic: fontspec package problem with XeLaTeX in MiKTeX 2.9
Replies: 5
Views: 13997

Re: 'fontspec' package problem with XeLaTeX in MiKTeX 2.9

After spending quite some time searching the web for answers to this, it seemed the solution to many problems slightly similar to this one was to reinstall MiKTeX 2.9 and all packages. I thought I'd give this a try, but it did not help. I have also triple checked that all my packages are up to date ...
by eiterorm
Tue Feb 08, 2011 11:21 pm
Forum: MiKTeX and proTeXt
Topic: fontspec package problem with XeLaTeX in MiKTeX 2.9
Replies: 5
Views: 13997

fontspec package problem with XeLaTeX in MiKTeX 2.9

Those examples do indeed compile with both xelatex and pdflatex.

After doing some further testing, it appears the '\usepackage{fontspec}' commmand is what causes the compilation to fail, and the essential build log message is xelatex.exe: Windows API error 1113: No mapping for the Unicode character ...
by eiterorm
Tue Feb 08, 2011 7:47 pm
Forum: MiKTeX and proTeXt
Topic: fontspec package problem with XeLaTeX in MiKTeX 2.9
Replies: 5
Views: 13997

fontspec package problem with XeLaTeX in MiKTeX 2.9

Hi!
I'm not certain if this is the correct place to post this, but please help me move this post if it belongs elsewhere.

The following code did compile with XeLaTeX earlier, but it won't compile (in TeXnicCenter) after I upgraded to MiKTeX 2.9.

\documentclass[10pt, a4paper]{article}
\usepackage ...
by eiterorm
Wed Oct 20, 2010 11:41 pm
Forum: General
Topic: Calculations and procedural programming in LaTeX
Replies: 4
Views: 3555

Re: Calculations and procedural programming in LaTeX

Useful they are indeed!
Thanks a lot!
by eiterorm
Tue Oct 19, 2010 2:04 am
Forum: General
Topic: Calculations and procedural programming in LaTeX
Replies: 4
Views: 3555

Calculations and procedural programming in LaTeX

The little specific nature of my question was quite intentional. If there are several ways to solve a procedural/iterative problem in LaTeX, I would appreciate to know more than one of them. I should have made it clearer, though, that the problems I'm talking about are not connected to creating ...
by eiterorm
Mon Oct 18, 2010 8:18 pm
Forum: General
Topic: Calculations and procedural programming in LaTeX
Replies: 4
Views: 3555

Calculations and procedural programming in LaTeX

Hi!
My question is quite simple. I'm supposed to perform some tiresome, iterative calculations in the form of simple procedural programming and print the results in a LaTeX document. Would it be possible to have LaTeX do such iterative calculations, or do I have to perform the calculations ...
by eiterorm
Sun May 09, 2010 7:42 pm
Forum: Graphics, Figures & Tables
Topic: Coloured multirows
Replies: 7
Views: 17202

Coloured multirows

Hi, Johan! Thanks for the reply.

I tried the workaround with the pdflatex compiler, and I have attached the output below. It doesn't seem to work too well, as it, for some reason, interferes with the text placement in the column. The code used to generate the output is the same as the one in my ...
by eiterorm
Sat Apr 24, 2010 3:40 pm
Forum: Graphics, Figures & Tables
Topic: Predefined text/commands in table cells
Replies: 2
Views: 1881

Re: Predefined text/commands in table cells

This indeed does the trick.
Thanks!