Hello, people!
I have these files called HyphenMk.tex and StyleMk.tex, that I should install or something, so that I can write in Macedonian. The only instruction I have is a text file with the following lines (translated from Macedonian):
A file for Macedonian translation in LaTeX. In the title of the entry file (maybe this would be preamble?)insert the command: input</p>
I hope someone would be kind to help, because it is kind of urgent situation. Thank you very much!
LyX ⇒ How to install style and hyphenation style
-
- Posts: 4
- Joined: Sat Feb 06, 2016 11:46 am
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: How to install style and hyphenation style
Welcome,
a link to where we can find those files would be helpful. Right now, your information are quite sparse ;-)
a link to where we can find those files would be helpful. Right now, your information are quite sparse ;-)
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
-
- Posts: 4
- Joined: Sat Feb 06, 2016 11:46 am
Re: How to install style and hyphenation style
Here is the link.
http://ktmjm.gf.ukim.edu.mk/index.php?o ... 65&lang=mk
I have decided to use Texmaker instead of Lyx, but any help about using these packages, whether in Texmaker or Lyx would be much appreciated.
http://ktmjm.gf.ukim.edu.mk/index.php?o ... 65&lang=mk
I have decided to use Texmaker instead of Lyx, but any help about using these packages, whether in Texmaker or Lyx would be much appreciated.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
How to install style and hyphenation style
I think you can drop file StyleMk.tex and replace it in your preamble with
You need file HyphenMk.tex because the current hyphenation patterns do not include macedonian. Put the file in the same folder as your main file.
Modern LaTeX editors are using utf8 as the file encoding. Below the same file but in utf8 instead of the original encoding. It isn't used much anymore.
Please ask the guys distributing those files to add a proper license and copyright statement. Right now, you would not be allowed to use those files and i would not have been allowed to convert the files.
\usepackage[macedonian]{babel}
.You need file HyphenMk.tex because the current hyphenation patterns do not include macedonian. Put the file in the same folder as your main file.
Modern LaTeX editors are using utf8 as the file encoding. Below the same file but in utf8 instead of the original encoding. It isn't used much anymore.
Please ask the guys distributing those files to add a proper license and copyright statement. Right now, you would not be allowed to use those files and i would not have been allowed to convert the files.
- Attachments
-
- HyphenUtf8.tex
- (7.03 KiB) Downloaded 266 times
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
-
- Posts: 4
- Joined: Sat Feb 06, 2016 11:46 am
Re: How to install style and hyphenation style
Thank you very much! This is a great help.