Search found 4 matches

by Ahmed Sokar
Sat Aug 06, 2016 2:24 pm
Forum: Graphics, Figures & Tables
Topic: \pdfliteral inside table
Replies: 1
Views: 2788

\pdfliteral inside table

I want to write dotted words inside a table.

But using \pdfliteral inside a table, ruins the formation of the table.

Does anybody have a solution?

\documentclass[12pt,oneside,a4paper]{memoir}
\begin{document}
\begin{table}[]\centering
\begin{tabular}{|c|c|c|c|}
\hline
\pdfliteral{q 1 Tr .5 w ...
by Ahmed Sokar
Tue Aug 02, 2016 2:48 am
Forum: Graphics, Figures & Tables
Topic: resize big font size in a table include images
Replies: 1
Views: 5095

resize big font size in a table include images

Hello,

I have table which includes images and text. The point is that the document font is pretty big, therefore i need to automatically resize the pictures and the font size in the table. I also need the table to be with width=\textwidth and height of 80% of the paper height.

All of that is ...
by Ahmed Sokar
Tue Aug 02, 2016 2:40 am
Forum: Fonts & Character Sets
Topic: Text direction of Arabic in table
Replies: 3
Views: 7569

Re: Text direction of Arabic in table

That worked

thank you!
by Ahmed Sokar
Wed Jul 27, 2016 9:56 am
Forum: Fonts & Character Sets
Topic: Text direction of Arabic in table
Replies: 3
Views: 7569

Text direction of Arabic in table

Hello,

I want to write arabic in table

\documentclass[14pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[LAE]{fontenc}
\usepackage[german,arabic]{babel}


\begin{document}
محمد - أحمد

\begin{tabular}[]{|c|c|}\hline
محمد & أحمد
\\\hline
\end{tabular}

\end{document}

The result is ...