Welcome to the Linux Foundation Forum!
LaTeX in Ubuntu
MATThematical
Posts: 19
in Ubuntu
Hi, everyone!
I was wondering if you could help me with a problem. I installed TeXMaker on my Linux operating system, and typesetting new documents works fine. However, I used a flash drive to transfer another .tex file from Windows (I used TeXnicCenter on that) and tried to QuickBuild it on TeXMaker in Linux, and it gives me a bunch of errors composed of "font not loadable", "script font undefined", and "text font undefined." My document class is "amsart" and i'm using the "amsmath" and "mathrsfs" packages.
Can anyone help me with fixing this problem?
0
Comments
-
MATThematical wrote:Hi, everyone!
I was wondering if you could help me with a problem. I installed TeXMaker on my Linux operating system, and typesetting new documents works fine. However, I used a flash drive to transfer another .tex file from Windows (I used TeXnicCenter on that) and tried to QuickBuild it on TeXMaker in Linux, and it gives me a bunch of errors composed of "font not loadable", "script font undefined", and "text font undefined." My document class is "amsart" and i'm using the "amsmath" and "mathrsfs" packages.
Can anyone help me with fixing this problem?
I've never used latex but... did you make sure you have the proper fonts installed?0 -
Have you tried removing the applied fonts and going with the system default?0
-
I'm a new Linux user, so I don't know about having the fonts and stuff installed or about removing the applied fonts and going with the system default. Could someone help me with doing that?0
-
Within your tex file you may be referencing a template file or text file to utilize, that may be the reason for the error. If the text is not included in your linux system then that would explain why you are getting the error.0
-
If you would be willing to show the header from the tex file then we may be able to help you locate the issue.
Also I am deleting your duplicate thread, it helps you and others more if all information is in one place.0 -
Thanks for the replies, everyone. The following is the Preamble of my LaTeX document. Perhaps you could spot an error?
\documentclass[12pt]{amsart}
\newtheorem{definition}{Definition}[section]
\newtheorem{example}[definition]{Example}
\newtheorem{proposition}[definition]{Proposition}
\newtheorem{lemma}[definition]{Lemma}
\newtheorem{remark}[definition]{Remark}
\usepackage{amsmath,mathrsfs}
\usepackage[margin=1in]{geometry}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\C}{\mathbb{C}}
\newcommand{\N}{\mathbb{N}}
\renewcommand{\baselinestretch}{1.25}0 -
Oy, sorry about that folks. The Preamble I put above should be interpreted with all of the usual backslashes for commands in LaTeX.0
-
There were quite a few errors, but they were mostly because I was trying to call the newcommands outside of math mode.
I did not get any errors about font not found though.
Since this site has a problem displaying latex, You can check http://pastebin.com/k3QX7HR1 for the test latex file that started with your preamble and now exits without any errors.
Because I could not see your error,I think that the error exists within the document itself.0 -
Thanks for the replies, everyone!
I'm not getting any errors now and the LaTeX documents are building just fine, except for one thing. They build fine into a ps or dvi file, but not a PDF file. The PDF file, for some odd reason, isn't displaying script fonts (done by the \mathscr command).
Oh well. At least it's working for ps and dvi.0 -
It is good to see that the errors have ceased.
Can you please share some sample character strings used by mathscr so I can test them and hopefully provide an answer for that issue?0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 769 Linux Foundation IT Professional Programs
- 379 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 102 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 5 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 14 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 3 System Administration Training
- 1 System Engineering Training
- 2 Web & Application Development Training
- 796 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 91 Storage
- 771 Linux Distributions
- 81 Debian
- 68 Fedora
- 23 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 125 Mobile Computing
- 20 Android
- 90 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 396 Off Topic
- 121 Introductions
- 31 Study Material
- 1K Programming and Development
- 310 Kernel Development
- 703 Software Development
- 1K Software
- 406 Applications
- 182 Command Line
- 5 Compiling/Installing
- 70 Games
- 318 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)