Hello,
my problem is that I've been producing a document in TexnicCenter and I sent it to a colleage for completion. The problem is that when he opens the source-file, with Aquamacs, I think. There are symbols in the place of carriage returns (^M)
I would like to know how to delete or how not to ...
Search found 15 matches
- Fri Feb 26, 2016 4:31 pm
- Forum: General
- Topic: carriage return symbols in the source code.
- Replies: 1
- Views: 5789
- Wed Sep 18, 2013 7:40 pm
- Forum: Fonts & Character Sets
- Topic: Write in Spanish Language
- Replies: 2
- Views: 7616
Re: Write in Spanish Language
solved it works with utf8 instead of any latin. Don't know I always have issues with that.
Cheers
Cheers
- Wed Sep 18, 2013 7:34 pm
- Forum: Fonts & Character Sets
- Topic: Write in Spanish Language
- Replies: 2
- Views: 7616
Write in Spanish Language
Hello everybody,
Can someone tell me what's wrote in this preamble that I can not directly write
ñ,í, and similar?
\documentclass[a4paper]{article}
\usepackage[spanish]{babel}
\usepackage[latin1]{inputenc}
\usepackage{tabularx}
\usepackage{ae}
\usepackage{hyperref}
\usepackage[T1]{fontenc ...
Can someone tell me what's wrote in this preamble that I can not directly write
ñ,í, and similar?
\documentclass[a4paper]{article}
\usepackage[spanish]{babel}
\usepackage[latin1]{inputenc}
\usepackage{tabularx}
\usepackage{ae}
\usepackage{hyperref}
\usepackage[T1]{fontenc ...
- Sat May 28, 2011 8:49 pm
- Forum: Graphics, Figures & Tables
- Topic: Why are these \newcolumntype giving error?
- Replies: 7
- Views: 5755
Re: Why are these \newcolumntype giving error?
ok, thread solved
thanks Stefan and localghost
thanks Stefan and localghost
- Sat May 28, 2011 8:32 pm
- Forum: Graphics, Figures & Tables
- Topic: Why are these \newcolumntype giving error?
- Replies: 7
- Views: 5755
Why are these \newcolumntype giving error?
I found it!
but color blue doesn't work
\
but color blue doesn't work
\
Code: Select all
setlength{\heavyrulewidth}{0.3em}
\newcolumntype{K}{>{\sffamily\small\columncolor[gray]{0.8}\raggedright}l}
\newcolumntype{L}{>{\scriptsize\columncolor[gray]{0.6}\centering}c}
\newcolumntype{N}{>{\scriptsize\columncolor[gray]{0.8}\centering}c}
- Sat May 28, 2011 8:23 pm
- Forum: Graphics, Figures & Tables
- Topic: Why are these \newcolumntype giving error?
- Replies: 7
- Views: 5755
Why are these \newcolumntype giving error?
ok, this fixedStefan_K wrote:Hi,
using \heavyrulewidth requires loading the booktabs package or at least defining that length.pdela wrote:
The \setlenght and \newcolumntype orders are given error
Code: Select all
\setlength{\heavyrulewidth}{0.3em}
Stefan
thank you
- Sat May 28, 2011 8:21 pm
- Forum: Graphics, Figures & Tables
- Topic: Why are these \newcolumntype giving error?
- Replies: 7
- Views: 5755
Re: Why are these \newcolumntype giving error?
I'm trying to define new columns so they have a background color (gray and blue)
and the appropiate size of the text \scriptsize \small ...
and the appropiate size of the text \scriptsize \small ...
- Sat May 28, 2011 8:07 pm
- Forum: Graphics, Figures & Tables
- Topic: Why are these \newcolumntype giving error?
- Replies: 7
- Views: 5755
Why are these \newcolumntype giving error?
The \setlenght and \newcolumntype orders are given error
\setlength{\heavyrulewidth}{0.3em}
\newcolumntype{K}{\sffamily\small\columncolor[gray]{0.8}\raggedright}
\newcolumntype{L}{\scriptsize\columncolor[blue]{0.8}\centering}
\newcolumntype{N}{\scriptsize\columncolor[gray]{0.8}\entering}\begin ...
- Tue May 24, 2011 5:54 pm
- Forum: Math & Science
- Topic: Change the Theorem, Lemma, etc evironment
- Replies: 2
- Views: 1981
Re: Change the Theorem, Lemma, etc evironment
yup, I found it, I think i'll manage to do it, I'll not mark this as solved yet, just in case I have another cuestion on this
- Tue May 24, 2011 5:39 pm
- Forum: Math & Science
- Topic: Change the Theorem, Lemma, etc evironment
- Replies: 2
- Views: 1981
Change the Theorem, Lemma, etc evironment
I would like to use a environment similar to Theorem or Lemma.
But I want to change it a bit so it could be read as Teorema o Lema in spanish,
or use another word as Principio. I want to ask if it would be posible to change this or even better, give me tips to define the environment from the ...
But I want to change it a bit so it could be read as Teorema o Lema in spanish,
or use another word as Principio. I want to ask if it would be posible to change this or even better, give me tips to define the environment from the ...