I have seen several posts related to this one, but I'm not satisfied with given explainations and examples. I can't get them working!
What I want is simple landscape document. I have tried the \usepackage{pdflscape} but only the paper rotates not the whole thing. The coordinates(0,0) are still at the upper right. I want the origin(0,0) at the upper left just like what happens when I do MS Word Landscape layout.
I really need your help. I'm using Latex.
\documentclass{article}
\usepackage[paperheight=8.5in,paperwidth=13.0in,margin=0.1in,headheight=0.0in,footskip=0.5in,includehead,includefoot]{geometry}
%%\special{papersize=279mm,216mm}
\usepackage{graphicx}
\usepackage[landscape]{geometry}
\usepackage{fancyhdr}
\usepackage{fancybox}
\usepackage{longtable}
\usepackage{setspace}
\usepackage{fmtcount}
\usepackage{color}
\usepackage{multirow}
\usepackage[absolute]{textpos}
\usepackage{yfonts}
\usepackage{rotating}
\renewcommand{\familydefault}{\sfdefault}
\pagestyle{fancy}
\renewcommand{\headrulewidth}{0pt}
\begin{document}
\begin{landscape}
{.SELECT UPPER(company_name) as c_comp,address as c_add,tel_nos as c_tel FROM tools.`clients` WHERE client_id=1}
\begin{textblock}{14}(0.75,0.08)
\raggedright{
\includegraphics[height=1.0in]{/u2/images/school/stc_logo}
}
\end{textblock}
\begin{landscape}
\end{document}


\documentclass[a4paper,landscape]{article}or use\usepackage[landscape]{geometry}– Jesse Nov 29 '13 at 06:58\begin{landscape}? Should I put my\begin{document}inside? – eggshot Nov 29 '13 at 06:59pdflscape. – Jesse Nov 29 '13 at 07:02absolutefromtextpos. See the answer below. – Nov 29 '13 at 07:21