Conversation
| QStringList deprecatedUserToolCommands, deprecatedUserToolNames; | ||
| QStringList userToolOrder, userToolDisplayNames; | ||
| enum Dvi2PngMode { DPM_DVIPNG, DPM_DVIPNG_FOLLOW, DPM_DVIPS_GHOSTSCRIPT, DPM_EMBEDDED_PDF, DPM_LUA_EMBEDDED_PDF, DPM_XE_EMBEDDED_PDF}; | ||
| // following Dvi2PngModes add tight page modifications for to the document preamble preview |
| <string notr="true">Prefer Preview with Build Compiler</string> | ||
| </property> | ||
| <property name="toolTip"> | ||
| <string>The option applies when the build compiler is pdflatex, lualatex, xelatex, or latex.</string> |
| int l = confDlg->ui.comboBoxDvi2PngMode->count(); | ||
| for (int index=l-1; index>=0; index--) { | ||
| if (buildManager->modifyHeader.contains(buildManager->dvi2PngMode(index))) | ||
| if (buildManager->dvi2PngMode(index)>=BuildManager::DPM_EMBEDDED_PDF) |
Labels
None yet