LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   change texmaker default (https://www.linuxquestions.org/questions/linux-software-2/change-texmaker-default-752622/)

RudraB 09-04-2009 06:17 AM

change texmaker default
 
here is the default outcome if you open texmaker -->wizard-->letter:
Quote:

\documentclass[10pt,a4paper]{letter}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\address{your name and address}
\signature{your signature}
\begin{document}
\begin{letter}{name and address of the recipient}
\opening{saying hello}

write your letter here

\closing{saying goodbye}
%\cc{Cclist}
%\ps{adding a postscript}
%\encl{list of enclosed material}
\end{letter}
\end{document}
i am using Texmaker 1.9.1 and fedora 11.

What I want to do is to change input of \address and \signature from default i.e. "your signature" to "advanced\\kolkata".
How can i do that, by editing which file?

jschiwal 10-04-2009 09:14 PM

I grepped the files in /usr/share/texmaker for 'name and address', and also looked at what files are supplied by my texmaker package. The only hit was the latex html reference. Your simplest option may be to modify the document that the wizard provides and include it or load it instead of using the wizard.


All times are GMT -5. The time now is 10:47 PM.