1. Make the directory fancyhdr in MiKTeX/tex/latex

2. In this new directory MiKTeX/tex/latex/fancyhdr you need to download the files fancyhdr.sty and extramarks.sty which you can get from here.


MikTex does not know that this file exists, so you need to find the executable called mo.exe, which is in MiKTeX/miktex/bin Double click on this and it will open up a window that looks like the picture to the right. Then you need to click on the refresh FNDB (file name database) and you are ready to go.

Original post:
More info

Labels:


%normal pages
\rhead{}
\chead{}
\cfoot{}
\rfoot{\thepage}
\lhead{\small Wii \& AR Based Student Interactive Learning Kit}
\lfoot{\small Sri Lanka Institute of Information Technology}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
\pagestyle{fancy}

%for chapter pages
\fancypagestyle{plain}{
\fancyhead{}
\rhead{}
\chead{}
\cfoot{}
\rfoot{\thepage}
\lhead{\small Wii \& AR Based Student Interactive Learning Kit}
\lfoot{\small Sri Lanka Institute of Information Technology}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
}

Labels:

භාවිතා කිරීමට පෙර පළමුවෙන්ම \usepackage{fancyhdr} යනුවෙන් ආරම්භක ස්ථානයෙහි සදහන් කරන්න...

පසුව ඔබට Latex Headers & Footers අවශ්‍ය පිටුවෙහි හෝ ඊට ‍පෙරතුව


\rhead{}
\chead{}
\cfoot{}
\rfoot{\thepage}
\lhead{\small Wii \& AR Based Student Interactive Learning Kit}
\lfoot{\small Sri Lanka Institute of Information Technology}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
\pagestyle{fancy}


පාවිච්චි කිරීමෙන් ඔබට අවශ්‍ය ආකාරයට සකස් කර ගත හැක......

Labels:

Latex provides 10 different font sizes. To change the size of a font use a new font size parameter. The different font sizes are listed below

\tiny
\scriptsize
\footnotesize
\small
\normalsize
\large
\Large
\LARGE
\huge
\Huge

Sizing text
To apply different font sizes, simply follow the commands on this table:




මෙහි option යන්නෙන් සදහන් කොට ඇත්තේ ඔබ ලටෙක්ස් පටන් ගත් විට ලබා දෙන සැකසුමෙහි Default ලෙස දී ඇති අකුරු වල ප්‍රමානයයි.

නිදසුන,
\documentclass[pdftex,12pt,a4paper]{report}

ඔබ භාවිතා කල යුතු ආකාරය
{\LARGE This is an example of the LARGE font size}

Labels:


if (e.KeyChar == (char)Keys.Space)
{
e.Handled = false;
MessageBox.Show("ERror!");
}



Solution: Set KeyPreview property to Ture

Labels:

Augmented Reality Application : FLV Video Player

VideoError: 1000: Unable to make connection to server or to find FLV on server at fl.video::VideoPlayer/stop() at fl.video::FLVPlayback/http://www.adobe.com/2007/flash/flvplayback/internal::showFirstStream() at fl.video::FLVPlayback/http://www.adobe.com/2007/flash/flvplayback/internal::handleVideoEvent() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::setState() at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::httpNetStatus()

Solution :
Put your Vid.swc file inside the Debug folder

Labels:


Design Patterns is a modern classic in the literature of object-oriented development, offering timeless and elegant solutions to common problems in software design. It describes patterns for managing object creation, composing objects into larger structures, and coordinating control flow between objects. The book provides numerous examples where using composition rather than inheritance can improve the reusability and flexibility of code. Note, though, that it's not a tutorial but a catalog that you can use to find an object-oriented design pattern that's appropriate for the needs of your particular application--a selection for virtuoso programmers who appreciate (or require) consistent, well-engineered object-oriented designs.


Download Now !

Labels:
Sri Lanka .NET 
                Forum Member