Back to the main page.
Bug 1586 - tex formatting fails in ft_analysisprotocol
Status | CLOSED FIXED |
Reported | 2012-07-03 10:08:00 +0200 |
Modified | 2013-01-17 10:42:02 +0100 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P5 minor |
Assigned to: | Roemer van der Meij |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2012-07-03 10:08:26 +0200
Created attachment 289 screenshot of warning message >> load ../test/avgFIC.mat >> ft_analysisprotocol([], avgFIC) Warning: Unable to interpret TeX string "{\bf M:\FieldTrip\trunk\ft\_timelockanalysis}" Warning: incomplete command in TeX text string: '{\bf M:\FieldTrip\trunk\ft\_timelockanalysis}' Warning: Unable to interpret TeX string "{\bf M:\FieldTrip\trunk\ft\_preprocessing}" Warning: incomplete command in TeX text string: '{\bf M:\FieldTrip\trunk\ft\_preprocessing}' See also attached screenshot. It might be because of the backslashes in the (windows formatted) filename.
Roemer van der Meij - 2012-07-19 15:01:10 +0200
Fixed by escaping all backslashes, and un-escaping the backslash for bold formatting. I couldn't see any other formatting or tex-code being used, so I assume it should escape any 'false-positives'.