Bug 289529

Summary: Ccedilla not correctly written in latex
Product: [Applications] kile Reporter: François <forum>
Component: generalAssignee: Michel Ludwig <michel.ludwig>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

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