I a newbie in LaTeX
I am creating a simple document with such settings
Code: Select all
\documentclass[a4paper,12pt]{article}
\usepackage[utf8x]{inputenc}
\usepackage[L7x]{fontenc}
\usepackage[lithuanian]{babel}
\usepackage[pdftex,unicode]
How I can move upper margin? (in oder that the Header of the work would be higher
There are such commands like \textheight and \topmargin , I tried use them, but unsuccessfully. Where I should use them?
thanks in advance