Texmaker and TeXstudio ⇒ Copy&Paste from Word Processor to LaTeX
Copy&Paste from Word Processor to LaTeX
Im trying to copy/paste some simple text from a word document into a latex document but errors occurs. Any idea why it happens?
It's a simple memoir document with few graphs and equations.
/Hakan
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10397
- Joined: Mon Mar 10, 2008 9:44 pm
Copy&Paste from Word Processor to LaTeX
welcome to the board!
perhaps tell us the error messages which you got. These might lead to an idea.Hakane wrote:Im trying to copy/paste some simple text from a word document into a latex document but errors occurs. Any idea why it happens?
Stefan
Copy&Paste from Word Processor to LaTeX
Code: Select all
! LaTeX Error: Command \textyen unavailable in encoding T1.Code: Select all
\usepackage[T1]{fontenc} % fonte (output)Copy&Paste from Word Processor to LaTeX
Code: Select all
\usepackage[ansinew]{inputenc}- Stefan Kottwitz
- Site Admin
- Posts: 10397
- Joined: Mon Mar 10, 2008 9:44 pm
Copy&Paste from Word Processor to LaTeX
Code: Select all
\usepackage[utf8]{inputenc}Stefan
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Copy&Paste from Word Processor to LaTeX
Code: Select all
\usepackage{selinput} % Semiautomatic choice of input encoding
\SelectInputMappings{ % by selected glyphs
ae={æ}, % see: http://partners.adobe.com/public/developer/en/opentype/glyphlist.txt
oslash={ø},
Euro={€}
}Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10