Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
edocevoli committed Jan 14, 2021
1 parent 12d8821 commit 149293d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Documentation/Ref/miktexsetup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
<refsynopsisdiv>

<cmdsynopsis>
&miktexsetup;
&miktexsetup_standalone;
<arg choice="opt"><option><replaceable>options</replaceable></option></arg>
<arg choice="plain">download</arg>
</cmdsynopsis>

<cmdsynopsis>
&miktexsetup;
&miktexsetup_standalone;
<arg choice="opt"><option><replaceable>options</replaceable></option></arg>
<arg choice="plain">install</arg>
</cmdsynopsis>
Expand Down Expand Up @@ -62,16 +62,16 @@ the &MiKTeXSetupWizard;. It is suitable for unattended setup tasks.

<variablelist>
<varlistentry>
<term>standalone</term>
<term>standalone (&miktexsetup_standalone;)</term>
<listitem>
<para>The standalone variant can be downloaded from the &MiKTeX; download page.
It is only available for Windows.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>integrated</term>
<term>integrated (&miktexsetup;)</term>
<listitem>
<para>The integrated variant is a compoment of each &MiKTeX; installation.</para>
<para>The integrated variant is a component of each &MiKTeX; installation.</para>
</listitem>
</varlistentry>
</variablelist>
Expand Down Expand Up @@ -278,7 +278,7 @@ fully qualified path names.</para>

<para>The first task is to download &MiKTeX; into a local package repository:</para>

<screen><prompt>&prompt;</prompt><userinput>miktexsetup ^
<screen><prompt>&prompt;</prompt><userinput>miktexsetup_standalone ^
--verbose ^
--local-package-repository=C:\miktex-repository ^
--package-set=complete ^
Expand All @@ -302,7 +302,7 @@ are expanded at run-time (delayed expansion).</para>

<para>You can first specify <option>--print-info-only</option> in order to perform a dry run:</para>

<screen><prompt>&prompt;</prompt><userinput>miktexsetup ^
<screen><prompt>&prompt;</prompt><userinput>miktexsetup_standalone ^
--verbose ^
--local-package-repository=C:\miktex-repository ^
--shared=yes ^
Expand Down Expand Up @@ -330,7 +330,7 @@ program folder name: "MiKTeX"</screen>
<title>Uninstalling</title>

<para>&MiKTeX; can be removed by selecting the
<userinput>uninstall</userinput> task (only available in the integrated variant on Windows). <option>--shared=yes</option>
<userinput>uninstall</userinput> task (only available in the integrated variant on Windows). <option>--shared=yes</option>
should be specified, if &MiKTeX; is installed for all users.</para>

<screen><prompt>&prompt;</prompt><userinput>miktexsetup --verbose --shared=yes uninstall</userinput></screen>
Expand Down
1 change: 1 addition & 0 deletions Documentation/entities.ent.in
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
<!ENTITY miktexprefix "<filename>${MIKTEX_PREFIX}</filename>">
<!ENTITY miktexrev "${MIKTEX_DISPLAY_VERSION_STR}">
<!ENTITY miktexsetup "<command>${MIKTEX_PROG_NAME_SETUP}</command>">
<!ENTITY miktexsetup_standalone "<command>${MIKTEX_PROG_NAME_SETUP_STANDALONE}</command>">
<!ENTITY miktextex "<command>${MIKTEX_PREFIX}tex</command>">
<!ENTITY miktexxetex "<command>${MIKTEX_PREFIX}xetex</command>">
<!ENTITY mpm "<command>${MIKTEX_PROG_NAME_MPM}</command>">
Expand Down
4 changes: 2 additions & 2 deletions Documentation/version.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## version.cmake:
##
## Copyright (C) 2017-2020 Christian Schenk
## Copyright (C) 2017-2021 Christian Schenk
##
## This file is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published
Expand All @@ -18,5 +18,5 @@
## USA.

set(MIKTEX_COMP_MAJOR_VERSION 4)
set(MIKTEX_COMP_MINOR_VERSION 1)
set(MIKTEX_COMP_MINOR_VERSION 2)
set(MIKTEX_COMP_PATCH_VERSION 0)

0 comments on commit 149293d

Please sign in to comment.