Bug 289529 - Ccedilla not correctly written in latex
Summary: Ccedilla not correctly written in latex
Status: RESOLVED FIXED
Alias: None
Product: kile
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Michel Ludwig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-21 21:28 UTC by François
Modified: 2012-03-17 22:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description François 2011-12-21 21:28:21 UTC
Version:           unspecified (using KDE 4.7.3) 
OS:                Linux

Hi,

The correct code for c cedilla: "ç" is in latex:
\c c
There is a space, missing in kile.  \cc, as it is currently codded, would not compile at all. 
The lines to correct are 122 and 124 in file named "eventfilter.cpp" (trunk version)

Thanks.

Reproducible: Always
Comment 1 Michel Ludwig 2012-03-17 21:54:11 UTC
Git commit 4e5b2ea133ed1e625085b409dc3fc86ac6e98964 by Michel Ludwig.
Committed on 17/03/2012 at 22:47.
Pushed by mludwig into branch 'master'.

Correctly insert '\c{c}' for the cedilla character
Related: bug 296006

M  +5    -3    src/editorextension.cpp
M  +36   -35   src/eventfilter.cpp

http://commits.kde.org/kile/4e5b2ea133ed1e625085b409dc3fc86ac6e98964
Comment 2 Michel Ludwig 2012-03-17 22:32:53 UTC
Git commit 7b9052a565c078c60d1e5fdf18a4add0a409b4d3 by Michel Ludwig.
Committed on 17/03/2012 at 22:47.
Pushed by mludwig into branch '2.1'.

Correctly insert '\c{c}' for the cedilla character
Related: bug 296006

M  +5    -3    src/editorextension.cpp
M  +36   -35   src/eventfilter.cpp

http://commits.kde.org/kile/7b9052a565c078c60d1e5fdf18a4add0a409b4d3