Search found 7 matches

by hpesoj626
Fri Nov 02, 2012 12:34 pm
Forum: Graphics, Figures & Tables
Topic: array | New Column Types for a Table
Replies: 3
Views: 3479

array | New Column Types for a Table

Include \arraybackslash after \raggedleft and \raggedright . Below is a full minimal working example incorporating your code snippet. Please include something like this in future posts.

\documentclass{article}

\usepackage{array}
\newcolumntype{M}[1]{>{\raggedleft\arraybackslash}p{#1 ...
by hpesoj626
Fri Nov 02, 2012 9:19 am
Forum: Graphics, Figures & Tables
Topic: hf-tikz | Parsing Error for Coordinates
Replies: 3
Views: 5958

hf-tikz | Parsing Error for Coordinates

Hi astaer,

Have you downloaded the package? If not then download from CTAN , unpack it and save the .sty file to where TeX can find it. For one, you can save it to your working directory or put the whole unpacked folder to your local texmf directory.

The code needs to be compiled twice in order ...
by hpesoj626
Fri Nov 02, 2012 9:03 am
Forum: Fonts & Character Sets
Topic: Accented Nordic Characters
Replies: 5
Views: 10553

Accented Nordic Characters

Hi xJippu,

Are encodings OS-specific... Or is it just a matter of what encoding you choose whilst saving your .tex file?

Yes to both. To understand this you may refer to http://en.wikibooks.org/wiki/LaTeX/Internationalization .

do you think it's worth for a newcomer to invest... on a ...
by hpesoj626
Fri Nov 02, 2012 2:19 am
Forum: Fonts & Character Sets
Topic: Accented Nordic Characters
Replies: 5
Views: 10553

Accented Nordic Characters

Hi xJippu,

you can use utf8 as an option to inputenc since you are using an editor in Unicode mode. Try the following.

\documentclass{article}
\usepackage[finnish]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\begin{document}
Syömishäiriö
\end{document}

If this still gives you an ...
by hpesoj626
Thu Nov 01, 2012 7:53 pm
Forum: New Members
Topic: Greetings from the Philippines
Replies: 3
Views: 2825

Greetings from the Philippines

Thanks for the warm welcome.

@ Stephan_K , I like ti k Z a lot but I haven't done anything as fancy as those published in TeXample.net. Maybe in the (not so near) future. :oops: I have an account at {TeX} SX with the same user name (I can't access it for two days now, though. I wonder why? I can't ...
by hpesoj626
Thu Nov 01, 2012 7:05 pm
Forum: Graphics, Figures & Tables
Topic: hyperref | Text Field inside the Table Cell
Replies: 1
Views: 7457

hyperref | Text Field inside the Table Cell

I don't know if this will answer your question. One approach is to thicken the table line instead. Here is one possibility.

\documentclass{article}
\usepackage{xcolor} % Added for using xcolor options
\usepackage{hyperref}

\newcommand{\Textfield}[3]{\TextField[name=#1,charsize=8pt,bordercolor ...
by hpesoj626
Thu Nov 01, 2012 4:58 pm
Forum: New Members
Topic: Greetings from the Philippines
Replies: 3
Views: 2825

Greetings from the Philippines

My first introduction to LaTeX was in 2008, when I was taking my MS in Mathematics. I was curious how my professor was able to produce a test paper of very beautiful typography. I have to admit that I procrastinated for a while (one year) before working through Not So Short Introduction to LaTeX ...