Search found 44 matches

by drgz
Wed Jun 13, 2012 4:02 pm
Forum: Document Classes
Topic: beamer | Compilation with LuaLaTeX
Replies: 1
Views: 3709

beamer | Compilation with LuaLaTeX

Well, figured it out. The class option for beamer should be professionalfont, and not professionalfont s (depends on how you load it).

To make the solution more complete, the class option should be loaded as


\usefonttheme{professionalfonts}


someplace after the document class is loaded, and ...
by drgz
Wed Jun 13, 2012 3:52 pm
Forum: Document Classes
Topic: beamer | Compilation with LuaLaTeX
Replies: 1
Views: 3709

beamer | Compilation with LuaLaTeX

Is this a combination that should work without any problems with the current versions of the different packages?

At the moment I have TL 2012 pretest installed, and if I try to compile i.e.


\documentclass[pdflatex,professionalfonts,smaller]{beamer}
\usetheme{Boadilla}

\usepackage{amsmath ...
by drgz
Thu Oct 20, 2011 6:39 pm
Forum: Graphics, Figures & Tables
Topic: Smith Chart
Replies: 10
Views: 10084

Smith Chart

The new version 1.5 of the brilliant pgfplots package now available on CTAN supports Smith Charts by a special library. This way those charts can be done very easy.

You don't happen to have any suggestion for how to combine a Smith chart and a contour-plot? Got some load pull data I'd like to ...
by drgz
Wed Aug 03, 2011 12:06 am
Forum: Graphics, Figures & Tables
Topic: \footnotesize doesn't work properly in TikZ figure
Replies: 0
Views: 1891

\footnotesize doesn't work properly in TikZ figure

I have a TikZ figure for which many of the nodes hold text which I want to be in \footnotesize. But for some reason, when compiling, the text isn't in the desired size at all; as if LaTeX just ignores the commands.

Strangly enough, this did work while making the figure, but now suddenly out of the ...
by drgz
Mon Aug 01, 2011 11:35 am
Forum: Graphics, Figures & Tables
Topic: tikZ | Place Node at Intersection between Arc and Line
Replies: 2
Views: 7509

tikZ | Place Node at Intersection between Arc and Line

Got an answer on tex.stackexchange. Just posting the answer here.

***********************************************************************************
You can use the intersections library for this. To use it, give the paths you want to intersect a name using name path, then name the intersections ...
by drgz
Sun Jul 31, 2011 8:31 pm
Forum: Graphics, Figures & Tables
Topic: tikZ | Place Node at Intersection between Arc and Line
Replies: 2
Views: 7509

tikZ | Place Node at Intersection between Arc and Line

Minor progress; figured out what to write instead of XXX in the intersection command, so now it will looke like


\draw[name path=myArc,semithick,dashed] (5.1,9.6) arc(0:-60:5.15);
\foreach \y in {5.25,5.75,...,9.25}
{
\node (x1\y) at (2.25,\y) {};
\node (x2\y) at (5.5,\y) {};
\coordinate (c\y ...
by drgz
Sun Jul 31, 2011 2:25 pm
Forum: Graphics, Figures & Tables
Topic: tikZ | Place Node at Intersection between Arc and Line
Replies: 2
Views: 7509

tikZ | Place Node at Intersection between Arc and Line

Hello,

I posted the same question at {TeX} SE , but I'll ask here as well.

I'm trying to figure out how to place a shape/node at the intersection point between an arc and some horizontal lines in TikZ, preferably by using the \foreach command that TikZ provides as there are multiple horizontal ...
by drgz
Tue Aug 31, 2010 8:46 am
Forum: Math & Science
Topic: Length of column seperators in matrix environment
Replies: 0
Views: 1637

Length of column seperators in matrix environment

Yesterday I found Stefan's article about column separators for the amsmath matrix environment; and they work great for my purpose.

However, I've noticed that the length of the vertical column separators is slightly longer than the size of the matrix brackets, thus making the solution a bit ...
by drgz
Sat Aug 28, 2010 4:23 pm
Forum: XeTeX
Topic: Use Norwegian characters in LuaLaTeX
Replies: 4
Views: 9108

Use Norwegian characters in LuaLaTeX

[…] Just one question in the end; how come the document does not need to be encoded in UTF-8 when the text is in English? I mean, earlier today I compiled some other documents which are entirely in English without any problems, and they all are written with Notepad++ with ASCII encoding. Is this ...
by drgz
Fri Aug 27, 2010 10:19 pm
Forum: Math & Science
Topic: Question regarding mathematical typesetting
Replies: 2
Views: 2700

Re: Question regarding mathematical typesetting

Thanks for the reply. Then I think that I've understood it correctly. The reason I doubted it was due to a disagreement with a fellow student, who interpreted the term "physical quantity" different than myself; so I wanted to check with a third party.

And also a big thanks for the heads up ...