I want to write an "ï" in my document (French is a hard language).
I've tried \''{\i} and I've placed the brackets in many other ways but it still doesn't work... Please help me!
My 'configuration':
\documentclass[a4paper,12pt,titlepage]{article}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[frenchb,german]{babel}
\usepackage{chemmacros}
\usepackage{color}
\usepackage{fancyhdr}
\usepackage{amsmath}
\usepackage{siunitx}
\usepackage[backend=bibtex8,style=authortitle-ticomp,doi=false]{biblatex}
(I want to write the word "éthanoïque")
Thank you in advance if you have any answer (and please forgive my bad English)
\"ishould work; note the double quote, not two single quotes. – egreg Oct 03 '17 at 21:19\''{\i}, i.e. two single quotes? Correct would be\"{\i}with one double quote. – moewe Oct 03 '17 at 21:20"(double quotes) into different quotes automatically (TeXworks can do that, for example: Edit > Preferences > Editor > Smart Quotes mode > none). You'd have to disable this feature to get", or copy it to the document. – moewe Oct 03 '17 at 21:22ï? – Bernard Oct 03 '17 at 21:23\"ior save your document in UTF-8 encoding and then change\usepackage[latin1]{inputenc}to\usepackage[utf8]{inputenc}then you can use ï in the document – David Carlisle Oct 03 '17 at 21:24ïdirectly if the input encoding islatin1? The answer I posted would seem to suggest otherwise. Or am I overlooking something? – Mico Oct 04 '17 at 05:37% !TEX encoding = ISO-8859-1at the very begining of the document? You can set TexWorks for ISO-8859-1 in preferences/editor too. (Mais j'utiliserais utf8.) – poch Oct 06 '17 at 07:02''(two single quotes) vs"(one double quote). – moewe Nov 15 '17 at 16:58