Fix trailing whitespace in txt files.

This commit is contained in:
Richard Heck 2017-07-03 13:53:41 -04:00
parent 75bfed5507
commit 00e4902ea3
5 changed files with 11 additions and 11 deletions

View File

@ -170,7 +170,7 @@ endif()
project_source_group("${GROUP_CODE}" lyx_sources lyx_headers)
install(TARGETS ${_lyx}
install(TARGETS ${_lyx}
BUNDLE DESTINATION . COMPONENT Runtime
RUNTIME DESTINATION ${LYX_UTILITIES_INSTALL_PATH} COMPONENT Runtime)

View File

@ -14,9 +14,9 @@ file(GLOB _lyxclient_headers ${TOP_SRC_DIR}/src/client/*.h)
list(REMOVE_ITEM _lyxclient_headers "${TOP_SRC_DIR}/src/client/pch.h")
list(REMOVE_ITEM _lyxclient_sources "${TOP_SRC_DIR}/src/client/lyxclient.cpp")
include_directories(BEFORE
"${TOP_SRC_DIR}/src/client"
"${TOP_SRC_DIR}/3rdparty/boost"
include_directories(BEFORE
"${TOP_SRC_DIR}/src/client"
"${TOP_SRC_DIR}/3rdparty/boost"
${ZLIB_INCLUDE_DIR})
add_executable(${_lyxclient} ${_lyxclient_sources} ${_lyxclient_headers})

View File

@ -8,7 +8,7 @@ project(frontends)
include_directories(${TOP_SRC_DIR}/src/frontends)
add_subdirectory(qt4)
add_subdirectory(qt4)
file(GLOB frontends_sources ${TOP_SRC_DIR}/src/frontends/${LYX_CPP_FILES})
file(GLOB frontends_headers ${TOP_SRC_DIR}/src/frontends/${LYX_HPP_FILES})

View File

@ -21,7 +21,7 @@ file(GLOB support_headers ${TOP_SRC_DIR}/src/support/${LYX_HPP_FILES})
file(GLOB support_linkback_sources ${TOP_SRC_DIR}/src/support/linkback/*.m*)
file(GLOB support_linkback_headers ${TOP_SRC_DIR}/src/support/linkback/*.h)
set_source_files_properties(${support_linkback_sources}
set_source_files_properties(${support_linkback_sources}
${TOP_SRC_DIR}/src/support/AppleSpeller.m
${TOP_SRC_DIR}/src/support/AppleScript.m
PROPERTIES COMPILE_FLAGS "-std=c99")

View File

@ -75,7 +75,7 @@ Format LaTeX feature LyX feature
459 beamer: \begin{frame}, \begin_layout Frame
\begin{frame}[plain], \begin_layout PlainFrame
\begin{frame}[fragile] \begin_layout FragileFrame
466 Powerdot updates:
466 Powerdot updates:
\pause[] layout Pause
\onslide{}{} InsetFlex, InsetArgument
\onslide*{}{} InsetFlex, InsetArgument
@ -151,8 +151,8 @@ Format LaTeX feature LyX feature
btprint "bibbysection"
534 Chapterbib support
\usepackage{chapterbib} \multibib child
General
@ -162,9 +162,9 @@ General
* Store alias commands for characters in a file with
"lib/unicodesymbols"-format, e.g.
0x200b "\\dots" "" "" "" # HORIZONTAL ELLIPSIS
0x200b "\\ldots" "" "" "\\ldots" # HORIZONTAL ELLIPSIS
0x200b "\\textellipsis" "" "" "" # HORIZONTAL ELLIPSIS
Look up LaTeX->Unicode conversion in the combined files.