mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
0b5ce4b5ba
Keyboard bindings are easy. For lfun icons in documentation, both the UserGuide and Tutorial have to be updated. Since this will have to be done again once the documentation is imported from branch, I list them here for reference: For the lib/doc/ directory: find . -name 'Tutorial.lyx' | xargs sed -i 's/"layout List"/"layout Labeling"/g' find . -name 'UserGuide.lyx' | xargs sed -i 's/"layout List"/"layout Labeling"/g' and then find . -name 'Tutorial.lyx' | xargs sed -i 's/"layout \(Itemize\|Description\|Labeling\|Enumerate\|List\)"/"layout-toggle \1"/g' find . -name 'UserGuide.lyx' | xargs sed -i 's/"layout \(Itemize\|Description\|Labeling\|Enumerate\|List\)"/"layout-toggle \1"/g' Related to bug #11770. |
||
---|---|---|
.. | ||
Intro.lyx | ||
Tutorial.lyx |