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 ...
Search found 37 matches
- Wed Oct 31, 2012 3:11 pm
- Forum: Graphics, Figures & Tables
- Topic: hyperref | Text Field inside the Table Cell
- Replies: 1
- Views: 7438
- 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}
- 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 ...
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 ...
- 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
Yeah. Thx.cgnieder wrote:Maybe there is another (and better?) way, but this works
- 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 ...
\documentclass{minimal}
\usepackage{tikz}
\usetikzlibrary{shapes}
\begin{document}
\begin{tikzpicture}[
nodes={draw,ultra thick},
rectangle split,
rectangle split parts=2
]
\node {
top ...
- Wed May 23, 2012 10:00 pm
- Forum: Fonts & Character Sets
- Topic: Esperanto and Russian
- Replies: 3
- Views: 4761
Esperanto and Russian
I use Emacs. It must support all the charsets.bro wrote:third way requires Esperanto localization of the editor used
- 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 ...
This minimal example with special ...
- 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 ...
I verified. It seems to be an optical illusion when you are looking with a little zoom. I zoomed to max: 6400 ...
- 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.
Using my server now.
- 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:
But in tikZ arrows with such angle are missing. How can I make them?