Search found 37 matches

by usr345
Wed Oct 31, 2012 3:11 pm
Forum: Graphics, Figures & Tables
Topic: hyperref | Text Field inside the Table Cell
Replies: 1
Views: 7438

hyperref | Text Field inside the Table Cell

I have a table cell with an input field inside.
\documentclass{article}
\usepackage{hyperref}

\begin{document}
\begin{Form}
\begin{tabular}{|l|}
\hline
\TextField[name=textfield,width=3cm,height=0.2cm,value=default]{Text} \\
\hline
\end{tabular}
\end{Form}
\end{document}
And there some ...
by usr345
Sat Aug 04, 2012 3:53 pm
Forum: Graphics, Figures & Tables
Topic: pgf | Simplify FPU Functions Code
Replies: 3
Views: 3452

pgf | Simplify FPU Functions Code

ok, here is the solution:

Code: Select all

\documentclass[12pt]{article}
\usepackage[a4paper]{geometry}
\usepackage[utf8]{inputenc}
\usepackage{fp}
%a, b
\def\a{1414.165}
\def\b{15888.9}
\begin{document}
\FPeval\result{\a / (\b * 12)}%
\FPround{\result}{\result}{7}
$\frac{\a}{\b \cdot 12} = \result$
\end{document}
by usr345
Fri Aug 03, 2012 11:43 pm
Forum: Graphics, Figures & Tables
Topic: pgf | Simplify FPU Functions Code
Replies: 3
Views: 3452

pgf | Simplify FPU Functions Code

I have 2 values:

a = 1414.165
b = 15888.9 and need to calculate the formula: a / (b * 12)

I need double precision and 7 digits after the dot, so I used pgf floating point functions. Here is the code:

\documentclass[12pt]{article}
\usepackage[a4paper]{geometry}
\usepackage[utf8]{inputenc ...
by usr345
Sat Jun 16, 2012 7:01 pm
Forum: Graphics, Figures & Tables
Topic: tikZ | Different Line Thickness in a split Node
Replies: 2
Views: 5293

tikZ | Different Line Thickness in a split Node

cgnieder wrote:Maybe there is another (and better?) way, but this works
Yeah. Thx.
by usr345
Fri Jun 15, 2012 9:51 pm
Forum: Graphics, Figures & Tables
Topic: tikZ | Different Line Thickness in a split Node
Replies: 2
Views: 5293

tikZ | Different Line Thickness in a split Node

I have a splitted node. And wanted it to have ultra thick external border and thin internal. How to do it?
\documentclass{minimal}
\usepackage{tikz}
\usetikzlibrary{shapes}

\begin{document}
\begin{tikzpicture}[
nodes={draw,ultra thick},
rectangle split,
rectangle split parts=2
]
\node {
top ...
by usr345
Wed May 23, 2012 10:00 pm
Forum: Fonts & Character Sets
Topic: Esperanto and Russian
Replies: 3
Views: 4761

Esperanto and Russian

bro wrote:third way requires Esperanto localization of the editor used
I use Emacs. It must support all the charsets.
by usr345
Mon Jan 09, 2012 6:25 am
Forum: Fonts & Character Sets
Topic: Esperanto and Russian
Replies: 3
Views: 4761

Esperanto and Russian

I wanted to typeset the song in Esperanto and it's translation in Russian. But LaTeX doesn't understand the accented Esperanto characters. Though, the text is saved in utf-8, LaTeX refuses to compile. So I have to use \^ sign, which is quite uncomfortable.

This minimal example with special ...
by usr345
Tue Nov 29, 2011 1:43 am
Forum: Graphics, Figures & Tables
Topic: tikZ | Custom Arrows (GOST)
Replies: 5
Views: 6041

tikZ | Custom Arrows (GOST)

I have the impression that the "angle 20" type is a bit distorted although I'm sure that I didn't modify parameters which could cause that. You may verify that with a printed document.

I verified. It seems to be an optical illusion when you are looking with a little zoom. I zoomed to max: 6400 ...
by usr345
Mon Nov 28, 2011 12:00 pm
Forum: Graphics, Figures & Tables
Topic: tikZ | Custom Arrows (GOST)
Replies: 5
Views: 6041

Re: tikZ | Custom Arrows (GOST)

Sorry, I tried to upload it to your server. But did something wrong.

Using my server now.
by usr345
Mon Nov 28, 2011 2:58 am
Forum: Graphics, Figures & Tables
Topic: tikZ | Custom Arrows (GOST)
Replies: 5
Views: 6041

tikZ | Custom Arrows (GOST)

There is a Russian standard for the constructor documentation (GOST), where the arrows are defined to be:
gost.png
gost.png (1.33 KiB) Viewed 6026 times
But in tikZ arrows with such angle are missing. How can I make them?